https://issues.apache.org/ooo/show_bug.cgi?id=121769
Bug ID: 121769
Issue Type: DEFECT
Summary: shape with custGeom looses path
Classification: Application
Product: presentation
Version: AOO400-dev
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: open-import
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 80276
--> https://issues.apache.org/ooo/attachment.cgi?id=80276&action=edit
filetype:.pptx 2010, one slide, custGeom with moveTo and arcTo
The attached document contains one slide. On the slide is one shape. It is not
a preset shape, but a shape with a self defined path. When you open the
document in AOO, the shape is there, but no path is shown.
The document is valid according "Open XML SDK 2.0 Productivity Tool for
Microsoft Office" and opens fine in PowerPoint 2013 and LibreOffice 4.0.
The path is defined as
<p:spPr>
<a:xfrm>
<a:off x="1080000" y="720000" />
<a:ext cx="2160000" cy="2160000" />
</a:xfrm>
<a:custGeom>
<a:pathLst>
<a:path w="6" h="6">
<a:moveTo>
<a:pt x="3" y="3" />
</a:moveTo>
<a:arcTo hR="3" wR="3" stAng="1800000" swAng="2700000" />
<a:close />
</a:path>
</a:pathLst>
</a:custGeom>
<a:ln>
<a:solidFill>
<a:srgbClr val="FF0000" />
</a:solidFill>
</a:ln>
</p:spPr>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.