Add FIXME for font-size animated value

This commit is contained in:
Manish Goregaokar 2017-09-24 00:47:29 -07:00
parent ce7d82e9c4
commit b238eae66c
2 changed files with 5 additions and 1 deletions

View file

@ -792,7 +792,7 @@ impl NonNegativeLength {
}
#[inline]
/// Ensures it is positive
/// Ensures it is non negative
pub fn clamp(self) -> Self {
if (self.0).0 < 0. {
Self::zero()