diff options
author | sanine <sanine.not@pm.me> | 2023-08-18 15:48:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-08-18 15:48:54 -0500 |
commit | c8f36f3df88c1a4064a9c73c95a165eb13beeb20 (patch) | |
tree | e18d7cfd9cac65f2f5b34fb710f8532a4c441805 /output.svg | |
parent | 83448304527d8a1dde233f2f33b98124bced5f88 (diff) |
add demomain
Diffstat (limited to 'output.svg')
-rw-r--r-- | output.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/output.svg b/output.svg new file mode 100644 index 0000000..84c6fb0 --- /dev/null +++ b/output.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg height="100mm" width="100mm" style="fill=#bbbbbbff" xmlns="http://www.w3.org/2000/svg"> + <rect y="0" x="0" style="fill: #ff0000ff" height="100mm" width="100mm"></rect> + <text y="10" x="10" style="font-family: Verdana">hello c:</text> +</svg>
\ No newline at end of file |