mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +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 << " </g>\n";
|
||||||
svg_file << "</svg>\n";
|
svg_file << "</svg>" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SvgSerializer::writeHeader() {
|
void SvgSerializer::writeHeader() {
|
||||||
|
|||||||
Reference in New Issue
Block a user