We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff82f64 commit e1d9a51Copy full SHA for e1d9a51
css-paint-api/EXPLAINER.md
@@ -87,7 +87,7 @@ class RectPainter {
87
}
88
89
90
-class BorderRectPainter {
+class BorderRectPainter extends RectPainter {
91
static inputProperties = ['--border-color', ...super.inputProperties];
92
93
paint(ctx, size, style) {
0 commit comments