I am working on an automatic set with some additional short labels. It is working with Game Courier and the Diagram Designer. I'm having some issues with displaying it in tables, but I'm having the same issue with the Automatic Alfaerie SVG set. Here's an example:
To get them to work right, I used sed to replace every instance of "fill:#ffffff" with "fill:#f9f9f9", because there needs to be a distinction between the piece color and the background color for the script to recolor the pieces, and #f9f9f9 is the piece color previous SVGs standardized on.
I am working on an automatic set with some additional short labels. It is working with Game Courier and the Diagram Designer. I'm having some issues with displaying it in tables, but I'm having the same issue with the Automatic Alfaerie SVG set. Here's an example:
To get them to work right, I used sed to replace every instance of "fill:#ffffff" with "fill:#f9f9f9", because there needs to be a distinction between the piece color and the background color for the script to recolor the pieces, and #f9f9f9 is the piece color previous SVGs standardized on.