Skip to content
#

vector-graphics

Here are 275 public repositories matching this topic...

raw
Chrisyjs
Chrisyjs commented Jan 11, 2019

发现,如下图绘制两辆小车,点击小车,该小车旁的圈圈会 show,同时其他小车的圈圈会 hide。连续切换点击小车后,会出现圈圈显示无效的问题。

2019-01-11_093525

小车代码如下:

var group = new zrender.Group({
        position: [20, (k + 1) * 160]
      }).on('click', function () {
        $.each(containers, function (k, v) {
          /

Improve this page

Add a description, image, and links to the vector-graphics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector-graphics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.