- Change all conveyance SVGs from black fill to white fill with black stroke - Update programmatic rendering (curves, induction, spur) to white fill - Replace PE 3-slice rendering with programmatic canvas paths for consistent stroke width at any size - Reduce PE default size from 56x20 to 30x14 to fit around conveyor devices - Update SVG export to match new white fills Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
178 B
XML
4 lines
178 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 30" width="80" height="30">
|
|
<polygon points="0,0 40,0 80,30 0,30" fill="#fff" stroke="#000" stroke-width="0.5"/>
|
|
</svg>
|