Handle scaled output canvas correctly

This commit is contained in:
Andreas Hocevar
2020-04-29 17:47:05 +02:00
parent 0549951e9e
commit 781a5443cf
6 changed files with 30 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ describe('ol.render.canvas.BuilderGroup', function () {
!!overlaps,
builder.finish()
);
executor.execute(context, transform, 0, false);
executor.execute(context, 1, transform, 0, false);
}
beforeEach(function () {