diff --git a/src/core/loaders/SVG/component.vue b/src/core/loaders/SVG/component.vue index 1cefa8e2..de25e466 100644 --- a/src/core/loaders/SVG/component.vue +++ b/src/core/loaders/SVG/component.vue @@ -107,7 +107,6 @@ function dispose() { function updateLayers() { dispose(); const _layers = []; - let i = 0; for (const path of paths.value) { const style = path.userData?.style ?? {}; const fillMaterial = (Object.assign({