MCPcopy 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
23func (r Rect) Render(out *op.Iterator) {
24 r.Draw(out)
25 out.Fill()
26 out.Stroke()
27}
28
29func main() {
30 x := op.NewStream(1 << 30)

Callers

nothing calls this directly

Calls 3

DrawMethod · 0.95
FillMethod · 0.80
StrokeMethod · 0.80

Tested by

no test coverage detected