src/reportlab/platypus/paraparser.py
changeset 3440 739ddbe7feab
parent 3434 3c14212cc997
child 3552 20ecbcc53c15
--- a/src/reportlab/platypus/paraparser.py	Wed Sep 08 13:36:54 2010 +0000
+++ b/src/reportlab/platypus/paraparser.py	Wed Sep 08 15:11:10 2010 +0000
@@ -536,6 +536,8 @@
 #       <unichar name="unicode character name"/>
 #       <unichar value="unicode code point"/>
 #       <img src="path" width="1in" height="1in" valign="bottom"/>
+#               width="w%" --> fontSize*w/100   idea from Roberto Alsina
+#               height="h%" --> linewidth*h/100 <ralsina@netmanagers.com.ar>
 #       <greek> - </greek>
 #
 #       The whole may be surrounded by <para> </para> tags