<template>
<span class="zCircle" :style="`width:${circleSize}px;height:${circleSize}px;`">
<svg>
<circle
:cx="size"
:cy="size"
:r="size"
:stroke="layerColor"
:stroke-width="`${strokeWidth}px`"
:style="`transform: translate(${circleTranslate}px, ${circleTranslate}px);stroke-dasharray: 10000;stroke-dashoffset:0;`"
></circle>
<circle
v-if="circleLength > 0"
:cx="size"
:cy="size"