mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
Merge pull request #953 from devrnt/master
add `ignoreStroke` to transformer config
This commit is contained in:
@@ -33,6 +33,7 @@ export interface TransformerConfig extends ContainerConfig {
|
||||
centeredScaling?: boolean;
|
||||
enabledAnchors?: Array<string>;
|
||||
node?: Rect;
|
||||
ignoreStroke?: boolean;
|
||||
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user