poke1024 / tove2d

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

Incorrect example in the README #36

Open SlugFiller opened 1 year ago

SlugFiller commented 1 year ago

The README mentions PIXI SVG as an example of a library implementing vector graphics on top of WebGL. This is incorrect. It is implementing SVG on top CanvasRenderingContext2D (via PIXI graphics).