MCPcopy Index your code
hub / github.com/tdewolff/canvas / Empty

Method Empty

path.go:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104type Paths []*Path
105
106func (ps Paths) Empty() bool {
107 for _, p := range ps {
108 if !p.Empty() {
109 return false
110 }
111 }
112 return true
113}
114
115func (ps Paths) Merge() *Path {
116 n := 0

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected