File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -430,6 +430,19 @@ Note: The initial state of the rendering context is set inside the <a>set bitmap
430430 <a>output bitmap</a> .
431431</div>
432432
433+ Drawing a CSSImageValue {#drawing-a-cssimagevalue}
434+ --------------------------------------------------
435+
436+ The {{CanvasImageSource}} typedef is extended to also include the {{CSSImageValue}} type to be used
437+ as an image source.
438+
439+ For interfaces which use the {{CanvasDrawImage}} mixin:
440+ - When a {{CanvasImageSource}} object represents an {{CSSImageValue}} , the result of invoking
441+ the value's underlying image algorithm must be used as the source image for the purposes of
442+ {{CanvasDrawImage/drawImage}} .
443+
444+ Note: This should eventually be moved to the canvas section of the HTML specification.
445+
433446Drawing an image {#drawing-an-image}
434447====================================
435448
You can’t perform that action at this time.
0 commit comments