Currently SDFs for strokes are getting calculated twice and combined. According to the math in https://iquilezles.org/articles/distfunctions2d/ the sdf could be calculated once and transformed to a stroke with:
We should make that optimization.
Currently SDFs for strokes are getting calculated twice and combined. According to the math in https://iquilezles.org/articles/distfunctions2d/ the sdf could be calculated once and transformed to a stroke with:
We should make that optimization.