Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/primitive
/ Copy
Method
Copy
primitive/shape.go:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
type
Shape
interface
{
6
Rasterize() []Scanline
7
Copy() Shape
8
Mutate()
9
Draw(dc *gg.Context, scale float64)
10
SVG(attrs string) string
Callers
1
Copy
Method · 0.65
Implementers
7
Quadratic
primitive/quadratic.go
Polygon
primitive/polygon.go
Triangle
primitive/triangle.go
Ellipse
primitive/ellipse.go
RotatedEllipse
primitive/ellipse.go
Rectangle
primitive/rectangle.go
RotatedRectangle
primitive/rectangle.go
Calls
no outgoing calls
Tested by
no test coverage detected