svg_parser - fix bug introduced in previous commit.

This commit is contained in:
artemp 2017-05-25 14:35:11 +02:00 committed by Artem Pavlenko
parent 3f591af871
commit e56233833e

View file

@ -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)