mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
d14d63dd5c
`if(bounding_width)` evaluates to true as long as `bounding_width` is non-zero (including negative values). Since `bounding_width` and `bounding_height` are default initialized to -1.0, we were erroneously setting a bounding rectangle of (-1.0, -1.0) here. This means the SVG output has been broken/malformed if we didn't specify --bounds.