svg_parser - fix bug introduced in previous commit.
This commit is contained in:
parent
3f591af871
commit
e56233833e
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ bool traverse_tree(svg_parser & parser, rapidxml::xml_node<char> const* node)
|
|||
else
|
||||
{
|
||||
parser.path_.push_attr();
|
||||
//parse_attr(parser, node);
|
||||
parse_attr(parser, node);
|
||||
if (parser.path_.display())
|
||||
{
|
||||
if (std::strcmp(name, "path") == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue