You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jonathanolson added paper.js as a dependency for all sims for "Handling quadratic/cubic intersection with bezier clipping". There was no associated GitHub issue, but for example see phetsims/graphing-quadratics@d6b9aa9.
This increased the size of all sims. For graphing-quadratics, it's ~10% increase, see below.
Is this expected and acceptable? It seems like a steep price to pay for this one feature.
@jonathanolson added paper.js as a dependency for all sims for "Handling quadratic/cubic intersection with bezier clipping". There was no associated GitHub issue, but for example see phetsims/graphing-quadratics@d6b9aa9.
This increased the size of all sims. For graphing-quadratics, it's ~10% increase, see below.
Is this expected and acceptable? It seems like a steep price to pay for this one feature.
Before paper.js:
After paper.js
The text was updated successfully, but these errors were encountered: