diff options
author | David <JDavidVR@hotmail.com> | 2022-04-15 03:13:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 15:13:41 +0800 |
commit | 5a279321bb494141fb12ac010a33da4a78c6a309 (patch) | |
tree | b038623c32700b79943341151656dce1ad01324c /xmlDrawing.go | |
parent | 66776730b605dfef2d01dd8a59afc45d98272eb1 (diff) |
added macro functionality to shape (#1182)
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
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"` |