-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Description
splitString() in fritzing-app has a TODO : We should just clean sodipodi from core parts,
so we don't need to run this step for those:
// get rid of inkscape stuff too
TextUtils::cleanSodipodi(contents);
There are still 1926 lines in fritzing parts containing sodipodi:
find -type f | grep svg | xargs -I{} grep "{}" -e sodipodi | wc
1926 15517 34869
- Add add a checker to our CI, that alerts and fixes sodipodi
- Run the fix on all core parts, update them
- Check if core part before calling cleanSodipodi
Metadata
Metadata
Assignees
Labels
No labels