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

@ -168,7 +168,7 @@ describe("ImageRun", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -224,14 +224,6 @@ describe("ImageRun", () => {
rot: 2700000,
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
{
"a:off": {
_attr: {
@ -240,6 +232,14 @@ describe("ImageRun", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
],
},
{
@ -418,7 +418,7 @@ describe("ImageRun", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -474,14 +474,6 @@ describe("ImageRun", () => {
rot: 2700000,
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
{
"a:off": {
_attr: {
@ -490,6 +482,14 @@ describe("ImageRun", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
],
},
{
@ -671,7 +671,7 @@ describe("ImageRun", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -727,14 +727,6 @@ describe("ImageRun", () => {
rot: 2700000,
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
{
"a:off": {
_attr: {
@ -743,6 +735,14 @@ describe("ImageRun", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
],
},
{
@ -927,7 +927,7 @@ describe("ImageRun", () => {
{
"pic:cNvPr": {
_attr: {
desc: "",
descr: "",
id: 0,
name: "",
},
@ -983,14 +983,6 @@ describe("ImageRun", () => {
rot: 2700000,
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
{
"a:off": {
_attr: {
@ -999,6 +991,14 @@ describe("ImageRun", () => {
},
},
},
{
"a:ext": {
_attr: {
cx: 1905000,
cy: 1905000,
},
},
},
],
},
{