mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 05:18:19 +00:00

* Remove log statements * Add feature gates to functions in path.rs * Fix infinite parsing loop and add new test * License tweaks * Remove trailing zero in whole number floats * Flatten visual-tests directory * Code review * Clean up printlines * Add error handling to path parsing --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
5 lines
155 B
Bash
5 lines
155 B
Bash
for dir in */; do
|
|
for fn in difference division exclusion fracture intersection union; do
|
|
cp "${dir}test-results/$fn-ours.svg" "$dir$fn.svg"
|
|
done
|
|
done
|