Firefox Tomorrow

web api interface

PaintSize

View on MDN ↗

The PaintSize interface of the CSS Painting API represents the size of the output bitmap that the author should draw.

Instance properties

  • height Read only
    • : Returns the height of the output bitmap that the author should draw.
  • width Read only
    • : Returns the width of the output bitmap that the author should draw.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also