@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 CHANGED
@@ -5230,7 +5230,7 @@ var createRenderer = (opts) => {
5230
5230
  staticSurface.ctx.drawImage(cache5.canvas, srcX, srcY, srcW, srcH, 0, 0, w, h);
5231
5231
  };
5232
5232
  const SCALED_BLIT_MAX_RATIO = 4;
5233
- const SCALED_EXTEND_MIN_RATIO = 0.5;
5233
+ const SCALED_EXTEND_MIN_RATIO = 0.8;
5234
5234
  const paintStatic = () => {
5235
5235
  const camera = store.getCamera();
5236
5236
  if (!cacheStale && camera.z === cacheCamZ) {