Definition
CSS Painting API Level 1 defines PaintSize
[Exposed=PaintWorklet]
interface PaintSize {
readonly attribute double width;
readonly attribute double height;
};
PaintSize
interfaceCSS Painting API Level 1 defines PaintSize
[Exposed=PaintWorklet]
interface PaintSize {
readonly attribute double width;
readonly attribute double height;
};