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

@ -14,9 +14,9 @@ use std::fmt;
use url::Url;
use values::computed::basic_shape as computed_basic_shape;
use values::computed::{Context, ToComputedValue, ComputedValueAsSpecified};
use values::specified::UrlExtraData;
use values::specified::position::Position;
use values::specified::{BorderRadiusSize, LengthOrPercentage, Percentage};
use values::specified::UrlExtraData;
/// A shape source, for some reference box
///