Fix initial stroke width (#959)

* Fix initial stroke width

* refresh packages

* update snapshots

* Update issue-752.cy.js

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
Delmo Heredia
2024-04-18 13:58:59 +02:00
committed by GitHub
parent 94f7710cfc
commit 04ab3dd873
37 changed files with 876 additions and 1412 deletions

View File

@@ -34,6 +34,6 @@ describe('Fix issue 752', function () {
.trigger('mousemove', 203, 205, { force: true })
.trigger('mouseup', { force: true })
cy.get('#selectedBox0').should('have.attr', 'd', 'M192,194 L284,194 284,286 192,286z')
cy.get('#selectedBox0').should('have.attr', 'd', 'M189.5,191.5 L286.5,191.5 286.5,288.5 189.5,288.5z')
})
})