Skip to content

Commit

Permalink
Support a tag #153
Browse files Browse the repository at this point in the history
  • Loading branch information
sammycage committed Jan 21, 2024
1 parent 1f3a364 commit d1eec96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/parser.cpp
Expand Up @@ -970,6 +970,7 @@ bool Parser::parseTransform(const char*& ptr, const char* end, TransformType& ty
ElementID elementid(const std::string& name)
{
static const std::map<std::string, ElementID> elementmap = {
{"a", ElementID::G},
{"circle", ElementID::Circle},
{"clipPath", ElementID::ClipPath},
{"defs", ElementID::Defs},
Expand Down

0 comments on commit d1eec96

Please sign in to comment.