Skip to content

Commit

Permalink
Update Edge versions for api.CanvasRenderingContext2D.drawImage.SVGIm…
Browse files Browse the repository at this point in the history
…ageElement_source_image (#18158)

This PR updates and corrects version values for Microsoft Edge for the `drawImage.SVGImageElement_source_image` member of the `CanvasRenderingContext2D` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v6.2.6).

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/CanvasRenderingContext2D/drawImage.SVGImageElement_source_image

_Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._
  • Loading branch information
queengooborg committed Nov 23, 2022
1 parent 44f4d3f commit a924c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,9 @@
"version_added": "59"
},
"chrome_android": "mirror",
"edge": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "56"
},
Expand Down

0 comments on commit a924c58

Please sign in to comment.