updated html and template
This commit is contained in:
parent
a3dd80af5b
commit
5804a2cfdb
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
<svg height="1200" viewBox="100 50 400 -400" width="3000" version="1.1"
|
||||||
xmlns="http://www.w3.org/2000/svg">
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
<desc>NLMSvariants output graph
|
<desc>NLMSvariants output graph
|
||||||
|
@ -22,7 +19,7 @@
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(200, 400) scale(1,-1)">
|
<g transform="translate(200, 400) scale(1,-1)">
|
||||||
<path d="M0 0
|
<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>
|
<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 |
Loading…
Reference in New Issue