Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 5, 2023

Conversation

dreampiggy
Copy link
Collaborator

Issue

This close #43
This close #41

However, this can only solve some of crashes, some of crashes like Danger Pointer are un-catchable

@dreampiggy dreampiggy changed the title Using try-catch for CoreSVG vector image before rendering on screen, protect some crash for user Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user May 5, 2023
@dreampiggy dreampiggy added crash CoreSVG Related to CoreSVG internel parse issue apple bug Apple's bug that need workaround labels May 5, 2023
@dreampiggy dreampiggy force-pushed the bugfix/catch_vector_svg_before_rendering branch from 2cb4fca to 330fe84 Compare May 5, 2023 09:48
…protect some crash for user

However, this can only solve some of crashes, some of crashes like Danger Pointer are un-catchable
@dreampiggy dreampiggy force-pushed the bugfix/catch_vector_svg_before_rendering branch from 330fe84 to 7ff561a Compare May 5, 2023 09:49
@dreampiggy dreampiggy merged commit db1d796 into master May 5, 2023
@dreampiggy dreampiggy deleted the bugfix/catch_vector_svg_before_rendering branch May 5, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apple bug Apple's bug that need workaround CoreSVG Related to CoreSVG internel parse issue crash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on svg image App crashed while downloading SVG Image inside UITableView
1 participant