0

How can I create two SVG circle using Javascript and drag and drop to the circle? Do all browsers support in SVG?

2
  • Why do you need SVG to do that? You can do it with straight CSS+JS e.g. css-tricks.com/examples/ShapesOfCSS + jqueryui.com/demos/draggable
    – timoxley
    Commented Jul 23, 2012 at 10:32
  • SVG is images are scalable and the image can be zoomed without degradation. That's only i want SVG. CSS tricks is very useful for me. Thanks timoxley.
    – viji
    Commented Jul 23, 2012 at 16:52

1 Answer 1

1

The best way to use SVG with Javascript is by using a library like Raphaël.

To determine browser support, check out http://caniuse.com/

2
  • Hi Otto Allmendinger. I'm very sorry to say. These information not enough for me.
    – viji
    Commented Jul 17, 2012 at 11:19
  • This information is exactly what you need to know, without handing it to you on a plate.
    – timoxley
    Commented Jul 23, 2012 at 10:31

Not the answer you're looking for? Browse other questions tagged or ask your own question.