mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 19:07: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;
|
centeredScaling?: boolean;
|
||||||
enabledAnchors?: Array<string>;
|
enabledAnchors?: Array<string>;
|
||||||
node?: Rect;
|
node?: Rect;
|
||||||
|
ignoreStroke?: boolean;
|
||||||
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
|
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user