09-05-2017 22:34
09-05-2017 22:34
I understand how we fill rectangles & circles, but how do we just draw just the outlines?
Filling a smaller rectangle, in the background colour, within another would achieve this, but that doesn't help when wanting to have overlapping rectangle outlines. Same with circles.
Answered! Go to the Best Answer.
09-05-2017 22:58
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-05-2017 22:58
You'd need to use grayscale images, filled with a color.
https://dev.fitbit.com/guides/user-interface/css/#grayscale-magic-
09-05-2017 22:58
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-05-2017 22:58
You'd need to use grayscale images, filled with a color.
https://dev.fitbit.com/guides/user-interface/css/#grayscale-magic-
09-05-2017 23:18 - edited 09-05-2017 23:23
09-05-2017 23:18 - edited 09-05-2017 23:23
I wondered if that was the case.
So, we are going to make heavy use of images and much less use of rectangles than on Pebble watchfaces.
Circle outlines will still be possible using arcs.
Best Answer