Artifact 6041898b82062d4d029b6a535aaa20827ed0c413d9e448a8df5678f6c82bd88a:
- File etc/generator/virtual/sdf/parameter/strokewidth.tcl — part of check-in [dfc3fb00c0] at 2025-03-28 22:22:06 on branch trunk — feat: switched sdf element configuration to floating point (locations) where sensible note: IOW, sdf elements now can have fractional positions and dimensions relative to the pixel grid chore: updated examples and tests (user: aku size: 248)
double? 0 strokewidth Stroke width. Lines are `2*strokewidth+1` wide. def modifier { if {$strokewidth < 0} { aktive error "expected a stroke width >= 0" } if {$strokewidth > 0} { set sdf [aktive op sdf round $sdf radius $strokewidth] } }