Fixed gradient drawing for Konva.Text

This commit is contained in:
Anton Lavrenov
2019-02-20 11:01:38 -05:00
parent febdc9e3d4
commit 48bedf8fa9
7 changed files with 1431 additions and 135 deletions

View File

@@ -158,6 +158,10 @@ export class Shape extends Node {
getSceneFunc() {
return this.attrs.sceneFunc || this['_sceneFunc'];
}
getHitFunc() {
return this.attrs.hitFunc || this['_hitFunc'];
}
/**
* returns whether or not a shadow will be rendered
* @method