Skip to content

Commit 1755b26

Browse files
authored
Update Readme with Pro options & title of test (#1291) (patch)
1 parent 3c7da5c commit 1755b26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ See the available options in the table below.
422422
| limitMarkersToViewport | `false` | Shows only markers in the viewport. ⭐ |
423423
| limitMarkersToClick | `false` | Shows markers only after the layer was clicked. ⭐ |
424424
| 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.⭐ |
425427
| centerScaling | `true` | Scale origin is the center, else it is the opposite corner. If `false` Alt-Key can be used. [Scale Mode](#scale-mode-). ⭐ |
426428
| uniformScaling | `true` | Width and height are scaled with the same ratio. If `false` Shift-Key can be used. [Scale Mode](#scale-mode-). ⭐ |
427429
| allowAutoTracing | `true` | Layer can be prevented from auto tracing.⭐ |

cypress/integration/polygon.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ describe('Draw & Edit Poly', () => {
12311231
cy.hasVertexMarkers(4);
12321232
});
12331233

1234-
it('show correct measurement for Polygon while drawing', () => {
1234+
it('show correct shape for Polygon while drawing', () => {
12351235
cy.toolbarButton('polygon')
12361236
.click()
12371237
.closest('.button-container')

0 commit comments

Comments
 (0)