Changeset 0c6b92a for imaps-frontend/node_modules/konva/lib/shapes/Rect.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Rect.js
rd565449 r0c6b92a 9 9 class Rect extends Shape_1.Shape { 10 10 _sceneFunc(context) { 11 varcornerRadius = this.cornerRadius(), width = this.width(), height = this.height();11 const cornerRadius = this.cornerRadius(), width = this.width(), height = this.height(); 12 12 context.beginPath(); 13 13 if (!cornerRadius) {
Note:
See TracChangeset
for help on using the changeset viewer.