fix PolyUtil spec (we now round poly clipping)

This commit is contained in:
Vladimir Agafonkin 2013-12-18 14:56:23 -05:00
parent cf55d0edb9
commit 5d4e77627a

View File

@ -17,9 +17,9 @@ describe('PolyUtil', function () {
}
expect(clipped).to.eql([
new L.Point(7.5, 10),
new L.Point(8, 10),
new L.Point(5, 5),
new L.Point(10, 7.5),
new L.Point(10, 8),
new L.Point(10, 10)
]);
});