06-03-2018 09:16
06-03-2018 09:16
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>
06-05-2018 17:52 - edited 06-05-2018 17:52
06-05-2018 17:52 - edited 06-05-2018 17:52
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
06-08-2018 06:06
06-08-2018 06:06
Please vote for this option here : https://community.fitbit.com/t5/Feature-Suggestions/Add-path-support-to-SVG-for-Versa-and-Ionic/idi-...
11-02-2021 18:34
11-02-2021 18:34
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'/>