04-15-2019 12:51 - edited 04-15-2019 12:54
04-15-2019 12:51 - edited 04-15-2019 12:54
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.
04-15-2019 13:10
04-15-2019 13:10
Unfortunately, <path> isn't supported at this time.