adobe / svg-native-viewer

SVG Native viewer is a library that parses and renders SVG Native documents
Apache License 2.0
155 stars 37 forks source link

Check SkCodec was created before getting origin. #168

Closed bungeman closed 2 years ago

bungeman commented 2 years ago

If the image data passed to SkCodec::MakeFromData is not recognized as image data the SkCodec::MakeFromData may return nullptr. Check for this failure and return instead of crashing.

dirkschulze commented 2 years ago

Thanks for the patch @bungeman . LGTM.