mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 01:57:14 +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._centroid = true;
|
||||||
Arc.prototype.className = 'Arc';
|
Arc.prototype.className = 'Arc';
|
||||||
Arc.prototype._attrsAffectingSize = ['innerRadius', 'outerRadius'];
|
Arc.prototype._attrsAffectingSize = [
|
||||||
|
'innerRadius',
|
||||||
|
'outerRadius',
|
||||||
|
'angle',
|
||||||
|
'clockwise',
|
||||||
|
];
|
||||||
_registerNode(Arc);
|
_registerNode(Arc);
|
||||||
|
|
||||||
// add getters setters
|
// add getters setters
|
||||||
|
Loading…
Reference in New Issue
Block a user