Skip to content

Files

Latest commit

 

History

History
13 lines (12 loc) · 690 Bytes

69.md

File metadata and controls

13 lines (12 loc) · 690 Bytes
title date submitter number tags discussion
I want hardware-acceleration on SVG transforms
2019-09-13 23:32:34 UTC
Darin Senneff
69
svg
animation

It would be great if SVG elements that are animating specific properties could be offloaded to the GPU without having to try to force it by using tricks like translateZ or willchange like many people do. SVG usage is increasing year after year, so it would be helpful for performance if it received the same level of consideration given to animated HTML elements.

Note: I say this with full realization that there are many factors that underpin this issue.