white-space

The white-space SVG attribute specifies how white space within text should be handled. This includes whether and how white space inside the element is collapsed and whether lines may wrap at unforced soft wrap opportunities.

Note: As a presentation attribute, white-space also has a CSS property counterpart: white-space. When both are specified, the CSS property takes priority.

Usage notes

Valuenormal | pre | nowrap | pre-wrap | break-space | pre-line
Default valuenormal
AnimatableNo

For a description of the values, please refer to the CSS white-space property.

Specifications

See also