26 Aug
2011
26 Aug
'11
8:46 p.m.
On Fri, 2011-08-26 at 13:10 -0400, john Culleton wrote:
Given that facility, can the svg portion be used for dynamic purposes. For example could an anchor be added to point to another url? Or is svg a graphics-only format?
So long as you use the xlink namespace, it'll work on any element.
Thoughts, anyone?
You can use Javascript and CSS too, but like the linking, the language is slightly different. For instance background-color: red; in html-css would be fill-color: red; in svg css, same for stroke and all the added attributes you can see in an inskcape svg output.
Martin,