adic-shape 0.1.2

Visualizing p-adic numbers
Documentation
svg .clock-circle-b602918 {
    fill: transparent;
    stroke: var(--clock-svg-circle-color, black);
    stroke-width: 0.2;
}

svg .clock-sub-circle-b602918 {
    fill: transparent;
    stroke: var(--clock-svg-sub-circle-color, black);
    stroke-width: 0.2;
    stroke-dasharray: 1, 4;
}

svg .clock-hand-path-b602918 {
    fill: transparent;
    stroke: var(--clock-svg-hand-color, black);
    stroke-width: 0.2;
}

svg .clock-head-circle-b602918 {
    fill: var(--clock-svg-hand-color, black);
    stroke: var(--clock-svg-hand-color, black);
    stroke-width: 0.2;
}

svg .tick-label-b602918 {
    fill: var(--clock-svg-tick-color, black);
    text-anchor: middle;
    dominant-baseline: middle;
}