Hacker News new | ask | show | jobs
by extension 5576 days ago
Somehow I doubt that SVG is being completely repainted every time its coordinates change. And since the repaints are asynchronous, I don't see how you could time them from within JavaScript.
1 comments

I guess that not repainting everything can be an advantage of SVG. Can you think of a way to time repaints better?