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

Arcing Text..

Good morning Fitbit dev community. I have been looking through the documentation and can not find any examples of arcing text ( around a circle). I know this is possible. Could someone please point me in the right direction.

 

Thank in advance.

 

Oh, I still can not get the ionic simulator to install an app, the versa one is fine, the Ionic one continues to fail. 

Best Answer
0 Votes
4 REPLIES 4

Anyone? I'm having trouble finding anything on this subject.

Best Answer
0 Votes

I found this 

https://gist.github.com/jebeck/196406a3486985d2b92e

 

Not sure how it works, I might give it a try

Best Answer

Looks like a bit of trial error may be required.

Best Answer
0 Votes

Oh, of course, you can. Put your text inside of <g> tag's, then select g tag by id and rotate it. Or, just inline the transformation, like <g transform="rotate(30)">. If you need the long sentence to be drawn around an arc though, you might find yourself rotating every single letter.

These g transformations are the strongest part of the Fitbit SDK. You can do incredible things if you use it smartly.

Screen Shot 2018-03-23 at 14.47.43.png

Best Answer
0 Votes