cancel
Showing results for 
Search instead for 
Did you mean: 

svg objects

Former Member
0 Kudos

Is it possible to create new SVG objects other than the default ones provided in xMII. How easy is that? Any suggestions on how to start creating new SVG objects?

Also, Is there any other library of SVG objects(in xMII or elsewhere) that could be used in xMII development? Thanks for your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Srinivasan,

Yes, it is and it is also very easy to do, just make sure that you adhere to the proper SVG specification...ie do not use <b>flowroot</b>.

You can use a free open source tool, works similar to photoshop, called Inkscape to aid in your development. "Google is your friend" and will help you find the download.

-Sam

Former Member
0 Kudos

Certainly. Simply get a drawing tool that exports or saves in the SVG format. An open source option is called Inkscape. Be sure to assign unique and meaningful 'id' values to the drawing elements in your new SVG object so that it will be easier to animate it. Once you've saved the SVG file, copy it to the \Lighthammer\Xacute\SVGObjects folder. You can then use the Animation Editor to create a new Animated Object.