Hi there,
i ran squiggle in a profiler and was stunned to see 90000 invocations of Math.pow()
for an empty blank image.
It turned out that an (invisible ) 'init.svg' is loaded and rendered during initialization of the app.
I guess, that is done to touch and preload all classes.
Isnt there a cheaper way ( with just 80000 Math.pow() ... ) to do this ??
Or maybe it was just forgotten...
dvholten
- Re: init squiggle dvholten
- Re: init squiggle Thomas DeWeese
