mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add FIXME for font-size animated value
This commit is contained in:
parent
ce7d82e9c4
commit
b238eae66c
2 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue