Rye Terrell
Rye Terrell
@battlemidget Feel free to assign to me, I'll ping you when it's ready.
This seems a reasonable application. I'll look into this.
Thanks! Can you tell me your OS and browser?
Hey @flekschas, thanks for bringing this up! How would you feel about a more generic `cg.clearCache()` function that just wiped out all the caches? I'm a bit wary about exposing...
That's an interesting idea, I'll definitely give it some thought. Something like a flag on the cg.render() function, perhaps. Off the top of my head, I'm inclined to keep candygraph...
I've been thinking about this a bit. I _think_ that any untracked primitives and datasets should be automatically garbage collected (ignoring for now any associated draw commands that may be...
I think what is tripping me up is that I'm having trouble imagining a situation in which references to known-disposed (because `autoDispose: true` was used) primitives would be kept. They...
No worries at all, thank you!
Thanks @shamrin and @flekschas, I should have time to dig into this over the weekend.
@shamrin I had a moment to take a look at this this evening. I had forgotten, but since `Scissor` extends the `Composite` class, it already has a `dispose` function. I...