From a3630abf927e60d10e26c74420d3fbcf946911e4 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 24 May 2024 20:56:36 +0200 Subject: [PATCH] Fix : canvas pixelated not working --- components/AnimatedBackground.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AnimatedBackground.vue b/components/AnimatedBackground.vue index 8f2dc60..e29f0fc 100644 --- a/components/AnimatedBackground.vue +++ b/components/AnimatedBackground.vue @@ -128,6 +128,6 @@ onUnmounted(() => { } #background.pixelated { - image-rendering: crisp-edges; + image-rendering: pixelated; } \ No newline at end of file