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
2
votes
1 answer

Html text area to svg text

Is is possible to convert the text in a textarea in html to a svg text? The text area has formatted text i.e. bold, italics, bullets etc. This was created using jwysiwyg library. I am attaching the code: `
Srikrishnan Suresh
  • 729
  • 2
  • 13
  • 31
2
votes
1 answer

linearGradient showing up in one color

Can someone point me what is wrong in this code ? Html: Insert title here