#2822 svg: begin group lazily when data is actually being appended

This commit is contained in:
Thomas Krijnen
2023-03-06 09:16:27 +01:00
parent b521b68fd8
commit d1217e61c4
2 changed files with 36 additions and 37 deletions
+1
View File
@@ -60,6 +60,7 @@ namespace util {
public:
boost::shared_ptr<string_item> add(const std::string& s);
boost::shared_ptr<float_item> add(const double& d);
bool empty() const { return items.empty(); }
std::string str() const;
};
}