Skip to content

Commit 6cd4b68

Browse files
committed
[css-paint-api] Fix note about what PaintRC2D doesn't implement.
1 parent ed53b51 commit 6cd4b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-paint-api/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ PaintRenderingContext2D implements CanvasPath;
147147
</pre>
148148

149149
Note: The {{PaintRenderingContext2D}} implements a subset of the {{CanvasRenderingContext2D}} API.
150-
Specifically it doesn't implement the {{CanvasHitRegion}}, {{CanvasImageData}} or
151-
{{CanvasUserInterface}} APIs.
150+
Specifically it doesn't implement the {{CanvasHitRegion}}, {{CanvasImageData}},
151+
{{CanvasUserInterface}}, {{CanvasText}} or {{CanvasTextDrawingStyles}} APIs.
152152

153153
A {{PaintRenderingContext2D}} object has a <a>scratch bitmap</a>. This is initialised when the
154154
object is created. The size of the <a>scratch bitmap</a> is the size of the fragment it is

0 commit comments

Comments
 (0)