mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 03:13:41 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
538c422f9d
@ -98,7 +98,12 @@ export class Arc extends Shape<ArcConfig> {
|
||||
|
||||
Arc.prototype._centroid = true;
|
||||
Arc.prototype.className = 'Arc';
|
||||
Arc.prototype._attrsAffectingSize = ['innerRadius', 'outerRadius'];
|
||||
Arc.prototype._attrsAffectingSize = [
|
||||
'innerRadius',
|
||||
'outerRadius',
|
||||
'angle',
|
||||
'clockwise',
|
||||
];
|
||||
_registerNode(Arc);
|
||||
|
||||
// add getters setters
|
||||
|
Loading…
Reference in New Issue
Block a user