phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
MIT License
12 stars 6 forks source link

Cache SVG path fragments for segments #71

Closed jonathanolson closed 7 years ago

jonathanolson commented 7 years ago

They get recomputed a lot in some cases, and it seems to be adding CPU and GC loads.

jonathanolson commented 7 years ago

Implemented.