using ComposeDiff should help... The memory leak happens on the browser when you redraw the compose graphic...
On Fri, Jun 17, 2016 at 6:05 PM, Ford O. <[email protected]> wrote: > So I have found the source of memory leak: > > using Interact, Reactive, Compose > > @manipulate for frame = fps(300) > compose(context(), rectangle(), fill("grey")) > end > > But still don't know how to fix it. >
