From a1d3586e1e0490e11fb7428abdafe6e173f9e98a Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 21 Sep 2022 11:00:21 -0500 Subject: [PATCH] remove unused attribute from ring. close #1406. --- src/shapes/Ring.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shapes/Ring.ts b/src/shapes/Ring.ts index bf547f10..cb36b79a 100644 --- a/src/shapes/Ring.ts +++ b/src/shapes/Ring.ts @@ -7,7 +7,6 @@ import { _registerNode } from '../Global'; export interface RingConfig extends ShapeConfig { innerRadius: number; outerRadius: number; - clockwise?: boolean; } var PIx2 = Math.PI * 2; @@ -19,7 +18,6 @@ var PIx2 = Math.PI * 2; * @param {Object} config * @param {Number} config.innerRadius * @param {Number} config.outerRadius - * @param {Boolean} [config.clockwise] * @@shapeParams * @@nodeParams * @example