Even more barebones SVG

This commit is contained in:
Manu Cornet 2021-12-24 18:19:03 +00:00
parent 98aee8123f
commit 771a8743f6
1 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
height="100mm"
viewBox="0 0 150 100">
@ -13,10 +8,10 @@
d="M 50,0 V 100" />
<path
style="fill:none;stroke:#bebebe;stroke-width:5"
d="M 150,50 H 0" />
d="M 100,0 V 100" />
<path
style="fill:none;stroke:#bebebe;stroke-width:5"
d="M 100,0 V 100" />
d="M 0,50 H 150" />
<rect
style="fill:none;stroke:#bebebe;stroke-width:5"
width="145.2"

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 527 B