BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
923 stars 155 forks source link

svg_brush.py not working #31

Open marzia-riso opened 2 years ago

marzia-riso commented 2 years ago

Hi, Thank you so much for your contribution! I was testing your svg_brush,py script on the note_small.svg example. I was trying to reproduce the behaviour shown in the presentation video and the brush zoom-in/zoom-out works fine. However, when I click on the svg with the brush nothing seems to happen, even though the optimization function is called. Is there something else I have to do to make it work?

joe10897 commented 2 years ago

I have the same problem with the svg_brush.py