Update readme.md
This commit is contained in:
parent
a662502dde
commit
088f151246
|
|
@ -16,7 +16,7 @@ And this is the result of this code:
|
||||||
### hands
|
### hands
|
||||||
To draw a realistic clock hand, which should not be a single line and the anchor should not be exactly on one end of the hand, we design here a pentagon and scale this in one direction to our needs. Furthermore, because all of the TFTShape builder functions generate symmetrical shapes with the anchor point at the center, we need to move this anchor point (pivot point) nearly to the end of the hand.
|
To draw a realistic clock hand, which should not be a single line and the anchor should not be exactly on one end of the hand, we design here a pentagon and scale this in one direction to our needs. Furthermore, because all of the TFTShape builder functions generate symmetrical shapes with the anchor point at the center, we need to move this anchor point (pivot point) nearly to the end of the hand.
|
||||||
|
|
||||||

|
  
|
||||||
|
|
||||||
Here you can see the phases of boiding a hand: source shape, resized shape, moved shape
|
Here you can see the phases of boiding a hand: source shape, resized shape, moved shape
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue