[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [3/4] [PATCH] start angle (option of circular_progress) is measured
From: |
Andrey Borzenkov |
Subject: |
Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities |
Date: |
Thu, 11 Apr 2013 19:56:01 +0400 |
В Thu, 11 Apr 2013 19:48:35 +0400
Vladimir Testov <address@hidden> пишет:
> Like that? :)
>
> use
> start_angle = "XXX degree"
> or start_angle = "XXX degrees"
I think "XXX deg" is enough. It avoids confusion with single/plural
forms and we just need something to distinguish from plain number.
Please add also documentation for it.
> for setting angle in degrees
>
> use
> start_angle = "XXX rad"
> or start_angle = "XXX rads"
> for setting angle int rads
>
> or use
> start_angle = XXX
> for setting angle in "parrots", like it was before
>