File tree 1 file changed +4
-3
lines changed
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
340
340
Specifically it doesn't implement the {{CanvasImageData}} , {{CanvasUserInterface}} ,
341
341
{{CanvasText}} , or {{CanvasTextDrawingStyles}} APIs.
342
342
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.
346
347
347
348
A {{PaintRenderingContext2D}} object also has an <dfn for="PaintRenderingContext2D">alpha</dfn> flag,
348
349
which can be set to true or false.
You can’t perform that action at this time.
0 commit comments