We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe748d commit c609e0dCopy full SHA for c609e0d
examples/Graphics/bounding_box.ts
@@ -3,7 +3,7 @@ import createHiDPICanvas from "../../lib/hidpi-canvas";
3
import svgPath from "../fixtures/svg-glyph";
4
5
export default function init() {
6
- const canvas = createHiDPICanvas(1000, 1000, 2);
+ const canvas = createHiDPICanvas(500, 300, 2);
7
document.body.appendChild(canvas);
8
const stage = new createjs.Stage(canvas);
9
0 commit comments