Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit bc480dc

Browse files
author
Wliu
authored
Merge pull request #139 from runningskull/svg2-geometry-properties
Add SVG2 geometry properties
2 parents d57ce70 + 17ad55b commit bc480dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

grammars/css.cson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,10 +1482,10 @@
14821482
14831483
# SVG attributes
14841484
| alignment-baseline|baseline-shift|clip-rule|color-interpolation|color-interpolation-filters|color-profile
1485-
| color-rendering|dominant-baseline|enable-background|fill|fill-opacity|fill-rule|flood-color|flood-opacity
1486-
| glyph-orientation-horizontal|glyph-orientation-vertical|kerning|lighting-color|marker-end|marker-mid
1487-
| marker-start|shape-rendering|stop-color|stop-opacity|stroke|stroke-dasharray|stroke-dashoffset|stroke-linecap
1488-
| stroke-linejoin|stroke-miterlimit|stroke-opacity|stroke-width|text-anchor|x|y
1485+
| color-rendering|cx|cy|dominant-baseline|enable-background|fill|fill-opacity|fill-rule|flood-color|flood-opacity
1486+
| glyph-orientation-horizontal|glyph-orientation-vertical|height|kerning|lighting-color|marker-end|marker-mid
1487+
| marker-start|r|rx|ry|shape-rendering|stop-color|stop-opacity|stroke|stroke-dasharray|stroke-dashoffset|stroke-linecap
1488+
| stroke-linejoin|stroke-miterlimit|stroke-opacity|stroke-width|text-anchor|width|x|y
14891489
14901490
# Not listed on MDN; presumably deprecated
14911491
| adjust|after|align|align-last|alignment|alignment-adjust|appearance|attachment|azimuth|background-break

0 commit comments

Comments
 (0)