MCPcopy Index your code
hub / github.com/fogleman/ln / WriteToSVG

Method WriteToSVG

ln/path.go:204–206  ·  view source on GitHub ↗
(path string, width, height float64)

Source from the content-addressed store, hash-verified

202}
203
204func (p Paths) WriteToSVG(path string, width, height float64) error {
205 return ioutil.WriteFile(path, []byte(p.ToSVG(width, height)), 0644)
206}
207
208func (p Paths) WriteToTXT(path string) error {
209 return ioutil.WriteFile(path, []byte(p.String()), 0644)

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

ToSVGMethod · 0.95

Tested by

no test coverage detected