Skip to content

Commit 7d64995

Browse files
committed
fix(timeline): HiDPI resolution
1 parent 0c8b0b2 commit 7d64995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app-frontend/src/features/timeline/TimelineView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default defineComponent({
8282
resizeTo: wrapper.value,
8383
antialias: true,
8484
autoDensity: true,
85+
resolution: window.devicePixelRatio,
8586
})
8687
app.stage.interactive = true
8788
app.stage.hitArea = new PIXI.Rectangle(0, 0, 100000, 100000)

0 commit comments

Comments
 (0)