Files
IfcOpenShell/src/ifcconvert
Anders Granskogen Bjørnstad d14d63dd5c IfcConvert: Fix bug with --bounds for SVG
`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.
2017-10-06 15:49:07 +02:00
..
2017-09-10 16:59:05 +02:00
2016-05-03 11:01:47 +02:00
2017-04-21 15:49:34 +02:00
2016-01-25 14:42:41 +01:00
2016-08-08 10:41:51 +02:00
2017-08-01 16:45:11 +02:00