Documentation ¶
Index ¶
- type Fill
- func (el *Fill) Animate()
- func (el *Fill) AnimateMotion()
- func (el *Fill) AnimateTransform()
- func (el *Fill) Circle()
- func (el *Fill) Ellipse()
- func (el *Fill) Path()
- func (el *Fill) Polygon()
- func (el *Fill) Polyline()
- func (el *Fill) Rect()
- func (el *Fill) Set()
- func (el *Fill) TSpan()
- func (el *Fill) Text()
- func (el *Fill) TextPath()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fill ¶
type Fill int
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill
func (*Fill) Animate ¶
func (el *Fill) Animate()
en: For <animate>, fill defines the final state of the animation. Value freeze (Keep the state of the last animation frame) | remove (Keep the state of the first animation frame) Default value remove Animatable No
func (*Fill) AnimateMotion ¶
func (el *Fill) AnimateMotion()
en: For <animateMotion>, fill defines the final state of the animation. Value freeze (Keep the state of the last animation frame) | remove (Keep the state of the first animation frame) Default value remove Animatable No
func (*Fill) AnimateTransform ¶
func (el *Fill) AnimateTransform()
en: For <animateTransform>, fill defines the final state of the animation. Value freeze (Keep the state of the last animation frame) | remove (Keep the state of the first animation frame) Default value remove Animatable No
func (*Fill) Circle ¶
func (el *Fill) Circle()
en: For <circle>, fill is a presentation attribute that defines the color of the circle. Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Ellipse ¶
func (el *Fill) Ellipse()
en: For <ellipse>, fill is a presentation attribute that defines the color of the ellipse. Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Path ¶
func (el *Fill) Path()
en: For <path>, fill is a presentation attribute that defines the color of the interior of the shape. (Interior is define by the fill-rule attribute) Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Polygon ¶
func (el *Fill) Polygon()
en: For <polygon>, fill is a presentation attribute that defines the color of the interior of the shape. (Interior is define by the fill-rule attribute) Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Polyline ¶
func (el *Fill) Polyline()
en: For <polyline>, fill is a presentation attribute that defines the color of the interior of the shape. (Interior is define by the fill-rule attribute) Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Rect ¶
func (el *Fill) Rect()
en: For <rect>, fill is a presentation attribute that defines the color of the rectangle. Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.
func (*Fill) Set ¶
func (el *Fill) Set()
en: For <set>, fill defines the final state of the animation. Value freeze (Keep the state of the last animation frame) | remove (Keep the state of the first animation frame) Default value remove Animatable No
func (*Fill) TSpan ¶
func (el *Fill) TSpan()
en: For <tspan>, fill is a presentation attribute that defines the color of the text. Value <paint> Default value black Animatable Yes Note: As a presentation attribute fill can be used as a CSS property.