cancel
Showing results for 
Search instead for 
Did you mean: 

svg - 3D dial

Former Member
0 Kudos

Hi all,

There is a std svg object - 3d dial (speedometer) that xMII provides. Its has 3 arcs / sectors with different colors (red, green, yellow).

I am able to translate and rotate these arcs about the centre by manipulating these properties in xMII

Question: I would also like to increase/decrease the length of these arc.

1) Is there a property already existing in this svg that would allow me to do it

2) Else, how do I add this property which would enable me to do this?

I would like to use this same std xMII image.

Appreciate any ideas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The length of the arcs are not changeable with the delivered xMII svg speedometer. You should be able to modify the source of the svg image to allow them to be sizable. I would recommend to copy/paste the standard image to a new one before modifying it.

Former Member
0 Kudos

Ryan,

Could you pls. elaborate? Also what would be the formula for this? Thanks again...

Former Member
0 Kudos

SVG is not proprietary to xMII, therefore I would recommend checking google or other sources like <a href="http://www.w3schools.com/svg/svg_circle.asp">w3schools</a> to find more factual information on creating/modifying SVG images. Best of luck.