mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
fix mistake
This commit is contained in:
parent
54e5cdee10
commit
aedd3afd00
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ static bool _attrParseSvgNode(void* data, const char* key, const char* value)
|
|||
return simpleXmlParseW3CAttribute(value, _parseStyleAttr, loader);
|
||||
}
|
||||
#ifdef THORVG_LOG_ENABLED
|
||||
else if (!strcmp(key, "xmlns") || !strcmp(key, "xmlns:xlink") || strcmp (key, "xmlns:svg")) {
|
||||
else if (!strcmp(key, "xmlns") || !strcmp(key, "xmlns:xlink") || !strcmp (key, "xmlns:svg")) {
|
||||
//No action
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue