mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
SvgSerializer fix: Z == 2
This commit is contained in:
@@ -2328,7 +2328,7 @@ void SvgSerializer::setFile(IfcParse::IfcFile* f) {
|
||||
gp_Trsf trsf;
|
||||
if (matrix) {
|
||||
// @todo shouldn't this take into account configurable section height?
|
||||
setSectionHeight(matrix->translation_part()(3) + 1.);
|
||||
setSectionHeight(matrix->translation_part()(2) + 1.);
|
||||
#ifdef TAXONOMY_USE_NAKED_PTR
|
||||
delete matrix;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user