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.
| Value | normal | pre | nowrap | pre-wrap | break-space | pre-line |
|---|---|
| Default value | normal |
| Animatable | No |
For a description of the values, please refer to the CSS white-space property.
xml:space attributewhite-space property