Collin Zhang
Collin Zhang
Have checked the source code and find that the compressionHandler is set to nil by default, and when it is nil compression is not enabled. I also believe it is...
Thanks for supporting FastDraw! I have updated the library for an improved export API Now you can call `drawPDF(url:_)` method of `DrawBoardView` object to render the PDF to the url...
I have also updated README, you can also check `FastDrawDemo` for example https://github.com/collinzrj/FastDraw/blob/6bb81e811550baba28785519f84562f81bf7b13b/FastDrawDemo/FastDrawDemo/ViewController.swift#L65-L70
Hi @miguel-arrf , has this solved your problem?
Thanks for supporting FastDraw! What device are you testing on? Is that a simulator or a real device? I have also noticed the problem but it is not obvious when...
Thanks, I will study it soon
Hi, I am also testing on physical iPad Pro M1 with Apple Pencil, and it seems that I arrive at similar conclusion to yours. I have generated 300 strokes each...
Usually a stroke takes more than 3 curves, it is about 10 in common. I think that might be the problem, I will work on improving the performance asap.