Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c6fdf50

Browse files
committed
Merge pull request #10499 from sprintr/svg-missing-attrs
Add missing attribute
2 parents 773ee38 + 79b8022 commit c6fdf50

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/extensions/default/SVGCodeHints/SVGAttributes.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"animateMotion/fill": {
1818
"attribOptions": ["freeze", "remove"]
1919
},
20+
"animateMotion/rotate": {
21+
"attribOptions": ["auto", "auto-reverse"]
22+
},
2023
"animateTransform/fill": {
2124
"attribOptions": ["freeze", "remove"]
2225
},
@@ -164,6 +167,10 @@
164167
"glyph-orientation-vertical": {
165168
"attribOptions": ["auto", "inherit"]
166169
},
170+
"gradientTransform": {
171+
"attribOptions": ["matrix()", "rotate()", "scale()", "skewX()", "skewY()", "translate()"],
172+
"multiple": true
173+
},
167174
"gradientUnits": {
168175
"attribOptions": ["objectBoundingBox", "userSpaceOnUse"]
169176
},
@@ -277,9 +284,6 @@
277284
"restart": {
278285
"attribOptions": ["always", "never", "whenNotActive"]
279286
},
280-
"rotate": {
281-
"attribOptions": ["auto", "auto-reverse"]
282-
},
283287
"script/type": {
284288
"attribOptions": ["application/ecmascript", "application/javascript", "application/x-ecmascript", "application/x-javascript", "text/ecmascript", "text/javascript", "text/jscript", "text/livescript", "text/tcl", "text/x-ecmascript", "text/x-javascript"]
285289
},

0 commit comments

Comments
 (0)