Fix typo in polygon rendering test

This commit is contained in:
GaborFarkas
2016-10-10 17:24:19 +02:00
parent e124b34b24
commit a002474761

View File

@@ -142,7 +142,7 @@ describe('ol.rendering.style.Polygon', function() {
feature = new ol.Feature({
geometry: new ol.geom.Polygon([
[[-20, -20], [-20, 5], [20, 5], [20, -20], [-20, -20]],
[[-12, -12], [-8, -12], [-8, -3], [-12, -3], [-12, -3]],
[[-12, -3], [-12, -12], [-8, -12], [-8, -3], [-12, -3]],
[[0, -12], [13, -12], [13, -3], [0, -3], [0, -12]]
])