Skip to content

Commit

Permalink
Multiply using ImageData where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-000 committed Jan 10, 2024
1 parent ec6f842 commit 89e3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ol/style/IconImage.js
Expand Up @@ -285,7 +285,7 @@ class IconImage extends EventTarget {
0,
0,
width / pixelRatio,
height / pixelRatio
height / pixelRatio,
);
}

Expand Down

0 comments on commit 89e3cf5

Please sign in to comment.