updated html and template

This commit is contained in:
kbecke23 2018-05-09 14:23:00 +02:00
parent a3dd80af5b
commit 5804a2cfdb
2 changed files with 3046 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,3 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg height="1200" viewBox="100 50 400 -400" width="3000" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<desc>NLMSvariants output graph
@ -22,7 +19,7 @@
</g>
<g transform="translate(200, 400) scale(1,-1)">
<path d="M0 0
" fill="none" stroke="red" stroke-width="0.4px"/>
" fill="none" stroke="red" stroke-width="0.4px" onclick="clicksvg(this)"/>
<text class="t36 t-mid bold f-black" x="50" y="50">+ +</text>
<text class="t36 t-mid bold f-black" x="-50" y="50">- +</text>
<text class="t36 t-mid bold f-black" x="50" y="-50">+ -</text>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB