From c8f36f3df88c1a4064a9c73c95a165eb13beeb20 Mon Sep 17 00:00:00 2001
From: sanine <sanine.not@pm.me>
Date: Fri, 18 Aug 2023 15:48:54 -0500
Subject: add demo

---
 output.svg | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 output.svg

(limited to 'output.svg')

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
-- 
cgit v1.2.1