Commit 2aebde2f authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

2008-04-04 Thibaut

add rendering OOoChart
Image support improvement

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4127608
......@@ -300,7 +300,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
text:anchor-type="paragraph"\n
tal:attributes="svg:height python:str(height_graph)+\'cm\';\n
svg:width python:str(width_graph)+\'cm\'">\n
<tal:block tal:replace="python: field.render_odf()"/>\n
<tal:block tal:replace="structure python: field.render_odf()"/>\n
</draw:frame>\n
</text:p>\n
</tal:block>\n
......@@ -360,7 +360,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
text:anchor-type="paragraph"\n
tal:attributes="svg:height python:height;\n
svg:width python:width">\n
<tal:block tal:replace="python: field.render_odf()"/>\n
<tal:block tal:replace="structure python: field.render_odf()"/>\n
</draw:frame>\n
</text:p>\n
\n
......@@ -433,11 +433,9 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
<draw:frame draw:style-name=\'inline-graphic\'\n
draw:layer=\'layout\'\n
text:anchor-type="paragraph"\n
svg:height="10cm"\n
svg:width="10cm"\n
tal:attributes="svg:height python:height;\n
svg:width python:width">\n
<tal:block tal:replace="python: field.render_odf()"/>\n
<tal:block tal:replace="structure python: field.render_odf()"/>\n
</draw:frame>\n
</text:p>\n
</tal:block>\n
......
41
\ No newline at end of file
43
\ No newline at end of file
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