Support resizeWidth and resizeHeight options in createImageBitmap()
Categories
(Core :: Graphics: Canvas2D, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: angus.sawyer, Assigned: angus.sawyer)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
Steps to reproduce:
wpt test failures in (https://wpt.live/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html)
Actual results:
no resizing takes place
Expected results:
images should be resized
Assignee | ||
Comment 1•2 years ago
|
||
Also fixed negative cropping width/height for blob images.
Removes two unused class variables.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:angus.sawyer, could you have a look please?
For more information, please visit auto_nag documentation.
Pushed by aosmond@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/563424398bd2 createImageBitmap() resizeWidth and resizeHeight support, r=aosmond,emilio
Comment 4•1 year ago
|
||
bugherder |
Assignee | ||
Comment 5•1 year ago
|
||
(In reply to Release mgmt bot [:marco/ :calixte] from comment #2)
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:angus.sawyer, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 6•1 year ago
|
||
See last comments for Bug 1748868 re update of documentation required.
Comment 7•1 year ago
|
||
Description
•