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

SDK feature request:: SVG path support

I want to make some curvy lines animate, but I can't do that without SVG `path` and animatable `d` attribute support (MDN reference). Please add support for these!

 

<path d="M 169,0 T 169,250" stroke="#742FAA" stroke-width="10"></path>
Best Answer
3 REPLIES 3

Thanks Jeremiah, I agree, <path> would be a great addition.

 

Feature suggestions for the SDK can be submitted and voted for here: https://community.fitbit.com/t5/Feature-Suggestions/idb-p/features/label-name/sdk/tab/most-kudoed

Best Answer
Best Answer
0 Votes

try this?

<path fill='yellow' stroke-width='5' d='m50 100 l5 20 h15 l-10 10 l5 15 l-15 -10 l-15 10 l5 -15 l-10 -10 h15 z'/>

 

 

Best Answer
0 Votes