Open
Bug 1837042
Opened 1 year ago
Updated 1 year ago
[motion-1] Cache gfx::Path for all basic shapes
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
We cannot build the gfx::Path for <basic-shape>
before finishing the reflow, i.e. it is layout dependent. So we have to tweak the way we cache the gfx::Path for <basic-shape>
, for better performance on the main thread, when trying to get the transform matrix.
Reporter | ||
Updated•1 year ago
|
Summary: Cache gfx::Path for all basic shapes → [motion-1] Cache gfx::Path for all basic shapes
You need to log in
before you can comment on or make changes to this bug.
Description
•