TinyCrayon / TinyCrayon-iOS-SDK

A smart and easy-to-use image masking and cutout SDK for mobile apps.
https://www.tinycrayon.com
MIT License
1.83k stars 155 forks source link

Crash when move my finger outside the canvas during the drawing #48

Closed ericcheungwork closed 3 years ago

ericcheungwork commented 3 years ago

Crash on this line: image image

@zengxinzhy do you have any idea on that? thanks!!

dsmailes commented 3 years ago

I've opened a PR that fixes this. If you want to do it in your local branch just change this code in Utils.swift:

func abort() { if !self.times.isEmpty { self.times.removeLast() } }