Questions tagged [jquery-svg]

A jQuery plugin that lets you interact with an SVG canvas.

jQuery SVG is a plugin for that enables interaction with an SVG document or canvas.

SVG (Scalable Vector Graphics) is a language for describing two-dimensional graphics in XML, and JQuery SVG provides methods for manipulating the SVG and creating new SVG elements, and it provides a wrapper to use standard jQuery methods in SVG as well.

256 questions
0
votes
1 answer

how to place or position the text inside rectangle in SVG using jquery

I want to place the text in center of the rectangle based on the text width and height as well as rect width and height. Please refer the below SVG code.
SivaRajini
  • 7,225
  • 21
  • 81
  • 128
0
votes
1 answer

how to merge two objects

I have two objects var defPathValues={'id':'','fill':'','fill-opacity':'','stroke-width':'','stroke-linecap':'','stroke-linejoin':'', 'stroke':'','d':'','transform':''}; var options={'id':'ele1', 'fill':'white'}; I want to…
SivaRajini
  • 7,225
  • 21
  • 81
  • 128
0
votes
1 answer

SVGPan - anyone figure out ios touch event support?

I've been working with SVGPan (http://code.google.com/p/svgpan/) and I have generally found it fantastic (so thanks to all involved!). Just wondering, did anyone ever add functionality to support ios devices (I'm mainly interested in the i-pad at…
0
votes
1 answer

drawIntro undefined

I am using html5 on Windows 7 and am trying to use jQuery SVG described here. It calls for the following line of code in the html file.