Skip to content

Commit dbab177

Browse files
committed
Merge from master
2 parents c3080b8 + d3fef4c commit dbab177

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,4 @@ Supported browser
134134

135135
Tested on Chrome, Safari, Firefox, IE 9.0.
136136

137-
138-
![secretplan](https://raw.github.com/aterrien/jQuery-Knob/master/secretplan.jpg)
137+
![secretplan](https://raw.github.com/aterrien/jQuery-Knob/master/secretplan.jpg)

js/jquery.knob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784

785785
c.beginPath();
786786
c.strokeStyle = this.o.bgColor;
787-
c.arc(this.xy, this.xy, this.radius - this.o.glow, this.endAngle, this.startAngle, true);
787+
c.arc(this.xy, this.xy, this.radius - this.o.glow, this.endAngle - 0.00001, this.startAngle + 0.00001, true);
788788
c.stroke();
789789

790790
if (this.o.displayPrevious) {

secretplan.jpg

32.7 KB
Loading

0 commit comments

Comments
 (0)