8000 createImageBitmap(): stop clipping sourceRect to source's dimensions · whatwg/html@b43cdf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b43cdf4

Browse files
authored
createImageBitmap(): stop clipping sourceRect to source's dimensions
It has been found in #6306 that this was an oversight at the time of its introduction. Current behavior goes against author expectations and no implementer has opposed the change to "no-clip". Tests: web-platform-tests/wpt#27040. Closes #6306.
1 parent 01574f3 commit b43cdf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95199,8 +95199,6 @@ dictionary <dfn>ImageBitmapOptions</dfn> {
9519995199
<var>sy</var>) point.</p>
9520095200
</li>
9520195201

95202-
<li><p>Clip <var>sourceRectangle</var> to the dimensions of <var>input</var>.</p></li>
95203-
9520495202
<li>
9520595203
<p>Let <var>outputWidth</var> be determined as follows:</p>
9520695204

0 commit comments

Comments
 (0)
0