mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -97,8 +97,6 @@ pub fn parse_border(context: &ParserContext, input: &mut Parser)
|
|||
'border-%s-radius' % (corner)
|
||||
for corner in ['top-left', 'top-right', 'bottom-right', 'bottom-left']
|
||||
)}">
|
||||
use app_units::Au;
|
||||
use values::specified::{Length, LengthOrPercentage};
|
||||
use values::specified::basic_shape::BorderRadius;
|
||||
|
||||
let _ignored = context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue