Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
stdDims :: Svg -> Svg Source #
stdDims
takes some svg content and wraps it with the
svg
tag, with attributes viewbox="-1 -1 2 2"
, height="300px"
and width="300px"
strkStyle :: Svg -> Svg Source #
Handy shortcut for the following attributes:
* fill="none"
* stroke="black"
* stroke-width="0.04"