Use the inverse pixel transform when clipping and getting pixel data

This commit is contained in:
Tim Schaub
2018-11-17 14:53:50 +01:00
parent 1cc49e0b23
commit 06a0a7f33b
3 changed files with 4 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ import {DEVICE_PIXEL_RATIO} from './has.js';
import {
apply as applyTransform,
create as createTransform,
invert as invertTransform,
multiply as multiplyTransform,
scale as scaleTransform
} from './transform.js';