Browse Source

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

David Luzar 3 năm trước cách đây
mục cha
commit
cc201a6d80
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 1 1
      package.json
  2. 4 4
      yarn.lock

+ 1 - 1
package.json

@@ -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"

+ 4 - 4
yarn.lock

@@ -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"