Fix some alignment

This commit is contained in:
Nathan McRae
2025-09-02 21:36:48 -07:00
committed by Nathan McRae
parent 6a4a0f5719
commit 62fefb0cb1
3 changed files with 60 additions and 49 deletions

View File

@@ -137,9 +137,9 @@ unfragment (XMLFragment frag) = frag
ternaryGraphSvg :: Array XMLFragment -> String
ternaryGraphSvg fragments = """<?xml version="1.0" encoding="UTF-8"?>
<svg
width="150mm"
height="120mm"
viewBox="-50 -50 200 250"
width="110mm"
height="80mm"
viewBox="-75 -50 250 220"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"