diff --git a/elements/fun/clock.go b/elements/fun/clock.go index b168e55..8690978 100644 --- a/elements/fun/clock.go +++ b/elements/fun/clock.go @@ -63,6 +63,10 @@ func (element *AnalogClock) draw () { 0, 0.7, (second - 15) / 30 * math.Pi) } +func (element *AnalogClock) MinimumHeightFor (width int) (height int) { + return width +} + func (element *AnalogClock) radialLine ( source artist.Pattern, inner float64,