-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Rasem prefixes every generated SVG with a XML- and DOCTYPE-header.
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="#{width}" height="#{height}" version="1.1"
xmlns="http://www.w3.org/2000/svg">
There should be an option to disable this header when outputting directly into HTML code (i.e. embedding the SVG in HTML-code).
Thanks!
Metadata
Metadata
Assignees
Labels
No labels