servo/components/style/values
Emilio Cobos Álvarez f1b5d5c06a style: Cleanup and fix interpolation of SVG lengths.
Instead of storing them as LengthPercentage | Number, always store as
LengthPercentage, and use the unitless length quirk to parse numbers instead.

Further cleanups to use the rust representation can happen as a followup, which
will also get rid of the boolean argument (since we can poke at the rust length
itself). That's why I didn't bother to convert it to an enum class yet.

Differential Revision: https://phabricator.services.mozilla.com/D21804
2019-03-13 15:08:15 +01:00
..
animated style: Cleanup and fix interpolation of SVG lengths. 2019-03-13 15:08:15 +01:00
computed style: Cleanup and fix interpolation of SVG lengths. 2019-03-13 15:08:15 +01:00
generics style: Cleanup and fix interpolation of SVG lengths. 2019-03-13 15:08:15 +01:00
specified style: Cleanup and fix interpolation of SVG lengths. 2019-03-13 15:08:15 +01:00
distance.rs style: Derive more. 2019-01-29 02:39:13 +01:00
mod.rs style: Improve #[derive(Parse)]. 2019-02-23 21:04:44 -08:00