mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Fix serialisation of 'image-orientation: <angle> flip'
This commit is contained in:
parent
7fc01437f4
commit
fe1381b4fe
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ ${helpers.single_keyword("image-rendering",
|
|||
computed_value::T::AngleWithFlipped(angle, flipped) => {
|
||||
try!(angle.to_css(dest));
|
||||
if flipped {
|
||||
try!(dest.write_str(" flipped"));
|
||||
try!(dest.write_str(" flip"));
|
||||
}
|
||||
Ok(())
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue