mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
SVG --space-name-transform
This commit is contained in:
@@ -1345,7 +1345,11 @@ void SvgSerializer::write(const geometry_data& data) {
|
||||
xcoords.push_back(path.add(center_point->X()));
|
||||
path.add("\" y=\"");
|
||||
ycoords.push_back(path.add(center_point->Y()));
|
||||
path.add("\">");
|
||||
path.add("\"");
|
||||
if (space_name_transform_) {
|
||||
path.add(" transform=\"" + *space_name_transform_ + "\"");
|
||||
}
|
||||
path.add(">");
|
||||
for (auto lit = labels.begin(); lit != labels.end(); ++lit) {
|
||||
const auto& l = *lit;
|
||||
double dy = labels.begin() == lit
|
||||
|
||||
Reference in New Issue
Block a user