phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

ProtractorNode should use one Path for the ticks, instead of ~180 Line nodes #28

Closed jonathanolson closed 9 years ago

jonathanolson commented 9 years ago

It should improve performance in general, and makes sense to be one Path.

andrey-zelenkov commented 9 years ago

Create protractor ticks using single Path instead of Lines. Thank you for performance improvement! Reassign to @jonathanolson for verification.

jonathanolson commented 9 years ago

Looks good, thanks!