Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
288 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 Reply

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.

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...