Even more barebones SVG
This commit is contained in:
parent
98aee8123f
commit
771a8743f6
|
@ -1,10 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<svg
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="150mm"
|
width="150mm"
|
||||||
height="100mm"
|
height="100mm"
|
||||||
viewBox="0 0 150 100">
|
viewBox="0 0 150 100">
|
||||||
|
@ -13,10 +8,10 @@
|
||||||
d="M 50,0 V 100" />
|
d="M 50,0 V 100" />
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#bebebe;stroke-width:5"
|
style="fill:none;stroke:#bebebe;stroke-width:5"
|
||||||
d="M 150,50 H 0" />
|
d="M 100,0 V 100" />
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#bebebe;stroke-width:5"
|
style="fill:none;stroke:#bebebe;stroke-width:5"
|
||||||
d="M 100,0 V 100" />
|
d="M 0,50 H 150" />
|
||||||
<rect
|
<rect
|
||||||
style="fill:none;stroke:#bebebe;stroke-width:5"
|
style="fill:none;stroke:#bebebe;stroke-width:5"
|
||||||
width="145.2"
|
width="145.2"
|
||||||
|
|
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 527 B |
Loading…
Reference in New Issue