crosswordnexus / html5-crossword-solver

An HTML5 crossword solver that can handle JPZ files
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Correct colors in iPuz files #68

Closed crosswordnexus closed 2 years ago

crosswordnexus commented 2 years ago

They don't come with a "#" in front of the RGB, so that will need to be added (if it's not there)

crosswordnexus commented 2 years ago

Fixed with https://github.com/crosswordnexus/html5-crossword-solver/pull/69