mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Be sure to flush fstream when finalizing SVG export
This commit is contained in:
@@ -347,7 +347,7 @@ void SvgSerializer::finalize() {
|
||||
}
|
||||
|
||||
svg_file << " </g>\n";
|
||||
svg_file << "</svg>\n";
|
||||
svg_file << "</svg>" << std::endl;
|
||||
}
|
||||
|
||||
void SvgSerializer::writeHeader() {
|
||||
|
||||
Reference in New Issue
Block a user