Skip to content

Update Readme with Pro options & title of test #1291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ See the available options in the table below.
| limitMarkersToViewport | `false` | Shows only markers in the viewport. ⭐ |
| limitMarkersToClick | `false` | Shows markers only after the layer was clicked. ⭐ |
| pinning | `false` | Pin shared vertices/markers together during edit [Details](#pinning-⭐). ⭐ |
| allowPinning | `true` | Layer can be prevented from pinning.⭐ |
| allowScale | `true` | Layer can be prevented from scaling.⭐ |
| centerScaling | `true` | Scale origin is the center, else it is the opposite corner. If `false` Alt-Key can be used. [Scale Mode](#scale-mode-). ⭐ |
| uniformScaling | `true` | Width and height are scaled with the same ratio. If `false` Shift-Key can be used. [Scale Mode](#scale-mode-). ⭐ |
| allowAutoTracing | `true` | Layer can be prevented from auto tracing.⭐ |
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/polygon.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ describe('Draw & Edit Poly', () => {
cy.hasVertexMarkers(4);
});

it('show correct measurement for Polygon while drawing', () => {
it('show correct shape for Polygon while drawing', () => {
cy.toolbarButton('polygon')
.click()
.closest('.button-container')
Expand Down