androidsvg
androidsvg copied to clipboard
Probably need to expose CSSParsingException in new api
In PR #219 we have added explicit method to parse CSS. But it does not expose any error while parsing CSS.
We probably should throw CSSParseException from CSS#getFromString() to allow users to react properly if there is a problem with css.
Agreed.