We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed53b51 commit 6cd4b68Copy full SHA for 6cd4b68
css-paint-api/Overview.bs
@@ -147,8 +147,8 @@ PaintRenderingContext2D implements CanvasPath;
147
</pre>
148
149
Note: The {{PaintRenderingContext2D}} implements a subset of the {{CanvasRenderingContext2D}} API.
150
- Specifically it doesn't implement the {{CanvasHitRegion}}, {{CanvasImageData}} or
151
- {{CanvasUserInterface}} APIs.
+ Specifically it doesn't implement the {{CanvasHitRegion}}, {{CanvasImageData}},
+ {{CanvasUserInterface}}, {{CanvasText}} or {{CanvasTextDrawingStyles}} APIs.
152
153
A {{PaintRenderingContext2D}} object has a <a>scratch bitmap</a>. This is initialised when the
154
object is created. The size of the <a>scratch bitmap</a> is the size of the fragment it is
0 commit comments