From 5a279321bb494141fb12ac010a33da4a78c6a309 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 15 Apr 2022 03:13:41 -0400 Subject: added macro functionality to shape (#1182) --- xmlDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDrawing.go') diff --git a/xmlDrawing.go b/xmlDrawing.go index 4bf43ec..d6d6135 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -477,6 +477,7 @@ type formatPicture struct { // formatShape directly maps the format settings of the shape. type formatShape struct { + Macro string `json:"macro"` Type string `json:"type"` Width int `json:"width"` Height int `json:"height"` -- cgit v1.2.1