04-12-2021 10:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-12-2021 10:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

04-13-2021 03:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-13-2021 03:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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>

04-14-2021 03:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-14-2021 03:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-14-2021 03:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You can find me on the unofficial Discord. https://dev.fitbit.com/discord

04-14-2021
03:24
- last edited on
04-14-2021
03:28
by
JonFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-14-2021
03:24
- last edited on
04-14-2021
03:28
by
JonFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Any email please? We can't put the code in discord.
This is our email: [REDACTED]
04-14-2021 03:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


04-14-2021 03:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've sent you an email.

