SVG / Canvas vs Flash for FloorPlanner

I plan to create an application for floor planner that allows users to draw, resize, move and rotate objects with the mouse. I'm just wondering if it would be better to use Flash or Javascript. If I use Javascript, should I use canvas or SVG? The application allows you to select a drag and drop to select multiple items.

I am trying to decide that browser performance and support are a priority. Do you guys have suggestions and resources that you could tell me if the best option for Javascript?

+3
source share
1 answer

I would go for SVG for this application. (and I say this as Canvas's lover)

Canvas, . , , "", .

SVG DOM , . Canvas .

SVG/VML ( Internet Explorer 6!), .

+2

All Articles