File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,10 @@ Note: The {{PaintRenderingContext2D}} implements a subset of the {{CanvasRenderi
340340 Specifically it doesn't implement the {{CanvasImageData}} , {{CanvasUserInterface}} ,
341341 {{CanvasText}} , or {{CanvasTextDrawingStyles}} APIs.
342342
343- A {{PaintRenderingContext2D}} object has a <dfn for=PaintRenderingContext2D>output bitmap</dfn> . This is initialised when the
344- object is created. The size of the [=PaintRenderingContext2D/output bitmap=] is the size of the fragment it is
345- rendering.
343+ A {{PaintRenderingContext2D}} object has a <dfn for=PaintRenderingContext2D>output bitmap</dfn> .
344+ This is initialised when the object is created.
345+ The size of the [=PaintRenderingContext2D/output bitmap=] is the [=concrete object size=]
346+ of the object it is rendering to.
346347
347348A {{PaintRenderingContext2D}} object also has an <dfn for="PaintRenderingContext2D">alpha</dfn> flag,
348349which can be set to true or false.
You can’t perform that action at this time.
0 commit comments