fix: handling of rounded rect

fixes #1112
This commit is contained in:
Mikael Sand
2019-09-28 01:36:05 +03:00
parent 70c54e61a4
commit c12d66e779
3 changed files with 20 additions and 12 deletions
-2
View File
@@ -19,8 +19,6 @@ export default class Rect extends Shape<{
y: 0,
width: 0,
height: 0,
rx: 0,
ry: 0,
};
render() {