Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to draw svg figures with decimal point in fitbit?

Fitbit shows an error when SVG contains decimal point coordinates. Is it possible to draw svg figures with decimal point in fitbit?

 

For example:

<circle cx="11.7" cy="11.9" r="2.1"/>

<path d="M16.5,26.3c-4.3,0-7.8-3.5-7.8-7.8c0-0.3,0.2-0.5,0.5-0.5h14.6c0.3,0,0.5,0.2,0.5,0.5C24.3,22.8,20.8,26.3,16.5,26.3z
M9.7,19c0.3,3.5,3.2,6.3,6.8,6.3s6.5-2.8,6.8-6.3H9.7z"/>

 

It is possible to import SVG's when there are no decimal points in coordinates.

Best Answer
0 Votes
1 REPLY 1

Unfortunately, <path> isn't supported at this time.

Best Answer
0 Votes