KonvaJS 不同的笔画

KonvaJS different strokes

我在 KonvaJS 中有一个矩形:

    <Rect
       x={200}
       y={20}
       width={300}
       height={150}
       fill="yellow"
       shadowBlur={3}
       b
       draggable
       rotation={90}
       strokeWidth={4}
    />

如何为矩形自定义描边宽度?例如:上边框 5px 描边宽度,下边框 3px 描边宽度,左边框 2px,右边框?

Konva 不支持。请改用多行。