Skip to content

Commit f05829a

Browse files
committed
Fix - VueUiGauge - Fix bleeding gradient on transparent background
1 parent 84ae1c5 commit f05829a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/vue-ui-gauge.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ const gradientArcs = computed(() => {
349349
arcSizeSource.value.base,
350350
arcSizeSource.value.gradients,
351351
arcSizeSource.value.gradients,
352-
1,
352+
0.95,
353353
1,
354354
1,
355355
180,
356-
109.9495,
356+
110.02,
357357
2 * svg.value.trackSize
358358
);
359359
return donut

0 commit comments

Comments
 (0)