Add Polygon to basic_shape.rs

This commit is contained in:
Manish Goregaokar 2016-08-01 18:06:37 +05:30
parent 78ce65d5a8
commit eb82cc25ef
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
5 changed files with 165 additions and 20 deletions

View file

@ -8,7 +8,6 @@
//! [position]: https://drafts.csswg.org/css-backgrounds-3/#position
use std::fmt;
use app_units::Au;
use cssparser::{Parser, ToCss, Token};
use values::HasViewportPercentage;
use values::specified::{LengthOrPercentage, Percentage};