You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request to allow users to resize "label" similar to "text". If possible allow to edit "text" as it is already resizable.
More details I have posted in this discussion
The text was updated successfully, but these errors were encountered:
The feature is done will be released with version 2.6.0
The following configuration should be followed to enable resizing from different aspects:
editor.shapes.label.insert({container: {/* config */},tag: {/* config */},text: {/* config */},config: {keepScale: false|true,// By setting keepScale to false, the default scaling behavior will be disabledtransformer: {keepRatio: true,// keepRatio set to true to maintain scaling when scaling from cornersenabledAnchors: ['middle-left','middle-right','bottom-right']// Here are all the options available https://konvajs.org/api/Konva.Transformer.html#enabledAnchors__anchor}}})
This is a feature request to allow users to resize "label" similar to "text". If possible allow to edit "text" as it is already resizable.
More details I have posted in this discussion
The text was updated successfully, but these errors were encountered: