File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,8 @@ See the available options in the table below.
422
422
| limitMarkersToViewport | ` false ` | Shows only markers in the viewport. ⭐ |
423
423
| limitMarkersToClick | ` false ` | Shows markers only after the layer was clicked. ⭐ |
424
424
| pinning | ` false ` | Pin shared vertices/markers together during edit [ Details] ( #pinning-⭐ ) . ⭐ |
425
+ | allowPinning | ` true ` | Layer can be prevented from pinning.⭐ |
426
+ | allowScale | ` true ` | Layer can be prevented from scaling.⭐ |
425
427
| centerScaling | ` true ` | Scale origin is the center, else it is the opposite corner. If ` false ` Alt-Key can be used. [ Scale Mode] ( #scale-mode- ) . ⭐ |
426
428
| uniformScaling | ` true ` | Width and height are scaled with the same ratio. If ` false ` Shift-Key can be used. [ Scale Mode] ( #scale-mode- ) . ⭐ |
427
429
| allowAutoTracing | ` true ` | Layer can be prevented from auto tracing.⭐ |
Original file line number Diff line number Diff line change @@ -1231,7 +1231,7 @@ describe('Draw & Edit Poly', () => {
1231
1231
cy . hasVertexMarkers ( 4 ) ;
1232
1232
} ) ;
1233
1233
1234
- it ( 'show correct measurement for Polygon while drawing' , ( ) => {
1234
+ it ( 'show correct shape for Polygon while drawing' , ( ) => {
1235
1235
cy . toolbarButton ( 'polygon' )
1236
1236
. click ( )
1237
1237
. closest ( '.button-container' )
You can’t perform that action at this time.
0 commit comments