Maxim 5e010bd2b6 Fillet concave V-notches in busbar preview
At every vertex (cell or waypoint) where two capsule segments meet, the union of the
rectangles and pad discs left a sharp inward V on the concave side. Canvas lineJoin
only smooths the convex side, so added an explicit tangent-arc region per concave
corner: intersect the inner offset lines to find the notch tip, place the arc center
on the angle bisector at radius padRadius, and fill the curved-triangle bounded by
the two tangent points and the arc. The added subpath unions into the existing fill.
2026-04-22 18:40:48 +02:00
Description
Languages
JavaScript 80.2%
CSS 13.3%
HTML 6.5%