blob: 956ee24ee007727a463c39cc3f0b5b5a7f18d6a9 [file] [log] [blame]
Consider the following GVT node tree:
+----+
| N1 | BKGRND = new
+----+
/\
/ \
/ \
+----+ +----+
| N2 | | N3 | Opacity=0.5
+----+ +----+
/|\ | \
..... | \
| \
+----+ +----+
| N4 | | N5 | Filter = feOffset(src=Background)
+----+ +----+
N1.paint(G)
Calls N2.paint(G)
N2.paint does it's thing...