Sigmmma / c20

A living knowledge base for the Halo CE modding community
https://c20.reclaimers.net
GNU General Public License v3.0
55 stars 44 forks source link

[Bug] "game.svg" missing on src/content/h1/readme.md #218

Closed BinToss closed 6 months ago

BinToss commented 11 months ago

Is it failing to render? The box art is still working fine, so maybe something is preventing the SVG from being processed. Or was the file moved?

BinToss commented 11 months ago

Ah, the asset was change from a SVG to a DOT, but the reference wasn't updated.

https://github.com/Sigmmma/c20/blob/master/src/content/h1/games.dot https://github.com/Sigmmma/c20/blob/fe27daf108dd42efbd67fdfb20c7b71b214cadeb/src/content/h1/readme.md?plain=1#L25

csauve commented 6 months ago

SVG rendering fixed in the last major update; the build container's node version wasn't compatible with the dot to SVG library we're using.