[][src]Module mksvg::write

Structs

SvgFmt

SvgFmt is a very simple writer, that takes an std::fmt::Write aand keeps a tab depth. it implements SvgWrite, and prints the lines given at a the current depth

SvgIO

SvgIO is a very simple writer, that takes an std::io::Write keeps a tab depth. it implements SvgWrite, and prints the lines given at a the current depth

TransWrap

Traits

CDNum
SvgWrite

the methods on SvgWrite, do not build any structure they simply write the output, so if you open something (g or svg) don't forget to close it.

Functions

qcast

qcast (quick cast) is makes it simple to use primitives with an unknown CDNum type