fix: ellipse roughness when `0` (#4194)

This commit is contained in:
David Luzar 2021-11-03 12:50:54 +01:00 committed by GitHub
parent 5be58b59e0
commit cc201a6d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"roughjs": "4.4.1",
"roughjs": "4.4.3",
"sass": "1.43.4",
"socket.io-client": "2.3.1",
"typescript": "4.4.4"

View File

@ -12790,10 +12790,10 @@ rollup@^1.31.1:
"@types/node" "*"
acorn "^7.1.0"
roughjs@4.4.1:
version "4.4.1"
resolved "https://registry.npmjs.org/roughjs/-/roughjs-4.4.1.tgz"
integrity sha512-/RZvyVquID319VDc9HsF8wn8VPpbMBVdr4NMCi7mta9UeBBeqP6h5Hg4GZXG29DL6jwTkfMjyth/MF7Hn6Sq/w==
roughjs@4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.4.3.tgz#c6278e1bfe6e16bfd8470d8a835236a81df877f9"
integrity sha512-bfeqk/dWmQUkn6HHvKGJlENOSHxmPZ9pS33u9WtK8UeQRvqrJZ+2i7AgyOsUurEc9LqOLGHN2L6oUiaQxcdljg==
dependencies:
path-data-parser "^0.1.0"
points-on-curve "^0.2.0"