Add InsetRect, move BorderRadius to basic_shape.rs

This commit is contained in:
Manish Goregaokar 2016-07-29 18:40:22 +05:30
parent 93b130f3f7
commit 2580c1dc6e
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
6 changed files with 316 additions and 43 deletions

View file

@ -13,6 +13,8 @@ use url::Url;
pub use cssparser::Color as CSSColor;
pub use super::specified::{Angle, BorderStyle, Time, UrlExtraData};
pub mod basic_shape;
pub struct Context<'a> {
pub is_root_element: bool,
pub viewport_size: Size2D<Au>,