Fix some alignment
This commit is contained in:
committed by
Nathan McRae
parent
6a4a0f5719
commit
62fefb0cb1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user