From 03234d6a254ea9fca674bf11564e88a5bd4d054f Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sun, 22 Jan 2017 16:16:03 +0800 Subject: Support add picture with offset and scaling. --- xmlDrawing.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'xmlDrawing.go') diff --git a/xmlDrawing.go b/xmlDrawing.go index efcfa81..1b80975 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -115,10 +115,11 @@ type xlsxBlipFill struct { Stretch xlsxStretch `xml:"a:stretch"` } -// xlsxSpPr directly maps the spPr (Shape Properties). This element specifies the visual -// shape properties that can be applied to a picture. These are the same properties that -// are allowed to describe the visual properties of a shape but are used here to describe -// the visual appearance of a picture within a document. +// xlsxSpPr directly maps the spPr (Shape Properties). This element specifies +// the visual shape properties that can be applied to a picture. These are the +// same properties that are allowed to describe the visual properties of a shape +// but are used here to describe the visual appearance of a picture within a +// document. type xlsxSpPr struct { Xfrm xlsxXfrm `xml:"a:xfrm"` PrstGeom xlsxPrstGeom `xml:"a:prstGeom"` -- cgit v1.2.1