10-13-2018 10:19 - edited 10-13-2018 10:20
10-13-2018 10:19 - edited 10-13-2018 10:20
Hi,
I've encountered a strange bug/error.
When running my watchface on my device, I am able to set the fill colour of my arc inside my <mask>, but when I run it on the simulator the arc does not have a colour.
I have created an example project for you to download and it shows my error.
When running on the simulator, the first arc, which is not positioned inside a <mask>, has it's fill colour, but the second arc, which is positioned inside a <mask> does not have it's fill colour.
When running on a device (I use Versa), both arcs have it's fill colour.
Running on versa device
Running on versa simulator
I hope someone can help!
Kind regards,
Christina J.
Answered! Go to the Best Answer.
10-16-2018 06:14
10-16-2018 06:14
Thanks, I've logged this issue with the tools team.
In the meantime, do you actually need to use a mask here? You can just overlay the two elements directly.
10-16-2018 06:14
10-16-2018 06:14
Thanks, I've logged this issue with the tools team.
In the meantime, do you actually need to use a mask here? You can just overlay the two elements directly.
10-16-2018 11:58
10-16-2018 11:58
Brilliant! I did not know that overlaying without a mask was possible. Thank you! 🙂