Skip to content

Commit

Permalink
Safari: add partial and note for premultiplyAlpha bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Sep 23, 2024
1 parent a2df16e commit d1f9513
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions api/_globals/createImageBitmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,17 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "15"
},
"safari": [
{
"version_added": "17"
},
{
"version_added": "15",
"version_removed": "17",
"partial_implementation": true,
"notes": "If the source image is an <code>ImageData</code> object, then Safari does not respect the <code>premultiplyAlpha</code> option. See <a href='https://webkit.org/b/237082'>bug 237082</a>."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
Expand Down

0 comments on commit d1f9513

Please sign in to comment.