@canvas-harness/core 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5228,7 +5228,7 @@ var createRenderer = (opts) => {
|
|
|
5228
5228
|
staticSurface.ctx.drawImage(cache5.canvas, srcX, srcY, srcW, srcH, 0, 0, w, h);
|
|
5229
5229
|
};
|
|
5230
5230
|
const SCALED_BLIT_MAX_RATIO = 4;
|
|
5231
|
-
const SCALED_EXTEND_MIN_RATIO = 0.
|
|
5231
|
+
const SCALED_EXTEND_MIN_RATIO = 0.8;
|
|
5232
5232
|
const paintStatic = () => {
|
|
5233
5233
|
const camera = store.getCamera();
|
|
5234
5234
|
if (!cacheStale && camera.z === cacheCamZ) {
|