Page MenuHomePhabricator

Bug 1884425 - Implement interpolation between path() and shape().
ClosedPublic

Authored by boris on Mar 22 2024, 7:43 PM.
Referenced Files
Unknown Object (File)
Thu, Apr 30, 5:38 PM
Unknown Object (File)
Tue, Apr 21, 11:49 AM
Unknown Object (File)
Tue, Apr 21, 8:46 AM
Unknown Object (File)
Tue, Apr 21, 7:49 AM
Unknown Object (File)
Tue, Apr 21, 3:18 AM
Unknown Object (File)
Tue, Apr 21, 12:36 AM
Unknown Object (File)
Mon, Apr 20, 7:17 PM
Unknown Object (File)
Oct 16 2025, 3:21 PM
Subscribers

Details

Summary

Basically, we implement Animate for PathOrShapeFunction manually
when either *from* or *to* value is path() function, and the other one
is shape() function.

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
zrhoffman added a project: testing-approved.
zrhoffman added inline comments.
servo/components/style/values/computed/basic_shape.rs
104–111

nit: These &s are not necessary.

122

&s can be removed here, too.

This revision is now accepted and ready to land.Mar 25 2024, 5:24 AM
boris marked 2 inline comments as done.

Addressed comments