T
T
Timur Tuz2013-06-21 08:55:39
JavaScript
Timur Tuz, 2013-06-21 08:55:39

Need a browser framework for online drawing

Firework! I was puzzled by the manual of the online designer-drawer ala the greatly curtailed ms visio. Drawing / dragging squares, lines, circles, decorating them, setting custom properties, layers of objects, api by accessing this economy.
Found several options for fremvorkov. But none of them provide such tricks as: splitting intersecting objects along intersection lines (explode) or getting an array of intersection points of several objects with each other. Can anyone tell me in which direction to cut and what technology is better for this business?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
B
bmforce, 2013-06-21
@TTA

Raphaël
raphaeljs.com/
One example: raphaeljs.com/graffle.html

S
simbajoe, 2013-06-21
@simbajoe

Look towards SVG.

A
Andrey, 2013-06-21
@AndyGrom

d3js.org . If you do not need support for IE8 and less. Raphaël and D3 are SVG wrappers. Don't forget that SVG is DOM with all that it implies. Canvas is faster - but it's raster graphics.

T
timetogo, 2013-06-21
@timetogo

Check out this one using SVG (VML for IE) and based on Raphael: code.google.com/p/jsvectoreditor/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question