Page MenuHome

Remove developers' local pathnames from SVG files and remove deprecated gradients
ClosedPublic

Authored by Nikhil Shringarpurey (Nikhil.Net) on Nov 23 2021, 7:04 PM.

Details

Summary

SVG files contained specific detailed pathnames on developers' computers. These included full local user profile and path and should not be in the release.

This patches corrects those lines. It also removes unused gradients from the private icons SVG.

Diff Detail

Repository
rB Blender

Event Timeline

Nikhil Shringarpurey (Nikhil.Net) created this revision.
Nikhil Shringarpurey (Nikhil.Net) retitled this revision from Remove developers' local pathnames from SVG files to Remove developers' local pathnames from SVG files and remove deprecated gradients.
Nikhil Shringarpurey (Nikhil.Net) edited the summary of this revision. (Show Details)

All gradients (15,000+ lines worth) that were not used were removed from the SVG, as per @Yevgeny Makarov (jenkm).

Corrected file paths from *.svg to *.png.

Looks good to me, no changes in .dat files after make icons.

This revision is now accepted and ready to land.Nov 23 2021, 9:05 PM

Had to redo patch after 2cc56495f3ce9fb8d959c78f761602da019c958a was committed.