Fix typo in polygon rendering test
This commit is contained in:
@@ -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]]
|
||||
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user