diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index 5c19404..8a04533 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -426,8 +426,6 @@ More detail and specific examples can be found in the included HTML file. ctx.beginPath(); if (Math.abs(angle - Math.PI * 2) > 0.000000001) { ctx.moveTo(0, 0); // Center of the pie - } else if ($.browser.msie) { - angle -= 0.0001; } //ctx.arc(0, 0, radius, 0, angle, false); // This doesn't work properly in Opera