Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed May 8, 2024
1 parent 5e91c9a commit 1d2d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svgdevicecontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void SvgDeviceContext::Commit(bool xml_declaration)

const double scale = 0.8 * 9 / DEFINITION_FACTOR;
const std::string scale_string = StringFormat("scale(%f,-%f)", scale, scale);

// copy all the nodes inside into the master document
for (pugi::xml_node child = sourceDoc.first_child(); child; child = child.next_sibling()) {
child.attribute("id").set_value(entry.second.GetRefId().c_str());
Expand Down

0 comments on commit 1d2d970

Please sign in to comment.