equal
deleted
inserted
replaced
1 #Copyright ReportLab Europe Ltd. 2000-2004 |
1 #Copyright ReportLab Europe Ltd. 2000-2012 |
2 #see license.txt for license details |
2 #see license.txt for license details |
3 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderbase.py |
3 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderbase.py |
4 |
4 |
5 __version__=''' $Id $ ''' |
5 __version__=''' $Id $ ''' |
6 __doc__='''Superclass for renderers to factor out common functionality and default implementations.''' |
6 __doc__='''Superclass for renderers to factor out common functionality and default implementations.''' |