5 ms·
Found the problem and pushed a fix, should me much smoother now. It was Firefox's SVGPathElement::getPointAtLength implementation that was slow, working around
by rwinn 11y ago
Found the problem and pushed a fix, should me much smoother now.
It was Firefox's SVGPathElement::getPointAtLength implementation that was slow, working around it by caching all the calls to it.