﻿.goniometro-inner {
    fill: none;
    stroke: rgba(2,2,3,0.1); /*rgba(0,0,0,0.25)*/
    stroke-width: 30;
}
/* Tacche a 1° */
.goniometro-tick {
    stroke: #000;
    stroke-width: 1;
}
/* Tacche a 10° (più lunghe) */
.goniometro-tick10 {
    stroke: #000;
    stroke-width: 2px;
}
/* Testo numerazione */
.goniometro-label {
    font-family: system-ui, sans-serif;
    font-size: 12px;
    fill: #000;
    dominant-baseline: middle;
    text-anchor: middle;
    user-select: none;
}
/* Centro del goniometro */
.goniometro-center-dot {
    fill: red;
    stroke: none;
}

.goniometro-center-ring {
    fill: transparent;
    stroke: #000;
    stroke-width: 2px;
}
