diff --git a/float/svg.go b/float/svg.go index 3185e76..21f0633 100644 --- a/float/svg.go +++ b/float/svg.go @@ -409,8 +409,8 @@ func (svg *SVG) Polyline(x []float64, y []float64, s ...string) { // Image places at x,y (upper left hand corner), the image with // width w, and height h, referenced at link, with optional style. // Standard Reference: http://www.w3.org/TR/SVG11/struct.html#ImageElement -func (svg *SVG) Image(x float64, y float64, w float64, h float64, link string, s ...string) { - svg.printf(`