Skip to content

Commit

Permalink
svg.elements.stop.stop-opacity: fix order of support statements (#10629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored May 25, 2021
1 parent 5edc04f commit 4ab7efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svg/elements/stop.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@
},
"safari_ios": [
{
"version_added": "3",
"version_removed": "11"
"version_added": "14"
},
{
"version_added": "14"
"version_added": "3",
"version_removed": "11"
}
],
"samsunginternet_android": {
Expand Down

0 comments on commit 4ab7efa

Please sign in to comment.