func (c *Circle) WriteSVG(out io.Writer) error {
    w, err := nexus.NewPrinter(out)
    x, y := c.Position()
    x += c.Radius
    y += c.Radius