Skip to content

Commit

Permalink
make sure stringsvg is aware of the extra group
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 22, 2024
1 parent d2cfc0e commit a15b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SvgStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class SvgStreamString : public SvgStream {
if (is_clipping()) {
svgstr.append("</g>\n");
}
svgstr.append("</svg>");
svgstr.append("</g>\n</svg>");
}
if (env_.exists("svg_string")) {
cpp11::writable::strings str(env_["svg_string"]);
Expand Down

0 comments on commit a15b352

Please sign in to comment.