pythonocc-core
pythonocc-core copied to clipboard
Hardcoded stroke-dasharray in SVG visualization
The SVG visualization for hidden edges uses hardcoded parameters for the stroke-dasharray attribute, see here:
https://github.com/tpaviot/pythonocc-core/blob/33473b9741e7027baf2ef43a7fb36ecd86c8b113/src/Extend/DataExchange.py#L516
This should ideally be configurable by the user.
I agree