mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Move animation of svg-related bits outside of animated_properties.
Being in mako is unnecessary, and makes it harder to debug and such. Differential Revision: https://phabricator.services.mozilla.com/D10843
This commit is contained in:
parent
8b49ef813f
commit
c88a483322
3 changed files with 215 additions and 205 deletions
|
@ -22,6 +22,7 @@ pub mod color;
|
|||
pub mod effects;
|
||||
mod font;
|
||||
mod length;
|
||||
mod svg;
|
||||
|
||||
/// The category a property falls into for ordering purposes.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue