Merge pull request #953 from devrnt/master

add `ignoreStroke` to transformer config
This commit is contained in:
Anton Lavrenov
2020-07-23 10:51:00 -05:00
committed by GitHub

View File

@@ -33,6 +33,7 @@ export interface TransformerConfig extends ContainerConfig {
centeredScaling?: boolean;
enabledAnchors?: Array<string>;
node?: Rect;
ignoreStroke?: boolean;
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
}