Documentation ¶
Index ¶
- Constants
- type Close
- type Fill
- type Iterator
- func (it *Iterator) Close() *Close
- func (it *Iterator) EOF() bool
- func (it *Iterator) Fill() *Fill
- func (it *Iterator) LineTo() *LineTo
- func (it *Iterator) LineWidth() *LineWidth
- func (it *Iterator) MoveTo() *MoveTo
- func (it *Iterator) Start() *Start
- func (it *Iterator) Stroke() *Stroke
- func (it *Iterator) Translate() *Translate
- func (it *Iterator) Type() Type
- type LineTo
- type LineWidth
- type MoveTo
- type Start
- type Stream
- type Stroke
- type Translate
- type Type
Constants ¶
View Source
const ( EOF = Type(iota) TypeStart TypeClose TypeMoveTo TypeLineTo TypeStroke TypeFill TypeLineWidth TypeTranslate )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.