androidsvg icon indicating copy to clipboard operation
androidsvg copied to clipboard

Probably need to expose CSSParsingException in new api

Open folkyatina opened this issue 3 years ago • 1 comments

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.

folkyatina avatar Jun 26 '21 03:06 folkyatina

Agreed.

BigBadaboom avatar Jun 26 '21 17:06 BigBadaboom