Skip to content

Commit da50db8

Browse files
authored
Point SVGTransform.matrix to SVG 1.1 spec
Browsers did not implement the SVG 2 evolution.
1 parent 934f642 commit da50db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/SVGTransform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"matrix": {
9191
"__compat": {
9292
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGTransform/matrix",
93-
"spec_url": "https://svgwg.org/svg2-draft/coords.html#__svg__SVGTransform__matrix",
93+
"spec_url": "https://www.w3.org/TR/SVG11/coords.html#__svg__SVGTransform__matrix",
9494
"tags": [
9595
"web-features:svg"
9696
],

0 commit comments

Comments
 (0)