feat: Better rendering of curved rectangles (#3562)

This commit is contained in:
Preet 2021-05-10 03:41:17 -07:00 committed by GitHub
parent 11b8cc2caa
commit f4fefbcee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View file

@ -10851,9 +10851,10 @@ rollup@^1.31.1:
"@types/node" "*"
acorn "^7.1.0"
roughjs@4.3.1:
version "4.3.1"
resolved "https://registry.npmjs.org/roughjs/-/roughjs-4.3.1.tgz"
roughjs@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.4.0.tgz#56ee4b3c8a453af8debc03b81e636dcab9efcdb2"
integrity sha512-mDjSVK/RdRwdi4Dw9u5eoMiEsblEr6y2ZpOSyYa5IAAPbpUqplPezWbj4+J2gJlnxKKcRX+ccH26LFDyplhXXQ==
dependencies:
path-data-parser "^0.1.0"
points-on-curve "^0.2.0"