hgeometry-svg-0.9.0.0: Writing geometric primitives from HGeometry as SVG Files
Data.Geometry.Svg
module Data.Geometry.Svg.Writer
svgViaIpe :: (ToObject i, Real r) => IpeOut g i r -> g -> Svg Source #
Convert an input into svg via ipe
>>> printSvgXMLElem $ svgViaIpe defIO (origin :: Point 2 Rational) <circle cx="0.000000000000" cy="0.000000000000" r="5.000000000000" />
>>>
printSvgXMLElem $ svgViaIpe defIO (origin :: Point 2 Rational)