Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Ellipse.js
rd565449 r0c6b92a 8 8 class Ellipse extends Shape_1.Shape { 9 9 _sceneFunc(context) { 10 varrx = this.radiusX(), ry = this.radiusY();10 const rx = this.radiusX(), ry = this.radiusY(); 11 11 context.beginPath(); 12 12 context.save();
Note:
See TracChangeset
for help on using the changeset viewer.