Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asciitosvg/asciitosvg
/ types & classes
Types & classes
9 in github.com/asciitosvg/asciitosvg
⨍
Functions
101
◇
Types & classes
9
↓ 1 callers
TypeAlias
char
char.go:8
Interface
Canvas
Canvas provides methods for returning objects from an underlying textual grid.
canvas.go:18
Interface
Object
Object is an interface for working with open paths (lines), closed paths (polygons), or text.
object.go:9
Struct
Point
A Point is an X,Y coordinate in the diagram's grid. The grid represents (0, 0) as the top-left of the diagram. The Point also provides hints to the re
point.go:28
TypeAlias
RenderHint
A RenderHint suggests ways the SVG renderer may appropriately represent this point.
point.go:9
Struct
canvas
canvas is the parsed source data.
canvas.go:141
Struct
object
object implements Object and represents one of an open path, a closed path, or text.
object.go:33
TypeAlias
objects
objects implements a sortable collection of Object interfaces.
object.go:138
Struct
scaledPoint
svg.go:259