[Webkit-unassigned] [Bug 142119] fast/canvas/canvas-ellipse-zero-lineto.html failing on Apple Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 1 10:44:27 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142119

--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> ---
Here is the failing sequence of commands:

debug(" 2. sweepAngle < PI");
ctx.translate(0, 30);
ctx.save();
ctx.beginPath();
ctx.lineTo(10, 0);
ctx.ellipse(20, 0, 20, zero, Math.PI / 6, -Math.PI / 4, Math.PI / 2, false);
ctx.lineTo(80, 0);
ctx.stroke();
ctx.restore();

imageData = ctx.getImageData(232, 69, 1, 1);
shouldBe("imageData.data[1]", "0");
imageData = ctx.getImageData(238, 72, 1, 1);
shouldBe("imageData.data[1]", "255");
imageData = ctx.getImageData(228, 65, 1, 1);
shouldBe("imageData.data[1]", "0");
imageData = ctx.getImageData(242, 61, 1, 1);
shouldBe("imageData.data[1]", "0");

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150301/c57d43c9/attachment-0002.html>


More information about the webkit-unassigned mailing list