mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
#2822 svg: begin group lazily when data is actually being appended
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user