src/reportlab/graphics/renderbase.py
changeset 3617 ae5744e97c42
parent 3385 e45ca0b2053c
child 3721 0c93dd8ff567
equal deleted inserted replaced
3616:e72302765e17 3617:ae5744e97c42
     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.'''