<wxs src="../wxs/utils.wxs" module="utils" />

<view class="aio-circle">
  <canvas class="aio-circle__canvas" type="{{ type }}" style="width: {{ utils.addUnit(size) }};height:{{ utils.addUnit(size) }}" id="aio-circle" canvas-id="aio-circle"></canvas>
  <view wx:if="{{ !text }}" class="aio-circle__text">
    <slot></slot>
  </view>
  <cover-view wx:else class="aio-circle__text">{{ text }}</cover-view>
</view>
