[PythonReports-checkins] PythonReports/doc prt.txt,1.2,1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-07 12:38:25
|
Update of /cvsroot/pythonreports/PythonReports/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13967 Modified Files: prt.txt Log Message: removed "transparent" attribute of the "box" element: all boxes are transparent. if you need an opaque box, draw a filled rectangle. (box transparency was not supported anyway) Index: prt.txt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/doc/prt.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prt.txt 1 Nov 2006 12:03:51 -0000 1.2 --- prt.txt 7 Dec 2006 12:38:22 -0000 1.3 *************** *** 3,8 **** ======================= ! :Version: 0.1.0 ! :Date: 20-oct-2006 .. TODO: variables iterated at start of section; --- 3,8 ---- ======================= ! :Version: 0.3.0 ! :Date: 07-dec-2006 .. TODO: variables iterated at start of section; *************** *** 421,425 **** ``top``, ``bottom`` or ``center``. Default: ``bottom``. - ``transparent`` O boolean If set to False, the box is opaque. ================= ===== ========= ====================================== --- 421,424 ---- |