svg-icons-0.1.0.1: Svg Icons and more
Safe HaskellSafe-Inferred
LanguageHaskell2010

Core.Style

Synopsis

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"

fillStyle :: Svg -> Svg Source #

Handy shortcut for the following attributes: * fill="black" * stroke="none" * stroke-width="0"

fullStyle :: Svg -> Svg Source #

Handy shortcut for the following attributes: * fill="silver" * stroke="black" * stroke-width="0.03"