Switched to SVG graphics for scalability

(cherry picked from commit 15f0956b60ec0d16302875bd53dcc037581ad96b)
This commit is contained in:
Ashley M. Kirchner
2016-07-09 16:29:25 -06:00
parent c1055234d8
commit fcb503e885
2 changed files with 19 additions and 14 deletions

View File

@@ -83,7 +83,7 @@ The following properties can be configured:
<tr>
<td><code>analogFace</code></td>
<td><strong>Specific to the analog clock.</strong> Specifies which clock face to use.<br>
<br><b>Possible values:</b> <code>false</code> for a default border, <code>none</code> for no face or border, or <code>face-###</code> (where ### is currently a value between 001 and 008, inclusive)
<br><b>Possible values:</b> <code>simple</code> for a simple border, <code>none</code> for no face or border, or <code>face-###</code> (where ### is currently a value between 001 and 012, inclusive)
<br><b>Default value:</b> <code>false</code>
</td>
</tr>