Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/clean_svg: do not remove an elem while iterating on a list
Doing a simple is undefined: for e in ls: if e.matches(foo): ls.remove(e) Basically we were skipping the next entry, still leaving some metadata in the cleaned up svg file.
- Loading branch information