将转角半径添加到六边形

时间:2018-11-21 16:46:03

标签: android

我有这个形状的六角形,我想添加拐角半径:

六角形

 <vector
         xmlns:android="http://schemas.android.com/apk/res/android"
         android:height="300dp"
         android:width="300dp"
         android:viewportWidth="300"
         android:viewportHeight="300">

    <path
         android:fillColor="#c3c3c3"
         android:strokeColor="#F29E9E9E"
         android:strokeAlpha=".5"
         android:strokeWidth="6"
         android:pathData="M150,4L294,75 294,225 150,296 4,225 4,75Z"
      />

   </vector>

这就是我所拥有的:

enter image description here

如何为该六角形添加拐角半径?我想在蓝色圆圈

中添加一条曲线

0 个答案:

没有答案