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

@ -7,8 +7,8 @@
//!
//! [position]: https://drafts.csswg.org/css-backgrounds-3/#position
use cssparser::{Parser, ToCss, Token};
use values::computed::{Length, LengthOrPercentage};
use cssparser::ToCss;
use values::computed::LengthOrPercentage;
use std::fmt;
#[derive(Debug, Clone, PartialEq, Copy)]