mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Part 1: Add SVG d property in CSS
Add d property for style system. d property only supports path() for now and it has the functional notation without fill rule. https://github.com/w3c/svgwg/issues/320#issuecomment-414462645 Differential Revision: https://phabricator.services.mozilla.com/D81237
This commit is contained in:
parent
4c7ddd63b3
commit
fa6ab91acd
6 changed files with 68 additions and 4 deletions
|
@ -63,7 +63,6 @@ COUNTED_UNKNOWN_PROPERTIES = [
|
|||
"-webkit-text-combine",
|
||||
"-webkit-text-emphasis-style",
|
||||
"-webkit-text-emphasis",
|
||||
"d",
|
||||
"-webkit-mask-box-image-width",
|
||||
"-webkit-mask-box-image-source",
|
||||
"-webkit-mask-box-image-outset",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue