Skip to content

Replace 24px icon bash script with python script

Noah Davis requested to merge work/ndavis/24px-python into master

The new python script is capable of generating 24px icons for all categories of icons due to the XML parser and it runs faster.

I may need a bit of help double checking the CMake stuff. The only python library that isn't part of the standard library is lxml.

TODO:

  • write unittests
  • hook up the unit test with CMake
  • deal with python library dependencies

cc: @teams/vdg

Edited by Noah Davis

Merge request reports