This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Description
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.