11-21-2017 05:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-21-2017 05:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am fairly new to SVG, so this may be a trivial question.
The clock face tutorial uses a $ in the x position:
https://dev.fitbit.com/guides/clockfaces/
I've searched through several SVG guides and can't find what the $ represents? Can someone point me at a resource that explains what the $ means?
Answered! Go to the Best Answer.

Accepted Solutions
11-21-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
11-21-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The $ is a special value which is always equal to the current value of the parent element. In the Clock Faces guide, it's the x position of the g element.
You can find more information on the documentation.
11-21-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
11-21-2017 09:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The $ is a special value which is always equal to the current value of the parent element. In the Clock Faces guide, it's the x position of the g element.
You can find more information on the documentation.
