Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
199 views
in Technique[技术] by (71.8m points)

javascript - Konva.Node.create问题(Konva.Node.create Issue)

Can't draw anything after using Konva.Node.create.

(使用Konva.Node.create后无法绘制任何内容。)

I tired everything but it's not working.

(我什么都累了,但是没有用。)

Please check below fiddle.

(请检查下面的小提琴。)

 [https://jsfiddle.net/dxvh6zj8/6/][1]

any help would be appreciated.

(任何帮助,将不胜感激。)

Thanks

(谢谢)

  ask by Arjun Kariyadan translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Konva.Node.create overwrites the original stage in div container and creates a new copy.

(Konva.Node.create覆盖div container的原始阶段并创建一个新副本。)

So your changes are not visible.

(因此您的更改不可见。)

Probably you just need to remove that line.

(可能您只需要删除该行。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...