mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Invalid empty SVG file
This commit is contained in:
@@ -321,7 +321,9 @@ void SvgSerializer::finalize() {
|
|||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg_file << " </g>\n";
|
if (!first) {
|
||||||
|
svg_file << " </g>\n";
|
||||||
|
}
|
||||||
svg_file << "</svg>" << std::endl;
|
svg_file << "</svg>" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user