-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Is it possible to add SVG to the document? For instance an svg-string such as
< svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.1">
< rect width="200" height="100" stroke="black" stroke-width="6" fill="green" />
</ svg>
would be perfect. Or just a svg file?