CDAT / vcs-js

3 stars 3 forks source link

Clear function doesn't seem to work #21

Closed James-Crean closed 6 years ago

James-Crean commented 6 years ago

Calling canvas.clear() does not seem to work.

The vcs demo has a clear button/link that calls vcs_boxfill_clear(), but clicking it does not do anything for me. No errors are raised in the developer tools, nor is there any output by the vcs server.

mattben commented 6 years ago

👍

danlipsa commented 6 years ago

I think this is again a difference between on-screen and off-screen rendering. I think on-screen works fine. I'll soon be back working on cdat I understand and I'll look into this.

James-Crean commented 6 years ago

@danlipsa Have you had a chance to take a look at this yet?