Skip to content

1.7.0 - Catch common exceptions to avoid crash

Latest
Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 05 May 09:56
· 2 commits to master since this release

Fixes

  • Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user #44

Note: Some user report that Apple's CoreSVG has compatible issue for some SVGs (like using non-system Font, gradient), from v1.7.0 we protect some cases, but other exceptions are un-catchable. For these crashes, either use Render SVG as bitmap image (see below) or edit your SVG source file to make Apple's CoeSVG compatible.