mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Fixed gradient drawing for Konva.Text
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user