Pomax / custom-graphics-element

Because what if you could just... write graphics sketches? On the web? Like, directly?
MIT License
17 stars 1 forks source link

Don't draw the shape using SVG #91

Closed Pomax closed 7 months ago

Pomax commented 7 months ago

only use SVG for the "inside" check convenience, but draw the shape using normal draw commands. There's just too much flickering from trying to rebuild the SVG and loading that into a buffer image.

Pomax commented 7 months ago

fixed in 5.0.0