forked from platypush/platypush
Removed XML header from the generated SVG
This commit is contained in:
parent
d3dde80269
commit
9ba7ad9402
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ gears = [
|
||||||
|
|
||||||
|
|
||||||
template_start = """
|
template_start = """
|
||||||
<?xml version="1.0" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
||||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
||||||
<svg version="1.1"
|
<svg version="1.1"
|
||||||
width="{width}" height="{height}"
|
width="{width}" height="{height}"
|
||||||
viewBox="0 0 100 100"
|
viewBox="0 0 100 100"
|
||||||
|
|
Loading…
Reference in a new issue