Changes
2 changed files (+3/-2)
-
-
@@ -186,7 +186,7 @@ default =, lining = mm 0.5 , rendering = { size = A4 , margin = mm 10 , margin = mm 3 , gap = mm 10 , lineWidth = mm 0.3 , colorSchema = BlackOnWhite
-
-
-
@@ -14,7 +14,7 @@ import Parameters exposing (LoopStyle(..), Parameters)import Svg exposing (..) import Svg.Attributes exposing (..) import Svg.Path as Path exposing (..) import Template.Layout.Container as Container exposing (aligned, columns, gapped, noGrow, rows, sized) import Template.Layout.Container as Container exposing (aligned, columns, gapped, noGrow, padded, rows, sized) import Template.Layout.Coordinate exposing (Request(..)) import Template.Layout.Item exposing (Item)
-
@@ -25,6 +25,7 @@ cuts params =rows |> sized (AtLeast 0) (AtLeast 0) |> aligned Container.Start |> padded (toMM params.rendering.gap / 2) |> gapped (toMM params.rendering.gap) |> Container.build ([ columns
-