Skip to content

Commit

Permalink
fixed svg text mdn_urls and textLength IE support (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt authored and ddbeck committed Dec 6, 2018
1 parent 0d767a1 commit b80a7f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion svg/elements/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"dx": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/dx",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -97,6 +98,7 @@
},
"dy": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/dy",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -144,6 +146,7 @@
},
"lengthAdjust": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/lengthAdjust",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -191,6 +194,7 @@
},
"rotate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/rotate",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -238,6 +242,7 @@
},
"textLength": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/textLength",
"support": {
"chrome": {
"version_added": true
Expand All @@ -258,7 +263,7 @@
"version_added": true
},
"ie": {
"version_added": true
"version_added": "11"
},
"opera": {
"version_added": true
Expand All @@ -285,6 +290,7 @@
},
"x": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/x",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -332,6 +338,7 @@
},
"y": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/y",
"support": {
"chrome": {
"version_added": true
Expand Down

0 comments on commit b80a7f5

Please sign in to comment.