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
It would be nice to have an option to have all the drawing instructions in a single svg:path element rather than multiple path elements in each g. The latter produces an enormous number of dom elements and the former should have better performance, especially for animating things.
The text was updated successfully, but these errors were encountered:
And it seems like the multiple path elements, even up to 5000, can be transitioned around the screen pretty smoothly. But other animation is slower. Here's both methods animated using the (dasharray line drawing)[http://bl.ocks.org/mbostock/5649592].
It would be nice to have an option to have all the drawing instructions in a single svg:path element rather than multiple path elements in each g. The latter produces an enormous number of dom elements and the former should have better performance, especially for animating things.
The text was updated successfully, but these errors were encountered: