You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
The API is currently missing a way to make strokes gradually disappear when in "superimposed" mode. As in the official superimposed demo, after a few characters it quickly becomes a mess.
It's possible to do paper.getRenderer().clear(), but that's a bit too ambitious, leaving the user without feedback. So a more gradual fading out of strokes would be appreciated, either based on time or on result event.