overflow-presentationAttribute: overflow

Description Available Attribute Values Used by the Elements

Description

Governs the behaviour of an element when it overflows its viewport.

Available Attribute Values

''''auto''''

Signals to the user agent to provide scrolling for overflowing boxes

''''hidden''''

Specifies to clip or hide overflow (default for inner svgs, pattern and markers)

''''inherit''''

Specifies to inherit the overflow property from the parent.

''''scroll''''

Specifies to clip over flow but to provide scrollbar for scrolling.

''''visible''''

Specifies to show overflow (default for outer most svg, i.e. svgR)

Used by the Elements

Graphics Referencing Elements

image

Non-structural Container Elements

marker, pattern

Structural Container Elements

svg, symbol

Uncategorized Elements

foreignObject


mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.