Skip to content
#

vector-graphics

Here are 273 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) {
          /
morevnaproject
morevnaproject commented Apr 23, 2020

Synfig displays warning dialog when opening old files and in some other cases (i.e. to inform user about missing images).

This dialog is ugly, note the empty space in this case (screenshot from #1334 -
warning

It would be nice to improve it! ^__^

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.