Skip to content

Commit d3fef4c

Browse files
committed
Workaround for aterrien#56 aterrien#97
1 parent 737854a commit d3fef4c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@ Set the value
129129
Supported browser
130130
-------
131131

132-
Tested on Chrome, Safari, Firefox, IE 9.0.
132+
Tested on Chrome, Safari, Firefox, IE 9.0.
133+
134+
![secretplan](https://raw.github.com/aterrien/jQuery-Knob/master/secretplan.jpg)

js/jquery.knob.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718

719719
c.beginPath();
720720
c.strokeStyle = this.o.bgColor;
721-
c.arc(this.xy, this.xy, this.radius, this.endAngle, this.startAngle, true);
721+
c.arc(this.xy, this.xy, this.radius, this.endAngle - 0.00001, this.startAngle + 0.00001, true);
722722
c.stroke();
723723

724724
if (this.o.displayPrevious) {

secretplan.jpg

100644100755
File mode changed.

0 commit comments

Comments
 (0)