[PythonReports-checkins] PythonReports/doc prt.txt,1.3,1.4
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-07 13:21:13
|
Update of /cvsroot/pythonreports/PythonReports/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29437 Modified Files: prt.txt Log Message: added "opaque" attribute to "rectangle" element Index: prt.txt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/doc/prt.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** prt.txt 7 Dec 2006 12:38:22 -0000 1.3 --- prt.txt 7 Dec 2006 13:21:07 -0000 1.4 *************** *** 641,644 **** --- 641,646 ---- ``radius`` O dimension Corner radius for rounded rectangles. Default: 0 + ``opaque`` O boolean If set to False, the rectangle will be + drawn transparent. Default: True. ================= ===== ========= ====================================== |