MCPcopy Create free account

hub / github.com/ajstarks/svgo / functions

Functions599 in github.com/ajstarks/svgo

↓ 2 callersMethodvisualize
visualize performs the visualization of the input, reading a line a time
benchviz/benchviz.go:46
↓ 2 callersFunctionvmap
vmap maps ranges
stockproduct/stockproduct.go:47
↓ 2 callersFunctionvmap
(value float64, low1 float64, high1 float64, low2 float64, high2 float64)
planets/planets.go:68
↓ 2 callersFunctionvmap
vmap maps one range into another
shotchart/shotchart.go:35
↓ 1 callersMethodAnimateRotate
AnimateRotate animates the rotation transformation
svg.go:869
↓ 1 callersMethodAnimateScale
AnimateScale animates the scale transformation
svg.go:874
↓ 1 callersMethodAnimateSkewX
AnimateSkewX animates the skewX transformation
svg.go:879
↓ 1 callersMethodAnimateSkewY
AnimateSkewY animates the skewY transformation
svg.go:884
↓ 1 callersMethodArc
Arc draws an elliptical arc, with optional style, beginning coordinate at sx,sy, ending coordinate at ex, ey width and height of the arc are specified
float/svg.go:373
↓ 1 callersMethodBezier
Bezier draws a cubic bezier curve, with optional style, beginning at sx,sy, ending at ex,ey with control points at cx,cy and px,py. Standard Reference
float/svg.go:382
↓ 1 callersMethodFeColorMatrix
FeColorMatrix specifies a color matrix filter primitive, with matrix values Standard reference: http://www.w3.org/TR/SVG11/filters.html#feColorMatrixE
svg.go:535
↓ 1 callersMethodFeColorMatrix
FeColorMatrix specifies a color matrix filter primitive, with matrix values Standard reference: http://www.w3.org/TR/SVG11/filters.html#feColorMatrixE
float/svg.go:558
↓ 1 callersMethodFeColorMatrixHue
FeColorMatrixHue specifies a color matrix filter primitive, with hue rotation values Standard reference: http://www.w3.org/TR/SVG11/filters.html#feCol
svg.go:545
↓ 1 callersMethodFeColorMatrixHue
FeColorMatrixHue specifies a color matrix filter primitive, with hue rotation values Standard reference: http://www.w3.org/TR/SVG11/filters.html#feCol
float/svg.go:568
↓ 1 callersMethodFeGaussianBlur
FeGaussianBlur specifies a Gaussian Blur filter primitive Standard reference: http://www.w3.org/TR/SVG11/filters.html#feGaussianBlurElement
svg.go:673
↓ 1 callersMethodFeMerge
FeMerge specifies a feMerge filter primitive, containing feMerge elements Standard reference: http://www.w3.org/TR/SVG11/filters.html#feMergeElement
float/svg.go:716
↓ 1 callersMethodFeOffset
FeOffset specifies the feOffset filter primitive Standard reference: http://www.w3.org/TR/SVG11/filters.html#feOffsetElement
float/svg.go:739
↓ 1 callersMethodFePointLight
FePointLight specifies a fePpointLight filter primitive Standard reference: http://www.w3.org/TR/SVG11/filters.html#fePointLightElement
float/svg.go:746
↓ 1 callersMethodFeSpecEnd
FeSpecEnd ends a specular lighting filter primitive container Standard reference: http://www.w3.org/TR/SVG11/filters.html#feSpecularLightingElement
float/svg.go:761
↓ 1 callersMethodFeSpecularLighting
FeSpecularLighting specifies a specular lighting filter primitive, a container for light source elements, end with SpecularEnd() Standard reference: h
float/svg.go:754
↓ 1 callersMethodFeTurbulence
FeTurbulence specifies a turbulence filter primitive Standard reference: http://www.w3.org/TR/SVG11/filters.html#feTurbulenceElement
svg.go:757
↓ 1 callersMethodFend
Fend ends a filter set Standard reference: http://www.w3.org/TR/SVG11/filters.html#FilterElement
svg.go:516
↓ 1 callersMethodFend
Fend ends a filter set Standard reference: http://www.w3.org/TR/SVG11/filters.html#FilterElement
float/svg.go:539
↓ 1 callersMethodFilter
Filter Effects: Most functions have common attributes (in, in2, result) defined in type Filterspec used as a common first argument. Filter begins a fi
svg.go:510
↓ 1 callersMethodFilter
Filter Effects: Most functions have common attributes (in, in2, result) defined in type Filterspec used as a common first argument. Filter begins a fi
float/svg.go:533
↓ 1 callersMethodGrid
Utility Grid draws a grid at the specified coordinate, dimensions, and spacing, with optional style.
float/svg.go:914
↓ 1 callersMethodLinearGradient
Gradients LinearGradient constructs a linear color gradient identified by id, along the vector defined by (x1,y1), and (x2,y2). The stop color sequenc
float/svg.go:499
↓ 1 callersMethodPattern
Pattern defines a pattern with the specified dimensions. The putype can be either "user" or "obj", which sets the patternUnits attribute to be either
svg.go:251
↓ 1 callersMethodPatternEnd
PatternEnd ends a marker
svg.go:261
↓ 1 callersMethodPolygon
Polygon draws a series of line segments using an array of x, y coordinates, with optional style. Standard Reference: http://www.w3.org/TR/SVG11/shapes
float/svg.go:329
↓ 1 callersMethodPolyline
Polyline draws connected lines between coordinates, with optional style. Standard Reference: http://www.w3.org/TR/SVG11/shapes.html#PolylineElement
float/svg.go:417
↓ 1 callersMethodRadialGradient
RadialGradient constructs a radial color gradient identified by id, centered at (cx,cy), with a radius of r. (fx, fy) define the location of the focal
float/svg.go:511
↓ 1 callersMethodRotate
Rotate rotates the coordinate system by r degrees, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
svg.go:197
↓ 1 callersMethodRotate
Rotate rotates the coordinate system by r degrees, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:206
↓ 1 callersMethodRoundrect
Roundrect draws a rounded rectangle with upper the left-hand corner at x,y, with width w, and height h. The radii for the rounded portion are specifie
float/svg.go:349
↓ 1 callersMethodScale
Scale scales the coordinate system by n, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:184
↓ 1 callersMethodScaleXY
ScaleXY scales the coordinate system by dx and dy, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
svg.go:181
↓ 1 callersMethodScaleXY
ScaleXY scales the coordinate system by dx and dy, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:188
↓ 1 callersMethodScript
Script defines a script with a specified type, (for example "application/javascript").
svg.go:154
↓ 1 callersMethodSkewX
SkewX skews the x coordinate system by angle a, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
svg.go:185
↓ 1 callersMethodSkewX
SkewX skews the x coordinate system by angle a, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:192
↓ 1 callersMethodSkewXY
SkewXY skews x and y coordinates by ax, ay respectively, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
svg.go:193
↓ 1 callersMethodSkewXY
SkewXY skews x and y coordinates by ax, ay respectively, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:200
↓ 1 callersMethodSkewY
SkewY skews the y coordinate system by angle a, end with Gend() Standard Reference: http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
float/svg.go:196
↓ 1 callersMethodSpan
Span makes styled spanned text, should be proceeded by Textspan Standard Reference: https://www.w3.org/TR/SVG11/text.html#TSpanElement
svg.go:423
↓ 1 callersMethodSquare
Square draws a square with upper left corner at x,y with sides of length l, with optional style.
float/svg.go:355
↓ 1 callersMethodStartunit
Startunit begins the SVG document, with width and height in the specified units Other attributes may be optionally added, for example viewbox or addit
svg.go:98
↓ 1 callersMethodStartunit
Startunit begins the SVG document, with width and height in the specified units Other attributes may be optionally added, for example viewbox or addit
float/svg.go:101
↓ 1 callersMethodStartview
Startview begins the SVG document, with the specified width, height, and viewbox Other attributes may be optionally added, for example viewbox or addi
svg.go:112
↓ 1 callersMethodTextpath
Textpath places text optionally styled text along a previously defined path Standard Reference: http://www.w3.org/TR/SVG11/text.html#TextPathElement
svg.go:441
↓ 1 callersMethodTextpath
Textpath places text optionally styled text along a previously defined path Standard Reference: http://www.w3.org/TR/SVG11/text.html#TextPathElement
float/svg.go:463
↓ 1 callersMethodTextspan
Textspan begins text, assuming a tspan will be included, end with TextEnd() Standard Reference: https://www.w3.org/TR/SVG11/text.html#TSpanElement
svg.go:416
↓ 1 callersFunctionbackground
(v int)
bubtrail/bubtrail.go:33
↓ 1 callersFunctionbackground
(v int)
flower/flower.go:66
↓ 1 callersFunctionbackground
(v int)
android/android.go:21
↓ 1 callersFunctionbackground
(v int)
lewitt/lewitt.go:37
↓ 1 callersFunctionbackground
(v int)
svgopher/svgopher.go:18
↓ 1 callersFunctionbackground
(fc string)
compx/compx.go:133
↓ 1 callersFunctioncloud
cloud object
compx/compx.go:541
↓ 1 callersFunctioncodepic
codepic makes a code+picture SVG file, given a go source file and conventionally named output -- given <name>.go, <name>.svg
codepic/codepic.go:62
↓ 1 callersFunctioncolorange
colorange evenly distributes opacity across a range of values
barchart/barchart.go:459
↓ 1 callersFunctioncompile
(req *http.Request)
svgplay/svgplay.go:91
↓ 1 callersFunctioncompileError
error writes compile, link, or runtime errors to the HTTP connection. The JavaScript interface uses the 404 status code to identify the error.
svgplay/svgplay.go:110
↓ 1 callersFunctioncomponent
component positions and draws a components and its attributes
compx/compx.go:371
↓ 1 callersFunctioncompose
compose places files row or column-wise
svgrid/svgrid.go:79
↓ 1 callersFunctionconnect
connect two components
compx/compx.go:710
↓ 1 callersFunctioncylinder
Object functions
compx/compx.go:512
↓ 1 callersFunctiondefarc
defarc defines the arc object for arbitrary placement and size
svgdef/svgdef.go:137
↓ 1 callersFunctiondefarc
defarc defines the arc object for arbitrary placement and size
float/svgdef/svgdef.go:137
↓ 1 callersFunctiondefbez
defbez defines the cublic bezier object for arbitrary placement and size
svgdef/svgdef.go:147
↓ 1 callersFunctiondefbez
defbez defines the cublic bezier object for arbitrary placement and size
float/svgdef/svgdef.go:147
↓ 1 callersFunctiondefcircle
defcircle defines the circle object for arbitrary placement and size
svgdef/svgdef.go:55
↓ 1 callersFunctiondefcircle
defcircle defines the circle object for arbitrary placement and size
float/svgdef/svgdef.go:55
↓ 1 callersFunctiondefcrect
defcrect defines the centered rectangle object for arbitrary placement and size
svgdef/svgdef.go:94
↓ 1 callersFunctiondefcrect
defcrect defines the centered rectangle object for arbitrary placement and size
float/svgdef/svgdef.go:94
↓ 1 callersFunctiondefellipse
defellipse defines the ellipse object for arbitrary placement and size
svgdef/svgdef.go:68
↓ 1 callersFunctiondefellipse
defellipse defines the ellipse object for arbitrary placement and size
float/svgdef/svgdef.go:68
↓ 1 callersFunctiondefgrid
defgrid defines the grid object for arbitrary placement and size
svgdef/svgdef.go:264
↓ 1 callersFunctiondefgrid
defgrid defines the grid object for arbitrary placement and size
float/svgdef/svgdef.go:264
↓ 1 callersFunctiondefimage
defimage defines the image object for arbitrary placement and size
svgdef/svgdef.go:115
↓ 1 callersFunctiondefimage
defimage defines the image object for arbitrary placement and size
float/svgdef/svgdef.go:115
↓ 1 callersFunctiondeflg
deflg defines the linear gradient object for arbitrary placement and size
svgdef/svgdef.go:230
↓ 1 callersFunctiondeflg
deflg defines the linear gradient object for arbitrary placement and size
float/svgdef/svgdef.go:230
↓ 1 callersFunctiondefline
defline defines the line object for arbitrary placement and size
svgdef/svgdef.go:127
↓ 1 callersFunctiondefline
defline defines the line object for arbitrary placement and size
float/svgdef/svgdef.go:127
↓ 1 callersFunctiondefmeta
defmeta defines the metadata objects
svgdef/svgdef.go:372
↓ 1 callersFunctiondefmeta
defmeta defines the metadata objects
float/svgdef/svgdef.go:372
↓ 1 callersFunctiondefobjects
defobjects defines a set of objects with the specified dimensions, once defined, the objects are referenced for placement
svgdef/svgdef.go:404
↓ 1 callersFunctiondefobjects
defobjects defines a set of objects with the specified dimensions, once defined, the objects are referenced for placement
float/svgdef/svgdef.go:404
↓ 1 callersFunctiondefpath
defpath defines the path object for arbitrary placement and size
svgdef/svgdef.go:218
↓ 1 callersFunctiondefpath
defpath defines the path object for arbitrary placement and size
float/svgdef/svgdef.go:218
↓ 1 callersFunctiondefpolygon
defpolygon defines the polygon object for arbitrary placement and size
svgdef/svgdef.go:192
↓ 1 callersFunctiondefpolygon
defpolygon defines the polygon object for arbitrary placement and size
float/svgdef/svgdef.go:192
↓ 1 callersFunctiondefpolyline
defpolyline defines the polyline object for arbitrary placement and size
svgdef/svgdef.go:205
↓ 1 callersFunctiondefpolyline
defpolyline defines the polyline object for arbitrary placement and size
float/svgdef/svgdef.go:205
↓ 1 callersFunctiondefqbez
defqbez defines the quadratic bezier object for arbitrary placement and size
svgdef/svgdef.go:163
↓ 1 callersFunctiondefqbez
defqbez defines the quadratic bezier object for arbitrary placement and size
float/svgdef/svgdef.go:163
↓ 1 callersFunctiondefrect
defrect defines the rectangle object for arbitrary placement and size
svgdef/svgdef.go:83
↓ 1 callersFunctiondefrect
defrect defines the rectangle object for arbitrary placement and size
float/svgdef/svgdef.go:83
↓ 1 callersFunctiondefrg
defrg defines the radial gradient object for arbitrary placement and size
svgdef/svgdef.go:240
← previousnext →201–300 of 599, ranked by callers