diff --git a/package/src/additional-components/Background/Background.vue b/package/src/additional-components/Background/Background.vue
index 745efe01..94448579 100644
--- a/package/src/additional-components/Background/Background.vue
+++ b/package/src/additional-components/Background/Background.vue
@@ -26,7 +26,7 @@ const background = $computed(() => {
const scaledGap = gap && gap * viewport.zoom
const xOffset = scaledGap && viewport.x % scaledGap
const yOffset = scaledGap && viewport.y % scaledGap
- const bgSize = size || 0.4 * viewport.zoom
+ const bgSize = size * viewport.zoom
return {
scaledGap,
@@ -66,15 +66,17 @@ export default {
:height="background.scaledGap"
patternUnits="userSpaceOnUse"
>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+