From 50a45ba99503415f9805bd50598f819f31869b52 Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Thu, 20 Dec 2012 16:43:00 -0500 Subject: [PATCH] Remove Internet Explorer specific code, that appears to have no impact on actual rendering see bug #905 --- jquery.flot.pie.js | 2 -- 1 file changed, 2 deletions(-) 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