linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.23k stars 95 forks source link

Optimized set_stroke for piet_web #530

Closed Cl00e9ment closed 1 year ago

Cl00e9ment commented 1 year ago

I implemented the TODO(performance).

It's hard to tell if there is really a big performance increase, but there is definitely less calls to the Canvas API.