Skip to content

Commit 0c8b0b2

Browse files
committed
fix(timeline): blurry text
1 parent 15e446f commit 0c8b0b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import { useDarkMode } from '@front/util/theme'
3030
import { dimColor, boostColor } from '@front/util/color'
3131
import { formatTime } from '@front/util/format'
3232
33+
PIXI.settings.ROUND_PIXELS = true
34+
3335
const LAYER_SIZE = 16
3436
const GROUP_SIZE = 6
3537
const MIN_CAMERA_SIZE = 10

0 commit comments

Comments
 (0)