04-12-2021 10:35
04-12-2021 10:35
I've been having a very hard time getting two elements of a watch face to display with one overlapped on the other. It is for Versa Lite, and I am using a png background image and two custom font elements using Fitfont. I've tried using the layer property in index.js, re-ordering the elements in index.gui, and I've also tried encapsulating the font elements in a g container and assigning layers. I still can't seem to get it to work. All I'm trying to do is get the background image displayed with the custom font elements displayed over it. Any thoughts?
Best Answer04-13-2021 03:21
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.
04-13-2021 03:21
It sounds like maybe a positioning issue. Try removing the image and making sure the text is positioned correctly first.
Then it should just be
<svg>
<image ...> <!-- bottom -->
<text ...>
<text ...> <!-- top -->
</svg>
Best Answer04-14-2021 03:11
04-14-2021 03:11
Hello Jon ( JonFitbit ),
Can we contact you privately please?
We have a piece of code that we don't want to post it directly in the forum.
04-14-2021 03:21
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.
04-14-2021 03:21
You can find me on the unofficial Discord. https://dev.fitbit.com/discord
Best Answer
04-14-2021
03:24
- last edited on
04-14-2021
03:28
by
JonFitbit
04-14-2021
03:24
- last edited on
04-14-2021
03:28
by
JonFitbit
Any email please? We can't put the code in discord.
This is our email: [REDACTED]
04-14-2021 03:28
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.
04-14-2021 03:28
I've sent you an email.
Best Answer