Hi Adam,
I was working on a drawing board project six months ago, and your JotUI gave me a lot of help, thanks again, I am very grateful for your help..
Now a new framework called PencilKit appears on iOS13 that allows developers to easily add canvas features.
I once asked you about the jagged problem of strokes on JotUI due to rasterization #41 , I studied CAShapeLayer and finally found that it might not show smooth handwritten strokes. But in the PencilKit's canvas, no matter how thin the strokes are, there is no jaggedness. The same technique appears on other drawing applications on the appstore, such as SketchBook.
I have been searching for a long time but still don't know how it is implemented. Do you know how this is done?
Best regards,
Maurice
Hi Adam,
I was working on a drawing board project six months ago, and your JotUI gave me a lot of help, thanks again, I am very grateful for your help..
Now a new framework called PencilKit appears on iOS13 that allows developers to easily add canvas features.
I once asked you about the jagged problem of strokes on JotUI due to rasterization #41 , I studied CAShapeLayer and finally found that it might not show smooth handwritten strokes. But in the PencilKit's canvas, no matter how thin the strokes are, there is no jaggedness. The same technique appears on other drawing applications on the appstore, such as SketchBook.
I have been searching for a long time but still don't know how it is implemented. Do you know how this is done?
Best regards,
Maurice