@visactor/vchart-schema 1.12.12-alpha.1 → 1.12.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +145 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.12-alpha.1",
3
+ "version": "1.12.13",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -33566,6 +33566,9 @@
33566
33566
  "keepDirIn3d": {
33567
33567
  "type": "boolean"
33568
33568
  },
33569
+ "keepStrokeScale": {
33570
+ "type": "boolean"
33571
+ },
33569
33572
  "layout": {
33570
33573
  "description": "图例组件的布局配置,默认自动跟随显示位置进行调整。\n1. `orient` 为 'top' 或者 'bottom' 时,默认为 'horizontal' 水平布局\n2. `orient` 为 'left' 或者 'right' 时,默认为 'vertical' 垂直布局",
33571
33574
  "enum": [
@@ -58803,6 +58806,9 @@
58803
58806
  "keepDirIn3d": {
58804
58807
  "type": "boolean"
58805
58808
  },
58809
+ "keepStrokeScale": {
58810
+ "type": "boolean"
58811
+ },
58806
58812
  "layout": {},
58807
58813
  "lineCap": {
58808
58814
  "$ref": "#/definitions/CanvasLineCap"
@@ -65948,7 +65954,7 @@
65948
65954
  "IRichTextGraphicAttribute": {
65949
65955
  "allOf": [
65950
65956
  {
65951
- "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
65957
+ "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
65952
65958
  },
65953
65959
  {
65954
65960
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -82447,7 +82453,7 @@
82447
82453
  },
82448
82454
  "Map<Function,(...args:any[])=>void>": {
82449
82455
  "properties": {
82450
- "__@toStringTag@13714": {
82456
+ "__@toStringTag@13715": {
82451
82457
  "type": "string"
82452
82458
  },
82453
82459
  "size": {
@@ -82455,14 +82461,14 @@
82455
82461
  }
82456
82462
  },
82457
82463
  "required": [
82458
- "__@toStringTag@13714",
82464
+ "__@toStringTag@13715",
82459
82465
  "size"
82460
82466
  ],
82461
82467
  "type": "object"
82462
82468
  },
82463
82469
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82464
82470
  "properties": {
82465
- "__@toStringTag@13714": {
82471
+ "__@toStringTag@13715": {
82466
82472
  "type": "string"
82467
82473
  },
82468
82474
  "size": {
@@ -82470,14 +82476,14 @@
82470
82476
  }
82471
82477
  },
82472
82478
  "required": [
82473
- "__@toStringTag@13714",
82479
+ "__@toStringTag@13715",
82474
82480
  "size"
82475
82481
  ],
82476
82482
  "type": "object"
82477
82483
  },
82478
82484
  "Map<string,any>": {
82479
82485
  "properties": {
82480
- "__@toStringTag@13714": {
82486
+ "__@toStringTag@13715": {
82481
82487
  "type": "string"
82482
82488
  },
82483
82489
  "size": {
@@ -82485,14 +82491,14 @@
82485
82491
  }
82486
82492
  },
82487
82493
  "required": [
82488
- "__@toStringTag@13714",
82494
+ "__@toStringTag@13715",
82489
82495
  "size"
82490
82496
  ],
82491
82497
  "type": "object"
82492
82498
  },
82493
82499
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82494
82500
  "properties": {
82495
- "__@toStringTag@13714": {
82501
+ "__@toStringTag@13715": {
82496
82502
  "type": "string"
82497
82503
  },
82498
82504
  "size": {
@@ -82500,14 +82506,14 @@
82500
82506
  }
82501
82507
  },
82502
82508
  "required": [
82503
- "__@toStringTag@13714",
82509
+ "__@toStringTag@13715",
82504
82510
  "size"
82505
82511
  ],
82506
82512
  "type": "object"
82507
82513
  },
82508
82514
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82509
82515
  "properties": {
82510
- "__@toStringTag@13714": {
82516
+ "__@toStringTag@13715": {
82511
82517
  "type": "string"
82512
82518
  },
82513
82519
  "size": {
@@ -82515,14 +82521,14 @@
82515
82521
  }
82516
82522
  },
82517
82523
  "required": [
82518
- "__@toStringTag@13714",
82524
+ "__@toStringTag@13715",
82519
82525
  "size"
82520
82526
  ],
82521
82527
  "type": "object"
82522
82528
  },
82523
82529
  "Map<string|number,IAnimate>": {
82524
82530
  "properties": {
82525
- "__@toStringTag@13714": {
82531
+ "__@toStringTag@13715": {
82526
82532
  "type": "string"
82527
82533
  },
82528
82534
  "size": {
@@ -82530,7 +82536,7 @@
82530
82536
  }
82531
82537
  },
82532
82538
  "required": [
82533
- "__@toStringTag@13714",
82539
+ "__@toStringTag@13715",
82534
82540
  "size"
82535
82541
  ],
82536
82542
  "type": "object"
@@ -83363,6 +83369,9 @@
83363
83369
  "keepDirIn3d": {
83364
83370
  "type": "boolean"
83365
83371
  },
83372
+ "keepStrokeScale": {
83373
+ "type": "boolean"
83374
+ },
83366
83375
  "lazyload": {
83367
83376
  "type": "boolean"
83368
83377
  },
@@ -86229,6 +86238,9 @@
86229
86238
  "keepDirIn3d": {
86230
86239
  "type": "boolean"
86231
86240
  },
86241
+ "keepStrokeScale": {
86242
+ "type": "boolean"
86243
+ },
86232
86244
  "layout": {},
86233
86245
  "lineCap": {
86234
86246
  "$ref": "#/definitions/CanvasLineCap"
@@ -88686,6 +88698,9 @@
88686
88698
  "keepDirIn3d": {
88687
88699
  "type": "boolean"
88688
88700
  },
88701
+ "keepStrokeScale": {
88702
+ "type": "boolean"
88703
+ },
88689
88704
  "layout": {},
88690
88705
  "lineCap": {
88691
88706
  "$ref": "#/definitions/CanvasLineCap"
@@ -89284,6 +89299,9 @@
89284
89299
  "keepDirIn3d": {
89285
89300
  "type": "boolean"
89286
89301
  },
89302
+ "keepStrokeScale": {
89303
+ "type": "boolean"
89304
+ },
89287
89305
  "layout": {},
89288
89306
  "lineCap": {
89289
89307
  "$ref": "#/definitions/CanvasLineCap"
@@ -90194,6 +90212,9 @@
90194
90212
  "keepDirIn3d": {
90195
90213
  "type": "boolean"
90196
90214
  },
90215
+ "keepStrokeScale": {
90216
+ "type": "boolean"
90217
+ },
90197
90218
  "layout": {},
90198
90219
  "lineCap": {
90199
90220
  "$ref": "#/definitions/CanvasLineCap"
@@ -90703,6 +90724,9 @@
90703
90724
  "keepDirIn3d": {
90704
90725
  "type": "boolean"
90705
90726
  },
90727
+ "keepStrokeScale": {
90728
+ "type": "boolean"
90729
+ },
90706
90730
  "layout": {},
90707
90731
  "lineCap": {
90708
90732
  "$ref": "#/definitions/CanvasLineCap"
@@ -91249,6 +91273,9 @@
91249
91273
  "keepDirIn3d": {
91250
91274
  "type": "boolean"
91251
91275
  },
91276
+ "keepStrokeScale": {
91277
+ "type": "boolean"
91278
+ },
91252
91279
  "layout": {},
91253
91280
  "lineCap": {
91254
91281
  "$ref": "#/definitions/CanvasLineCap"
@@ -91513,7 +91540,7 @@
91513
91540
  },
91514
91541
  "type": "object"
91515
91542
  },
91516
- "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
91543
+ "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
91517
91544
  "properties": {
91518
91545
  "_debug_bounds": {
91519
91546
  "anyOf": [
@@ -91821,6 +91848,9 @@
91821
91848
  "keepDirIn3d": {
91822
91849
  "type": "boolean"
91823
91850
  },
91851
+ "keepStrokeScale": {
91852
+ "type": "boolean"
91853
+ },
91824
91854
  "layout": {},
91825
91855
  "lineCap": {
91826
91856
  "$ref": "#/definitions/CanvasLineCap"
@@ -92392,6 +92422,9 @@
92392
92422
  "keepDirIn3d": {
92393
92423
  "type": "boolean"
92394
92424
  },
92425
+ "keepStrokeScale": {
92426
+ "type": "boolean"
92427
+ },
92395
92428
  "layout": {},
92396
92429
  "lineCap": {
92397
92430
  "$ref": "#/definitions/CanvasLineCap"
@@ -92870,6 +92903,9 @@
92870
92903
  "keepDirIn3d": {
92871
92904
  "type": "boolean"
92872
92905
  },
92906
+ "keepStrokeScale": {
92907
+ "type": "boolean"
92908
+ },
92873
92909
  "layout": {},
92874
92910
  "lineCap": {
92875
92911
  "$ref": "#/definitions/CanvasLineCap"
@@ -93498,6 +93534,9 @@
93498
93534
  "keepDirIn3d": {
93499
93535
  "type": "boolean"
93500
93536
  },
93537
+ "keepStrokeScale": {
93538
+ "type": "boolean"
93539
+ },
93501
93540
  "layout": {},
93502
93541
  "lineCap": {
93503
93542
  "$ref": "#/definitions/CanvasLineCap"
@@ -94047,6 +94086,9 @@
94047
94086
  "keepDirIn3d": {
94048
94087
  "type": "boolean"
94049
94088
  },
94089
+ "keepStrokeScale": {
94090
+ "type": "boolean"
94091
+ },
94050
94092
  "layout": {},
94051
94093
  "lineCap": {
94052
94094
  "$ref": "#/definitions/CanvasLineCap"
@@ -94868,6 +94910,9 @@
94868
94910
  "keepDirIn3d": {
94869
94911
  "type": "boolean"
94870
94912
  },
94913
+ "keepStrokeScale": {
94914
+ "type": "boolean"
94915
+ },
94871
94916
  "layout": {},
94872
94917
  "lineCap": {
94873
94918
  "$ref": "#/definitions/CanvasLineCap"
@@ -96367,6 +96412,9 @@
96367
96412
  "keepDirIn3d": {
96368
96413
  "type": "boolean"
96369
96414
  },
96415
+ "keepStrokeScale": {
96416
+ "type": "boolean"
96417
+ },
96370
96418
  "layout": {},
96371
96419
  "lineCap": {
96372
96420
  "$ref": "#/definitions/CanvasLineCap"
@@ -96858,6 +96906,9 @@
96858
96906
  "keepDirIn3d": {
96859
96907
  "type": "boolean"
96860
96908
  },
96909
+ "keepStrokeScale": {
96910
+ "type": "boolean"
96911
+ },
96861
96912
  "layout": {},
96862
96913
  "lineCap": {
96863
96914
  "$ref": "#/definitions/CanvasLineCap"
@@ -97607,6 +97658,9 @@
97607
97658
  "keepDirIn3d": {
97608
97659
  "type": "boolean"
97609
97660
  },
97661
+ "keepStrokeScale": {
97662
+ "type": "boolean"
97663
+ },
97610
97664
  "layout": {},
97611
97665
  "lineCap": {
97612
97666
  "$ref": "#/definitions/CanvasLineCap"
@@ -98516,6 +98570,9 @@
98516
98570
  "keepDirIn3d": {
98517
98571
  "type": "boolean"
98518
98572
  },
98573
+ "keepStrokeScale": {
98574
+ "type": "boolean"
98575
+ },
98519
98576
  "layout": {},
98520
98577
  "lineCap": {
98521
98578
  "$ref": "#/definitions/CanvasLineCap"
@@ -99044,6 +99101,9 @@
99044
99101
  "keepDirIn3d": {
99045
99102
  "type": "boolean"
99046
99103
  },
99104
+ "keepStrokeScale": {
99105
+ "type": "boolean"
99106
+ },
99047
99107
  "layout": {},
99048
99108
  "lineCap": {
99049
99109
  "$ref": "#/definitions/CanvasLineCap"
@@ -100277,6 +100337,9 @@
100277
100337
  "keepDirIn3d": {
100278
100338
  "type": "boolean"
100279
100339
  },
100340
+ "keepStrokeScale": {
100341
+ "type": "boolean"
100342
+ },
100280
100343
  "layout": {},
100281
100344
  "lineCap": {
100282
100345
  "$ref": "#/definitions/CanvasLineCap"
@@ -100845,6 +100908,9 @@
100845
100908
  "keepDirIn3d": {
100846
100909
  "type": "boolean"
100847
100910
  },
100911
+ "keepStrokeScale": {
100912
+ "type": "boolean"
100913
+ },
100848
100914
  "layout": {},
100849
100915
  "lineCap": {
100850
100916
  "$ref": "#/definitions/CanvasLineCap"
@@ -101317,6 +101383,9 @@
101317
101383
  "keepDirIn3d": {
101318
101384
  "type": "boolean"
101319
101385
  },
101386
+ "keepStrokeScale": {
101387
+ "type": "boolean"
101388
+ },
101320
101389
  "layout": {},
101321
101390
  "lineCap": {
101322
101391
  "$ref": "#/definitions/CanvasLineCap"
@@ -103736,34 +103805,34 @@
103736
103805
  },
103737
103806
  "Promise<FontFaceSet>": {
103738
103807
  "properties": {
103739
- "__@toStringTag@13714": {
103808
+ "__@toStringTag@13715": {
103740
103809
  "type": "string"
103741
103810
  }
103742
103811
  },
103743
103812
  "required": [
103744
- "__@toStringTag@13714"
103813
+ "__@toStringTag@13715"
103745
103814
  ],
103746
103815
  "type": "object"
103747
103816
  },
103748
103817
  "Promise<ServiceWorkerRegistration>": {
103749
103818
  "properties": {
103750
- "__@toStringTag@13714": {
103819
+ "__@toStringTag@13715": {
103751
103820
  "type": "string"
103752
103821
  }
103753
103822
  },
103754
103823
  "required": [
103755
- "__@toStringTag@13714"
103824
+ "__@toStringTag@13715"
103756
103825
  ],
103757
103826
  "type": "object"
103758
103827
  },
103759
103828
  "Promise<any>": {
103760
103829
  "properties": {
103761
- "__@toStringTag@13714": {
103830
+ "__@toStringTag@13715": {
103762
103831
  "type": "string"
103763
103832
  }
103764
103833
  },
103765
103834
  "required": [
103766
- "__@toStringTag@13714"
103835
+ "__@toStringTag@13715"
103767
103836
  ],
103768
103837
  "type": "object"
103769
103838
  },
@@ -104641,6 +104710,9 @@
104641
104710
  "keepDirIn3d": {
104642
104711
  "type": "boolean"
104643
104712
  },
104713
+ "keepStrokeScale": {
104714
+ "type": "boolean"
104715
+ },
104644
104716
  "layout": {},
104645
104717
  "lineCap": {
104646
104718
  "$ref": "#/definitions/CanvasLineCap"
@@ -104890,6 +104962,7 @@
104890
104962
  "innerPadding",
104891
104963
  "innerRadius",
104892
104964
  "keepDirIn3d",
104965
+ "keepStrokeScale",
104893
104966
  "layout",
104894
104967
  "lineCap",
104895
104968
  "lineDash",
@@ -105239,6 +105312,9 @@
105239
105312
  "keepDirIn3d": {
105240
105313
  "type": "boolean"
105241
105314
  },
105315
+ "keepStrokeScale": {
105316
+ "type": "boolean"
105317
+ },
105242
105318
  "layout": {},
105243
105319
  "lineCap": {
105244
105320
  "$ref": "#/definitions/CanvasLineCap"
@@ -105487,6 +105563,7 @@
105487
105563
  "html",
105488
105564
  "innerBorder",
105489
105565
  "keepDirIn3d",
105566
+ "keepStrokeScale",
105490
105567
  "layout",
105491
105568
  "lineCap",
105492
105569
  "lineDash",
@@ -105807,6 +105884,9 @@
105807
105884
  "keepDirIn3d": {
105808
105885
  "type": "boolean"
105809
105886
  },
105887
+ "keepStrokeScale": {
105888
+ "type": "boolean"
105889
+ },
105810
105890
  "layout": {},
105811
105891
  "lineCap": {
105812
105892
  "$ref": "#/definitions/CanvasLineCap"
@@ -106042,6 +106122,7 @@
106042
106122
  "html",
106043
106123
  "innerBorder",
106044
106124
  "keepDirIn3d",
106125
+ "keepStrokeScale",
106045
106126
  "layout",
106046
106127
  "lineCap",
106047
106128
  "lineDash",
@@ -106378,6 +106459,9 @@
106378
106459
  "keepDirIn3d": {
106379
106460
  "type": "boolean"
106380
106461
  },
106462
+ "keepStrokeScale": {
106463
+ "type": "boolean"
106464
+ },
106381
106465
  "layout": {},
106382
106466
  "lineCap": {
106383
106467
  "$ref": "#/definitions/CanvasLineCap"
@@ -106622,6 +106706,7 @@
106622
106706
  "html",
106623
106707
  "innerBorder",
106624
106708
  "keepDirIn3d",
106709
+ "keepStrokeScale",
106625
106710
  "layout",
106626
106711
  "lineCap",
106627
106712
  "lineDash",
@@ -107012,6 +107097,9 @@
107012
107097
  "keepDirIn3d": {
107013
107098
  "type": "boolean"
107014
107099
  },
107100
+ "keepStrokeScale": {
107101
+ "type": "boolean"
107102
+ },
107015
107103
  "layout": {},
107016
107104
  "lineCap": {
107017
107105
  "$ref": "#/definitions/CanvasLineCap"
@@ -107262,6 +107350,7 @@
107262
107350
  "innerBorder",
107263
107351
  "justifyContent",
107264
107352
  "keepDirIn3d",
107353
+ "keepStrokeScale",
107265
107354
  "layout",
107266
107355
  "lineCap",
107267
107356
  "lineDash",
@@ -107609,6 +107698,9 @@
107609
107698
  "keepDirIn3d": {
107610
107699
  "type": "boolean"
107611
107700
  },
107701
+ "keepStrokeScale": {
107702
+ "type": "boolean"
107703
+ },
107612
107704
  "layout": {},
107613
107705
  "lineCap": {
107614
107706
  "$ref": "#/definitions/CanvasLineCap"
@@ -107849,6 +107941,7 @@
107849
107941
  "image",
107850
107942
  "innerBorder",
107851
107943
  "keepDirIn3d",
107944
+ "keepStrokeScale",
107852
107945
  "layout",
107853
107946
  "lineCap",
107854
107947
  "lineDash",
@@ -108199,6 +108292,9 @@
108199
108292
  "keepDirIn3d": {
108200
108293
  "type": "boolean"
108201
108294
  },
108295
+ "keepStrokeScale": {
108296
+ "type": "boolean"
108297
+ },
108202
108298
  "layout": {},
108203
108299
  "lineCap": {
108204
108300
  "$ref": "#/definitions/CanvasLineCap"
@@ -108448,6 +108544,7 @@
108448
108544
  "html",
108449
108545
  "innerBorder",
108450
108546
  "keepDirIn3d",
108547
+ "keepStrokeScale",
108451
108548
  "layout",
108452
108549
  "lineCap",
108453
108550
  "lineDash",
@@ -108768,6 +108865,9 @@
108768
108865
  "keepDirIn3d": {
108769
108866
  "type": "boolean"
108770
108867
  },
108868
+ "keepStrokeScale": {
108869
+ "type": "boolean"
108870
+ },
108771
108871
  "layout": {},
108772
108872
  "lineCap": {
108773
108873
  "$ref": "#/definitions/CanvasLineCap"
@@ -109007,6 +109107,7 @@
109007
109107
  "html",
109008
109108
  "innerBorder",
109009
109109
  "keepDirIn3d",
109110
+ "keepStrokeScale",
109010
109111
  "layout",
109011
109112
  "lineCap",
109012
109113
  "lineDash",
@@ -109339,6 +109440,9 @@
109339
109440
  "keepDirIn3d": {
109340
109441
  "type": "boolean"
109341
109442
  },
109443
+ "keepStrokeScale": {
109444
+ "type": "boolean"
109445
+ },
109342
109446
  "layout": {},
109343
109447
  "lineCap": {
109344
109448
  "$ref": "#/definitions/CanvasLineCap"
@@ -109575,6 +109679,7 @@
109575
109679
  "html",
109576
109680
  "innerBorder",
109577
109681
  "keepDirIn3d",
109682
+ "keepStrokeScale",
109578
109683
  "layout",
109579
109684
  "lineCap",
109580
109685
  "lineDash",
@@ -109907,6 +110012,9 @@
109907
110012
  "keepDirIn3d": {
109908
110013
  "type": "boolean"
109909
110014
  },
110015
+ "keepStrokeScale": {
110016
+ "type": "boolean"
110017
+ },
109910
110018
  "layout": {},
109911
110019
  "lineCap": {
109912
110020
  "$ref": "#/definitions/CanvasLineCap"
@@ -110146,6 +110254,7 @@
110146
110254
  "html",
110147
110255
  "innerBorder",
110148
110256
  "keepDirIn3d",
110257
+ "keepStrokeScale",
110149
110258
  "layout",
110150
110259
  "lineCap",
110151
110260
  "lineDash",
@@ -110513,6 +110622,9 @@
110513
110622
  "keepDirIn3d": {
110514
110623
  "type": "boolean"
110515
110624
  },
110625
+ "keepStrokeScale": {
110626
+ "type": "boolean"
110627
+ },
110516
110628
  "layout": {},
110517
110629
  "layoutDirection": {
110518
110630
  "$ref": "#/definitions/RichTextLayoutDirectionType"
@@ -110864,6 +110976,7 @@
110864
110976
  "ignoreBuf",
110865
110977
  "innerBorder",
110866
110978
  "keepDirIn3d",
110979
+ "keepStrokeScale",
110867
110980
  "layout",
110868
110981
  "layoutDirection",
110869
110982
  "lineCap",
@@ -111298,6 +111411,9 @@
111298
111411
  "keepDirIn3d": {
111299
111412
  "type": "boolean"
111300
111413
  },
111414
+ "keepStrokeScale": {
111415
+ "type": "boolean"
111416
+ },
111301
111417
  "layout": {},
111302
111418
  "lineCap": {
111303
111419
  "$ref": "#/definitions/CanvasLineCap"
@@ -111567,6 +111683,7 @@
111567
111683
  "image",
111568
111684
  "innerBorder",
111569
111685
  "keepDirIn3d",
111686
+ "keepStrokeScale",
111570
111687
  "layout",
111571
111688
  "lineCap",
111572
111689
  "lineDash",
@@ -111888,6 +112005,9 @@
111888
112005
  "keepDirIn3d": {
111889
112006
  "type": "boolean"
111890
112007
  },
112008
+ "keepStrokeScale": {
112009
+ "type": "boolean"
112010
+ },
111891
112011
  "layout": {},
111892
112012
  "lineCap": {
111893
112013
  "$ref": "#/definitions/CanvasLineCap"
@@ -112139,6 +112259,7 @@
112139
112259
  "html",
112140
112260
  "innerBorder",
112141
112261
  "keepDirIn3d",
112262
+ "keepStrokeScale",
112142
112263
  "layout",
112143
112264
  "lineCap",
112144
112265
  "lineDash",
@@ -112496,6 +112617,9 @@
112496
112617
  "keepDirIn3d": {
112497
112618
  "type": "boolean"
112498
112619
  },
112620
+ "keepStrokeScale": {
112621
+ "type": "boolean"
112622
+ },
112499
112623
  "layout": {},
112500
112624
  "lineCap": {
112501
112625
  "$ref": "#/definitions/CanvasLineCap"
@@ -112821,6 +112945,7 @@
112821
112945
  "ignoreBuf",
112822
112946
  "innerBorder",
112823
112947
  "keepDirIn3d",
112948
+ "keepStrokeScale",
112824
112949
  "layout",
112825
112950
  "lineCap",
112826
112951
  "lineClamp",