<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Color replacement ignored in PPTX import"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119884">119884</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Color replacement ignored in PPTX import
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>6.1.0.3 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Impress
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ofirr.dev@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Description:
The attached PPTX has a shape image of blue rectangle with green background.
The green background is replaced with transparency in PowerPoint 2013.
In impress the green background is not replaced.
Steps to Reproduce:
1. Open the attached PPTX in Impress.
2. Compare to the attached PDF exported from PowerPoint 2013.
Actual Results:
The blue rectangle has green background.
Expected Results:
The green background should be replaced with transparency.
Reproducible: Always
User Profile Reset: No
Additional Info:
The XML of the <p:pic> shape with the <a:clrChange> element in slide1.xml:
<p:pic>
<p:nvPicPr>
<p:cNvPr id="6" name="Picture 5"/>
<p:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</p:cNvPicPr>
<p:nvPr/>
</p:nvPicPr>
<p:blipFill>
<a:blip r:embed="rId2">
<a:clrChange>
<a:clrFrom>
<a:srgbClr val="22B14C"/>
</a:clrFrom>
<a:clrTo>
<a:srgbClr val="22B14C">
<a:alpha val="0"/>
</a:srgbClr>
</a:clrTo>
</a:clrChange>
<a:extLst>
<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">
<a14:useLocalDpi
xmlns:a14="<a href="http://schemas.microsoft.com/office/drawing/2010/main">http://schemas.microsoft.com/office/drawing/2010/main</a>" val="0"/>
</a:ext>
</a:extLst>
</a:blip>
<a:stretch>
<a:fillRect/>
</a:stretch>
</p:blipFill>
<p:spPr>
<a:xfrm>
<a:off x="5386640" y="2341783"/>
<a:ext cx="1905770" cy="1905770"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
</p:spPr>
</p:pic></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>