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.
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.
You'd need to use grayscale images, filled with a color.
https://dev.fitbit.com/guides/user-interface/css/#grayscale-magic-
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.
You'd need to use grayscale images, filled with a color.
https://dev.fitbit.com/guides/user-interface/css/#grayscale-magic-
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