summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/xx.html
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/xx.html')
-rw-r--r--graphics/circuit_macros/examples/svg/xx.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/circuit_macros/examples/svg/xx.html b/graphics/circuit_macros/examples/svg/xx.html
deleted file mode 100644
index 6b4881d450..0000000000
--- a/graphics/circuit_macros/examples/svg/xx.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
-<g>
- <text x = "10" y = "25" font-size = "20">
- <tspan x = "10" y = "60">
- T<tspan dy="10">i+2</tspan>
- <tspan dy="-10">= T</tspan><tspan dy="10">i</tspan>
- <tspan dy="-10">+ T</tspan><tspan dy="10">i+1</tspan>
- </tspan>
- </text>
- </g>
-</svg>