Oops
This commit is contained in:
parent
7ad027be42
commit
babc4a4af8
@ -68,8 +68,6 @@ func (element *AnalogClock) draw () {
|
|||||||
element.radialLine (
|
element.radialLine (
|
||||||
theme.AccentImage(),
|
theme.AccentImage(),
|
||||||
0, 0.7, (second - 15) / 30 * math.Pi)
|
0, 0.7, (second - 15) / 30 * math.Pi)
|
||||||
// TODO: engraved background, draw lines with std foreground, draw the
|
|
||||||
// second hand with the accent color.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (element *AnalogClock) radialLine (
|
func (element *AnalogClock) radialLine (
|
||||||
|
Reference in New Issue
Block a user