Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经了解了Konva Labels的工作原理。但是在此示例中调整标签的大小也会调整文本的大小。我希望文本在分别减小和增加容器宽度时换行或保持相同大小。
这是可以实现的吗?
如果你不喜欢Konva.Labelshape 的行为,你可以使用Konva.TextandKonva.Rect来代替。
Konva.Label
Konva.Text
Konva.Rect
在这种情况下,您可以完全控制渲染形状。您可以选择将它们包装成Konva.Group.
Konva.Group