inexorabletash / travellermap

The source code to TravellerMap.com
https://travellermap.com
Other
118 stars 53 forks source link

fix: correct legend inconsistencies #397

Closed cthulhustig closed 8 months ago

inexorabletash commented 8 months ago

The SVGs should be generated by loading /res/ui/legend.html in a browser and saving the embedded results. If those don't match up something is very wrong somewhere!

Did you use that approach or update them manually?

inexorabletash commented 8 months ago

Ah, it appears the Legend sector actually has the labels hardcoded in white, which isn't helpful.

https://github.com/inexorabletash/travellermap/blob/main/res/Sectors/Meta/legend.xml

Hmmm...

cthulhustig commented 8 months ago

The SVGs should be generated by loading /res/ui/legend.html in a browser and saving the embedded results. If those don't match up something is very wrong somewhere!

Did you use that approach or update them manually?

I didn't realise that was how they were generated so I had just edited the svg manually

inexorabletash commented 8 months ago

Thanks!