15 lines
264 B
Markdown
15 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>
|