svgFill

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

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.

func (*Fill) Text

func (el *Fill) Text()

en: For <text>, fill is a presentation attribute that defines what 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.

func (*Fill) TextPath

func (el *Fill) TextPath()

en: For <textPath>, 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.

Jump to

Keyboard shortcuts

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