Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no function to efficiently erase the dots without re-initializing the board #2

Open
Tails opened this issue Jun 15, 2014 · 1 comment

Comments

@Tails
Copy link

Tails commented Jun 15, 2014

I would like to remove the dots and draw others without redrawing the board.

@Tails
Copy link
Author

Tails commented Jun 15, 2014

I figured it out. You have to draw() the Fretboard, then add a Paper.JS layer, and then let it draw the nuts. You can then clear the board from the nuts by doing paper.activelayer.children.remove and an paper.view.update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant