|
|
|
|
|
by daveKearney
5084 days ago
|
|
Safari and Chrome might both run webkit, but there are still significant differences in how fast they render and handle transitions for different things. In this case, both draw on canvas initially as you suggest, but chrome then uses toDataURI() to draw the canvas to an image as otherwise the scale/zoom transitions run unacceptably slowly. |
|