+ Fixed the "shadow object" bug after all tabs was deleted.

  • Fixed the “shadow object” bug after all tabs was deleted.
  • Show object bounding box on mouse over
  • Select object on mouse click.

I do not know when LW4 will be ready, but I still imagine a few months of work. BTW a big thank you to contributors who work hard on it.

What I wanted at the beginning was simply to implement lw.Rasterizer.js in LW3 to have it tested by the community. But there are too many side effects in the current LW3 code to do it without adding more instability.

What I do now is just a big clean up in LW3. The purpose is to separate, identify and improve useful parts (like the SVG parser) and eliminating all gobal variables and superfluous or unused code. After I will add lw.rasterizer.js and I hope to be able to realese an intermediate version between LW3 and LW4 as soon as possible.