equal
deleted
inserted
replaced
1 #!/bin/env python |
1 #!/bin/env python |
2 #Copyright ReportLab Europe Ltd. 2000-2017 |
2 #Copyright ReportLab Europe Ltd. 2000-2017 |
3 #see license.txt for license details |
3 #see license.txt for license details |
4 #history https://bitbucket.org/rptlab/reportlab/history-node/tip/src/reportlab/graphics/testshapes.py |
4 #history https://hg.reportlab.com/hg-public/reportlab/log/tip/src/reportlab/graphics/testshapes.py |
5 |
5 |
6 # testshapes.py - draws shapes onto a PDF canvas. |
6 # testshapes.py - draws shapes onto a PDF canvas. |
7 |
7 |
8 |
8 |
9 __version__ = ''' $Id $ ''' |
9 __version__ = ''' $Id $ ''' |