summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/xx.html
blob: 6b4881d450fa2071f1c3269feef2d79e8bbb61ca (plain)
1
2
3
4
5
6
7
8
9
10
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>