mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Add Polygon to basic_shape.rs
This commit is contained in:
parent
78ce65d5a8
commit
eb82cc25ef
5 changed files with 165 additions and 20 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue