does not change the color scheme of the outputted SVG image.
You will notice that there is a file named colors.properties in the root directory of the project. If the hex color code values there are modified before the program is run with
ant run
then you will notice a change in the color scheme of the outputted SVG image.
Modify the color picker program to save to this colors.properties file and change the color scheme of the outputted SVG image.
Right now the color picker program, run with
or
does not change the color scheme of the outputted SVG image.
You will notice that there is a file named colors.properties in the root directory of the project. If the hex color code values there are modified before the program is run with
then you will notice a change in the color scheme of the outputted SVG image.
Modify the color picker program to save to this colors.properties file and change the color scheme of the outputted SVG image.
~estimated 100