我在KonvaJS中有一个矩形:
<Rect
x={200}
y={20}
width={300}
height={150}
fill="yellow"
shadowBlur={3}
b
draggable
rotation={90}
strokeWidth={4}
/>如何为矩形定制笔画宽度?例如:顶部边框为5 2px笔画宽度,底部边框为3 2px笔画宽度,左侧为2px笔画宽度,右边框为。
发布于 2022-02-24 17:33:20
康娃不支持这个。用几行代替。
https://stackoverflow.com/questions/71254408
复制相似问题