09-04-2017 22:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-04-2017 22:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I use GPaths a lot on Pebble watchface development, creating a variety of shapes - it is rare for rectangles, circles and arcs to be sufficient. Some of these can be complex shapes. I can then easily change the colour, move & rotate these.
I know you don't yet have a Drawing API, so wondering the best way to achieve this until you do. Is the only way to create the shapes as images (externally) and use those?
Answered! Go to the Best Answer.

Accepted Solutions
09-04-2017 22:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-04-2017 22:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Nev,
It's true that we don't currently have a drawing/canvas API, hopefully that will be resolved in the future.
You can define each shape as an image, in 8-bit grayscale PNG format. See "Grayscale Magic" for full details.
Once you have the shape, you can use either property animations or transformation animations. See "Animations" for further information.
I hope this helps.

09-04-2017 22:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-04-2017 22:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Nev,
It's true that we don't currently have a drawing/canvas API, hopefully that will be resolved in the future.
You can define each shape as an image, in 8-bit grayscale PNG format. See "Grayscale Magic" for full details.
Once you have the shape, you can use either property animations or transformation animations. See "Animations" for further information.
I hope this helps.

09-04-2017 23:07 - edited 09-05-2017 10:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-04-2017 23:07 - edited 09-05-2017 10:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks Jon. It's what I thought, but good to have it confirmed.

09-06-2017 09:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-06-2017 09:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
09-06-2017 09:32 - edited 09-06-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-06-2017 09:32 - edited 09-06-2017 09:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@kenjamin Yeah. That would be great. Looks more flexible than what I am used to in Pebble development. 🙂

06-08-2018 06:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-08-2018 06:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Please vote for svg <path> support here : https://community.fitbit.com/t5/Feature-Suggestions/Add-path-support-to-SVG-for-Versa-and-Ionic/idi-...
