Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Render
Method
Render
zerostream/main.go:23–27 ·
view source on GitHub ↗
(out *op.Iterator)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(r Rect) Render(out *op.Iterator) {
24
r.Draw(out)
25
out.Fill()
26
out.Stroke()
27
}
28
29
func
main() {
30
x := op.NewStream(1 << 30)
Callers
nothing calls this directly
Calls
3
Draw
Method · 0.95
Fill
Method · 0.80
Stroke
Method · 0.80
Tested by
no test coverage detected