06-23-2019 07:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-23-2019 07:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hey,
I´m trying to use an image to show the pointers in the clock face.
Inside the g element of svg isn´t working, and make it directly in the image, the group.rotate in the app/index.js gives error.
Any tip?

06-26-2019 06:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-26-2019 06:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We'll need to see the code and the error. Are you following this? https://dev.fitbit.com/build/guides/clockfaces/#analog-clock

06-28-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-28-2019 14:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The problem is to use an image inside the <g> element to do the translation and to have pointer events.
Any idea?

07-01-2019 13:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-01-2019 13:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Pointer events should work. https://dev.fitbit.com/build/guides/user-interface/javascript/#events
If it's not, can you provide sample svg and js code?

