|
|
豪爽的灯泡 · Bishop的大作《模式识别与机器学习》Re ...· 1 年前 · |
|
|
坚强的手链 · pandas ...· 2 年前 · |
|
|
鬼畜的水煮肉 · Dolphinscheduler ...· 2 年前 · |
|
|
逼格高的抽屉 · 一种基于光流双输入网络的微表情顶点帧检测方法· 2 年前 · |
Problem:
I want to be able to transform a
Textnode's size without impacting it's font-size but am unsure how to organize myTransformerto do so inreact-konva. This request seems very similar to this other non-react konva issue .Attempted Solution:
Using the idea from the issue above I have built a simple demo (built on top of the react-konva transformer example ) showing the problem. When applying a reversed scale to the
TextviaonTransformit seems to move theTextnode rather than scaling it.Any help would be greatly appreciated, thanks!