mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
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