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 c808936 commit 6c87954Copy full SHA for 6c87954
css-paint-api/README_V2.md
@@ -1,5 +1,11 @@
1
```js
2
registerPainter('something', class extends ElementPainter {
3
+ visualOverflow(geometry, styleMap) {
4
+ return {
5
+ // Size of overflow.
6
+ };
7
+ }
8
+
9
drawBackground(ctx, geometry, styleMap) {
10
ctx.save();
11
ctx.globalAlpha = 0.5; // Local to just the background layer, are there other canvas ctx params which
0 commit comments