seg

package
v0.0.0-...-fd8ea21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2018 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type uint16
const (
	UNKNOWN                      Type = 0
	CLOSEPATH                    Type = 1
	MOVETO_ABS                   Type = 2
	MOVETO_REL                   Type = 3
	LINETO_ABS                   Type = 4
	LINETO_REL                   Type = 5
	CURVETO_CUBIC_ABS            Type = 6
	CURVETO_CUBIC_REL            Type = 7
	CURVETO_QUADRATIC_ABS        Type = 8
	CURVETO_QUADRATIC_REL        Type = 9
	ARC_ABS                      Type = 10
	ARC_REL                      Type = 11
	LINETO_HORIZONTAL_ABS        Type = 12
	LINETO_HORIZONTAL_REL        Type = 13
	LINETO_VERTICAL_ABS          Type = 14
	LINETO_VERTICAL_REL          Type = 15
	CURVETO_CUBIC_SMOOTH_ABS     Type = 16
	CURVETO_CUBIC_SMOOTH_REL     Type = 17
	CURVETO_QUADRATIC_SMOOTH_ABS Type = 18
	CURVETO_QUADRATIC_SMOOTH_REL Type = 19
)

https://www.w3.org/TR/SVG/paths.html#InterfaceType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL