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