Commit e5aed7c4 by Edgar Hipp

added cx and cy also in <a>

parent d314388c
...@@ -96,7 +96,7 @@ class ImageModule ...@@ -96,7 +96,7 @@ class ImageModule
<pic:spPr bwMode="auto"> <pic:spPr bwMode="auto">
<a:xfrm> <a:xfrm>
<a:off x="0" y="0"/> <a:off x="0" y="0"/>
<a:ext cx="1905000" cy="1905000"/> <a:ext cx="#{size[0]}" cy="#{size[1]}"/>
</a:xfrm> </a:xfrm>
<a:prstGeom prst="rect"> <a:prstGeom prst="rect">
<a:avLst/> <a:avLst/>
...@@ -142,7 +142,7 @@ class ImageModule ...@@ -142,7 +142,7 @@ class ImageModule
<pic:spPr bwMode="auto"> <pic:spPr bwMode="auto">
<a:xfrm> <a:xfrm>
<a:off x="0" y="0"/> <a:off x="0" y="0"/>
<a:ext cx="2060575" cy="1939290"/> <a:ext cx="#{size[0]}" cy="#{size[1]}"/>
</a:xfrm> </a:xfrm>
<a:prstGeom prst="rect"> <a:prstGeom prst="rect">
<a:avLst/> <a:avLst/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment