about summary refs log tree commit diff
path: root/scripts/ccharter.js
AgeCommit message (Collapse)Author
2017-04-30- Fix empty bubble being drawn on cleared canvas.Zach DeCook
ChordCharter.drawChord("chordy", 30, 25, "", "111111"); context.clearRect(0, 0, canvas.width, canvas.height); ChordCharter.drawChord("chordy", 30, 25, "", "222222"); now no longer leaves weird empty bubble behind.
2012-07-04initial commitmzarillo