Added partial support for record Mask in svg-reader

This commit is contained in:
Kirill Poljakov
2023-05-23 22:23:00 +03:00
parent 099f3f5632
commit 4a4a05fd8a
10 changed files with 121 additions and 37 deletions

View File

@ -364,6 +364,9 @@ namespace NSCSS
mRules.insert({std::wstring(oStartProperty, oEndProperty), std::wstring(oStartValue, oEndValue)});
if (wsStyles.end() == oEndValue)
break;
oStartProperty = std::find_if_not(oEndValue + 1, wsStyles.end(), std::iswspace);
}