Y
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
hertog
5576 days ago
I guess that not repainting everything can be an advantage of SVG. Can you think of a way to time repaints better?
link