1 parent ea4fe7b commit d66cdcaCopy full SHA for d66cdca
1 file changed
jgantts-com/src/Curtain/Curtain.vue
@@ -98,7 +98,7 @@ async function initializeBackground() {
98
99
doneAnimatingCurtain = false
100
101
- const ratio = 0.5 //window.devicePixelRatio || 1;
+ const ratio = window.devicePixelRatio || 1;
102
if (canvasElement.width != width) {
103
canvasElement.width = width * ratio;
104
canvasElement.height = height * ratio;
0 commit comments