Fix conformance issues with imagerun - out of order properties (a:xfrm), invalid attr name (pic:cNvPr) desc -> descr

This commit is contained in:
Tom Hunkapiller
2021-05-20 00:36:35 +03:00
parent cdc97adaeb
commit 45130bed0b
5 changed files with 72 additions and 72 deletions

View File

@ -111,7 +111,7 @@ describe("Drawing", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -166,14 +166,6 @@ describe("Drawing", () => {
{
_attr: {},
},
{
"a:ext": {
_attr: {
cx: 952500,
cy: 952500,
},
},
},
{
"a:off": {
_attr: {
@ -182,6 +174,14 @@ describe("Drawing", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 952500,
cy: 952500,
},
},
},
],
},
{
@ -341,7 +341,7 @@ describe("Drawing", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -396,14 +396,6 @@ describe("Drawing", () => {
{
_attr: {},
},
{
"a:ext": {
_attr: {
cx: 952500,
cy: 952500,
},
},
},
{
"a:off": {
_attr: {
@ -412,6 +404,14 @@ describe("Drawing", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 952500,
cy: 952500,
},
},
},
],
},
{