Documentation
¶
Overview ¶
SVG driver for graf.go.
Index ¶
- func NewTestSvg() *graf.PdfDrawerT
- type SvgT
- func (s *SvgT) CMYK(cmyk [][]byte) string
- func (s *SvgT) Clip()
- func (s *SvgT) CloseDrawing()
- func (s *SvgT) ClosePath()
- func (s *SvgT) Concat(m [][]byte)
- func (s *SvgT) CurveTo(coords [][]byte)
- func (s *SvgT) DropPath()
- func (s *SvgT) EOClip()
- func (s *SvgT) EOFill()
- func (s *SvgT) EOFillAndStroke()
- func (s *SvgT) Fill()
- func (s *SvgT) FillAndStroke()
- func (s *SvgT) Gray(a []byte) string
- func (s *SvgT) LineTo(coord [][]byte)
- func (s *SvgT) MoveTo(coord [][]byte)
- func (s *SvgT) RGB(rgb [][]byte) string
- func (s *SvgT) Rectangle(coords [][]byte)
- func (s *SvgT) SetIdentity()
- func (s *SvgT) Stroke()
- func (s *SvgT) SvgPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestSvg ¶
func NewTestSvg() *graf.PdfDrawerT
Types ¶
type SvgT ¶
type SvgT struct { Drw *graf.PdfDrawerT // contains filtered or unexported fields }
func (*SvgT) CloseDrawing ¶
func (s *SvgT) CloseDrawing()
func (*SvgT) EOFillAndStroke ¶
func (s *SvgT) EOFillAndStroke()
func (*SvgT) FillAndStroke ¶
func (s *SvgT) FillAndStroke()
func (*SvgT) SetIdentity ¶
func (s *SvgT) SetIdentity()
Click to show internal directories.
Click to hide internal directories.