1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/prefix/en.md
2021-10-17 18:26:00 +02:00

14 lines
264 B
Markdown

---
title: prefix
---
A string that will be rendered before the opening SVG tag.
Its default value is:
```svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
```
<Note>This only applies when rendering to SVG, not what
rendering a React component</Note>