pull/2/head
miguel 2020-10-18 00:03:20 +11:00
rodzic 4badd14a6d
commit 83caed38f1
2 zmienionych plików z 6 dodań i 8 usunięć

Wyświetl plik

@ -12,9 +12,8 @@ header {
svg {
background: white;
width: 100%;
height: 400px;
margin: auto;
border: 3px solid #000000;
border: 2px solid #000000;
display: block;
box-sizing: border-box;
}
@ -22,9 +21,8 @@ svg {
canvas {
background: white;
width: 100%;
height: 400px;
margin: auto;
border: 3px solid #000000;
border: 2px solid #000000;
display: block;
box-sizing: border-box;
}

Wyświetl plik

@ -13,12 +13,12 @@
3D Antenna Radiation Pattern Canvas
</canvas>
-->
<svg height="400px">
<circle cx="50%" cy="50%" r="30%" stroke="black" stroke-width="4" fill="white"/>
<circle cx="50%" cy="50%" r="25%" stroke="black" stroke-width="4" fill="white"/>
<svg >
<circle cx="50%" cy="50%" r="30%" stroke="black" stroke-width="3" fill="white"/>
<circle cx="50%" cy="50%" r="25%" stroke="black" stroke-width="3" fill="white"/>
<text x="78%" y="50%" style="fill:black;">Capacitance</text>
</svg>
<canvas id="chartCanvas" height="400px">
<canvas id="chartCanvas">
2D Chart Canvas
</canvas>
<section class="controls">