Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SvgCheckResult ¶
type SvgCheckResult struct {
SvgHeight string `json:"svgheight"`
SvgWidth string `json:"svgwidth"`
ViewBox string `json:"viewbox"`
Namespace bool `json:"namespace"`
Namespaces []string `json:"namespaces"`
TextCount int `json:"text_count"`
ForeignObjectCount int `json:"foreignobject_count"`
ImageCount int `json:"image_count"`
TagCountMap map[string]int `json:"tag_counts"`
Colors []string `json:"colors"`
}
Click to show internal directories.
Click to hide internal directories.