Hi
We are creating an SVG Editor in which the user
can create and manuplate SVG Objects. Most of the code has been written and now
we want to add the functionality of scripting.I want to add scripting to
the SVG Objects that are rendered in JSVGCanvas so that they behave the same as
they would if seen in a svg capable browser ( i am using adobe 6 beta for
test purposes) . Do I need to extend Rhino ? I looked at the example in
Batik Help but it does not explain much . Can I get some help to get
started ?
Thanks