https://bugs.documentfoundation.org/show_bug.cgi?id=164623

--- Comment #9 from Xisco FaulĂ­ <[email protected]> ---
The document has something like

<p:spPr>
  <a:xfrm rot="-5400000">
   <a:off x="275625" y="2784300"/>
   <a:ext cx="1949400" cy="517800"/>
  </a:xfrm>
  <a:prstGeom prst="bentConnector3">
  ...
</p:spPr>

if it's changed to

<p:spPr>
  <a:xfrm rot="5400000" flipH="1" flipV="1">
   <a:off x="275625" y="2784300"/>
   <a:ext cx="1949400" cy="517800"/>
  </a:xfrm>
  <a:prstGeom prst="bentConnector3">
  ...
</p:spPr>

then it works correctly...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to