Currently art/FusionScale4D.svg is the only committed SVG render of a TikZ figure, built alongside its source art/FusionScale4D.tex via:
lualatex FusionScale4D.tex
dvisvgm --pdf --no-fonts --exact-bbox -o FusionScale4D.svg FusionScale4D.pdf
None of the other figures in anc/TikZ/ (EnergyElementsCrust.tex, FusionFuture.tex, FusionScale4D.tex, ITERtritium.tex, NucInterL.tex, PowerInRadOut.tex, PowerInRadOut_Boosted.tex, PowerInRadOut_He3Spike.tex, YieldpB.tex) have a corresponding SVG checked in.
Fix
Add a new ancillary folder (e.g. anc/SVG/) to hold SVG renders of every figure in anc/TikZ/, built with the same lualatex + dvisvgm pipeline used for art/FusionScale4D.svg. This depends on #15 (white-background fix) so the renders are legible on dark backgrounds.
Currently
art/FusionScale4D.svgis the only committed SVG render of a TikZ figure, built alongside its sourceart/FusionScale4D.texvia:None of the other figures in
anc/TikZ/(EnergyElementsCrust.tex,FusionFuture.tex,FusionScale4D.tex,ITERtritium.tex,NucInterL.tex,PowerInRadOut.tex,PowerInRadOut_Boosted.tex,PowerInRadOut_He3Spike.tex,YieldpB.tex) have a corresponding SVG checked in.Fix
Add a new ancillary folder (e.g.
anc/SVG/) to hold SVG renders of every figure inanc/TikZ/, built with the samelualatex+dvisvgmpipeline used forart/FusionScale4D.svg. This depends on #15 (white-background fix) so the renders are legible on dark backgrounds.