We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e446f commit 0c8b0b2Copy full SHA for 0c8b0b2
packages/app-frontend/src/features/timeline/TimelineView.vue
@@ -30,6 +30,8 @@ import { useDarkMode } from '@front/util/theme'
30
import { dimColor, boostColor } from '@front/util/color'
31
import { formatTime } from '@front/util/format'
32
33
+PIXI.settings.ROUND_PIXELS = true
34
+
35
const LAYER_SIZE = 16
36
const GROUP_SIZE = 6
37
const MIN_CAMERA_SIZE = 10
0 commit comments