svg_parser - don't log unsupported entities just yet (ref #763)
This commit is contained in:
parent
53a69463ea
commit
2de8ce0eb7
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ bool traverse_tree(svg_parser & parser, rapidxml::xml_node<char> const* node)
|
|||
}
|
||||
else
|
||||
{
|
||||
parser.err_handler().on_error(std::string("Unsupported element:\"") + node->name());
|
||||
//parser.err_handler().on_error(std::string("Unsupported element:\"") + node->name());
|
||||
}
|
||||
}
|
||||
parser.path_.pop_attr();
|
||||
|
|
Loading…
Reference in a new issue