Skip to content

Commit

Permalink
Fix isPointInPath Path Parameter support info for Safari (#9427)
Browse files Browse the repository at this point in the history
Change Safari isPointInPath Path Parameter support info from false to "7", as suggested by @foolip in #9353.
  • Loading branch information
ramhugger authored Mar 11, 2021
1 parent ae28d43 commit b289d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -2320,10 +2320,10 @@
"version_added": "24"
},
"safari": {
"version_added": false
"version_added": "7"
},
"safari_ios": {
"version_added": null
"version_added": "7"
},
"samsunginternet_android": {
"version_added": "3.0"
Expand Down

0 comments on commit b289d1c

Please sign in to comment.