levinunnink / Smooth-Line-View

Smooth & fast line drawing from touch inputs for UIViews using Quartz
MIT License
641 stars 111 forks source link

How to clean up the path? #14

Closed k31thchan closed 2 years ago

k31thchan commented 10 years ago

if a stroke removed by clearColor or kcgblendmodeclear, the stroke will be respawned if another stroke touch the path. How should this be handled?