WebIDLpedia

PaintSize interface

Definition

CSS Painting API Level 1 defines PaintSize



[Exposed=PaintWorklet]
interface PaintSize {
    readonly attribute double width;
    readonly attribute double height;
};