mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 02:21:20 +08:00
fix: remove unused var
This commit is contained in:
parent
e4589a1ecd
commit
25754dbec9
@ -75,7 +75,6 @@ function _strokeFunc(context) {
|
||||
export class TextPath extends Shape<TextPathConfig> {
|
||||
dummyCanvas = Util.createCanvasElement();
|
||||
dataArray = [];
|
||||
path: SVGPathElement | undefined;
|
||||
glyphInfo: Array<{
|
||||
transposeX: number;
|
||||
transposeY: number;
|
||||
@ -123,7 +122,6 @@ export class TextPath extends Shape<TextPathConfig> {
|
||||
|
||||
_readDataAttribute() {
|
||||
this.dataArray = Path.parsePathData(this.attrs.data);
|
||||
this.path = undefined;
|
||||
this.pathLength = this._getTextPathLength();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user