poke1024 / tove2d

Animated vector graphics for LÖVE.
Other
171 stars 8 forks source link

'paint-order' attribute is ignored #25

Closed pdesaulniers closed 5 years ago

pdesaulniers commented 5 years ago

Modified blob demo SVGs: gradient-circle.zip

Expected result:

2019-08-31-16:25:04

Current result:

2019-08-31-16:26:47

poke1024 commented 5 years ago

Fixed with top of tree.

paint-order

(the gpux mode needs vertex line mode, i.e. table.insert(animations, tove.newAnimation(tween, "gpux", "vertex")), in the demo to look good).