Rectangle

Classical clock with rectangular face

Description

Classical clock with rectangular face and small second hand. Standard hand types only.

Anatomy

Rectangular face image, center hour and minute hands and small second hand at 6 o'clock.

XML Settings File

<?xml version="1.0" encoding="utf-8"?>
<TrueAnalogClock
    face="rectangle_face"
    useSystemTime="true">

    <hand
        image="rectangle_hand_hour"
        axisFacePoint="693:974"
        axisPoint="91:381"
        shadow="true"
        shadowOffset="5:5"
        type="Hour"/>

    <hand
        image="rectangle_hand_minute"
        axisFacePoint="693:974"
        axisPoint="73:562"
        shadow="true"
        shadowOffset="7:7"
        type="Minute"/>

    <hand
        image="rectangle_hand_second"
        axisFacePoint="690:1617"
        axisPoint="42:163"
        shadow="true"
        shadowOffset="5:5"
        type="Second"/>

</TrueAnalogClock>

Manual code

No.