Skip to content

Commit

Permalink
Add mdn_urls for PaintRenderingContext2D (#23850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Jul 19, 2024
1 parent eee9809 commit 1ccba08
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions api/PaintRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"beginPath": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/beginPath",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-beginpath-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -67,6 +68,7 @@
},
"clearRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/clearRect",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-clearrect-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -100,6 +102,7 @@
},
"clip": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/clip",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-clip-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -133,6 +136,7 @@
},
"createLinearGradient": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createLinearGradient",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-createlineargradient-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -166,6 +170,7 @@
},
"createPattern": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createPattern",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-createpattern-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -199,6 +204,7 @@
},
"createRadialGradient": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createRadialGradient",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-createradialgradient-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -232,6 +238,7 @@
},
"drawImage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/drawImage",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-drawimage-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -265,6 +272,7 @@
},
"fill": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fill",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fill-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -298,6 +306,7 @@
},
"fillRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fillRect",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fillrect-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -331,6 +340,7 @@
},
"fillStyle": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fillStyle",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fillstyle-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -364,6 +374,8 @@
},
"filter": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/filter",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-filter-dev",
"support": {
"chrome": {
"version_added": "65"
Expand Down Expand Up @@ -396,6 +408,7 @@
},
"getLineDash": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getLineDash",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-getlinedash-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -429,6 +442,7 @@
},
"getTransform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getTransform",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-gettransform-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -462,6 +476,7 @@
},
"globalAlpha": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/globalAlpha",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-globalalpha-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -495,6 +510,7 @@
},
"globalCompositeOperation": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-globalcompositeoperation-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -528,6 +544,7 @@
},
"imageSmoothingEnabled": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-imagesmoothingenabled-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -561,6 +578,7 @@
},
"imageSmoothingQuality": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/imageSmoothingQuality",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-imagesmoothingquality-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -594,6 +612,7 @@
},
"isPointInPath": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInPath",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-ispointinpath-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -627,6 +646,7 @@
},
"isPointInStroke": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInStroke",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-ispointinstroke-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -660,6 +680,7 @@
},
"lineCap": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineCap",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-linecap-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -693,6 +714,7 @@
},
"lineDashOffset": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineDashOffset",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-linedashoffset-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -726,6 +748,7 @@
},
"lineJoin": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineJoin",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-linejoin-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -759,6 +782,7 @@
},
"lineWidth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineWidth",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-linewidth-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -792,6 +816,7 @@
},
"miterLimit": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/miterLimit",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-miterlimit-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -825,6 +850,7 @@
},
"resetTransform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/resetTransform",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-resettransform-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -858,6 +884,7 @@
},
"restore": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/restore",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-restore-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -891,6 +918,7 @@
},
"rotate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/rotate",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-rotate-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -924,6 +952,7 @@
},
"save": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/save",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-save-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -957,6 +986,7 @@
},
"scale": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/scale",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-scale-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -990,6 +1020,7 @@
},
"setLineDash": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-setlinedash-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1023,6 +1054,7 @@
},
"setTransform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setTransform",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-settransform-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1056,6 +1088,7 @@
},
"shadowBlur": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowBlur",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-shadowblur-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1089,6 +1122,7 @@
},
"shadowColor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowColor",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-shadowcolor-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1122,6 +1156,7 @@
},
"shadowOffsetX": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowOffsetX",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-shadowoffsetx-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1155,6 +1190,7 @@
},
"shadowOffsetY": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowOffsetY",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-shadowoffsety-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1188,6 +1224,7 @@
},
"stroke": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/stroke",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-stroke-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1221,6 +1258,7 @@
},
"strokeRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/strokeRect",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-strokerect-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1254,6 +1292,7 @@
},
"strokeStyle": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/strokeStyle",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-strokestyle-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1287,6 +1326,7 @@
},
"transform": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/transform",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-transform-dev",
"support": {
"chrome": {
Expand Down Expand Up @@ -1320,6 +1360,7 @@
},
"translate": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/translate",
"spec_url": "https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-translate-dev",
"support": {
"chrome": {
Expand Down

0 comments on commit 1ccba08

Please sign in to comment.