package
Version:
v0.0.0-...-6b7e659
Opens a new window with list of versions in this module.
Published: Apr 22, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PolyLine struct {
ID string `xml:"id,attr"`
Stroke string `xml:"stroke,attr"`
StrokeWidth int `xml:"stroke-width,attr"`
PointsRaw string `xml:"points,attr"`
Points []Point
}
type SVG struct {
Width int `xml:"width,attr"`
Height int `xml:"height,attr"`
Style string `xml:"style,attr"`
ViewBox string `xml:"viewBox,attr"`
PolyLines []PolyLine `xml:"polyline"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.