Merge pull request #11193 from mike-000/patch-14

Fix VectorImage layer clipping with rotation
This commit is contained in:
Andreas Hocevar
2020-06-24 17:23:43 +02:00
committed by GitHub
3 changed files with 27 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class CanvasVectorImageLayerRenderer extends CanvasImageLayerRenderer {
{},
frameState,
{
coordinateToPixelTransform: create(),
declutterItems: [],
extent: renderedExtent,
size: [width, height],