Results 23 issues of ice0

The issue is in that code: https://github.com/synfig/synfig/blob/d1192e1d4685b0e4db9d1a0b94423fdcd0b0d90b/synfig-studio/src/gui/docks/dock_soundwave.cpp#L245-L247 guid is empty on start. UPD: Linux version pass "-no-audio-" guid. @hesham-essam Can you check which value is passed in your case?

> P.S. Maybe rename `LayerGroupTree` to `LayerSetsTree`? AFAIK, Konstantin likes to avoid to rename files to not "lose" change history. `--follow` allows to list the history of a file beyond...

I forgot to test a reproducible build, but after I did it, I noticed that if I copy the date from the build and try to rebuild it with environment...

Code quality

`find_distance` in `ETL/_bezier.h` actually returns a float. _bezier.h ``` typedef float distance_type; ... distance_type find_distance(time_type r, time_type s, int steps=7)const ``` Floating point precision is between 6 and 9 decimal...

~https://developer.gnome.org/gtk4/stable/ch41s02.html#id-1.7.4.4.75~ (updated Link: https://docs.gtk.org/gtk4/migrating-3to4.html#gtktoolbar-has-been-removed) > ![Screenshot_2021-06-04_10-31-32](https://user-images.githubusercontent.com/24214509/120748267-1fea3480-c520-11eb-92f9-f455b70fc461.png) > However, `GtkToolbar` has been removed in Gtk 4 so we might end up reimplementing this PR solution again in the future when migrating...

GUI
Easy
good first issue

Original feature request located here: https://forums.synfig.org/t/stroke-animation-in-synfig-animated-in-synfig-art-created-in-inkscape/12089

Feature request

https://gitly.org/alex/vlang ![Screenshot_35](https://user-images.githubusercontent.com/5604544/167065828-7d23478c-7287-493a-8986-7e2370409c33.png)

Linux unoptimized (https://github.com/synfig/synfig/commit/994622bb93d3abcf2e4fa2b168951b8369422905) ``` ./synfig -o pirates.png -t null 3,54s user 0,35s system 110% cpu 3,538 total ./synfig -o pirates.png -t null 3,56s user 0,24s system 109% cpu 3,482 total...