Skip to content

Commit cfee98d

Browse files
committed
[css-paint-api] Nothing to do with fragments, this is about concrete object size.
1 parent d23b02b commit cfee98d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-paint-api/Overview.bs

+4-3
Original file line numberDiff line numberDiff 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

347348
A {{PaintRenderingContext2D}} object also has an <dfn for="PaintRenderingContext2D">alpha</dfn> flag,
348349
which can be set to true or false.

0 commit comments

Comments
 (0)