diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-27 19:59:22 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2013-12-27 19:59:22 +0530 |
commit | beba4603ee8e603fff2599bee7f157d90872cb99 (patch) | |
tree | 4c48a3d6fb41379d9a45beed79adc2406a3c9e3d /sd | |
parent | c6d1938f7559aa6293338b4d756ec7fc0bd79f63 (diff) |
fdo#72998: Custom shapes have improper size.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/data/xml/n762695_0.xml | 2 | ||||
-rw-r--r-- | sd/qa/unit/data/xml/n762695_1.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/qa/unit/data/xml/n762695_0.xml b/sd/qa/unit/data/xml/n762695_0.xml index 5f3080fd8cb9..d55c97976c3f 100644 --- a/sd/qa/unit/data/xml/n762695_0.xml +++ b/sd/qa/unit/data/xml/n762695_0.xml @@ -83,7 +83,7 @@ </PropertyValue> <PropertyValue name="Type" value="ooxml-non-primitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="ViewBox"> - <ViewBox x="0" y="0" width="4820911" height="3908235"/> + <ViewBox x="0" y="0" width="0" height="0"/> </PropertyValue> </CustomShapeGeometry> </XShape> diff --git a/sd/qa/unit/data/xml/n762695_1.xml b/sd/qa/unit/data/xml/n762695_1.xml index d74678320f22..fb24ba080015 100644 --- a/sd/qa/unit/data/xml/n762695_1.xml +++ b/sd/qa/unit/data/xml/n762695_1.xml @@ -83,7 +83,7 @@ </PropertyValue> <PropertyValue name="Type" value="ooxml-non-primitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="ViewBox"> - <ViewBox x="0" y="0" width="6477000" height="2743200"/> + <ViewBox x="0" y="0" width="0" height="0"/> </PropertyValue> </CustomShapeGeometry> </XShape> @@ -170,7 +170,7 @@ </PropertyValue> <PropertyValue name="Type" value="ooxml-non-primitive" handle="0" propertyState="DIRECT_VALUE"/> <PropertyValue name="ViewBox"> - <ViewBox x="0" y="0" width="6365875" height="3430587"/> + <ViewBox x="0" y="0" width="0" height="0"/> </PropertyValue> </CustomShapeGeometry> </XShape> |