summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html b/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html
new file mode 100644
index 00000000000..6b4881d450f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/svg/xx.html
@@ -0,0 +1,11 @@
+<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>