Handle clip-path in stylo

This commit is contained in:
Manish Goregaokar 2016-08-17 17:08:23 +05:30
parent 1d32422fe8
commit 3895b7118e
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
12 changed files with 432 additions and 49 deletions

View file

@ -11,9 +11,9 @@ use cssparser::ToCss;
use properties::shorthands::serialize_four_sides;
use std::fmt;
use url::Url;
use values::computed::UrlExtraData;
use values::computed::position::Position;
use values::computed::{BorderRadiusSize, LengthOrPercentage};
use values::computed::UrlExtraData;
pub use values::specified::basic_shape::{FillRule, GeometryBox, ShapeBox};