Esempio n. 1
0
    def draw(self, showBoundary=_unset_):
        """This is used by the Platypus framework to let the document
        draw itself in a story.  It is specific to PDF and should not
        be used directly."""
        import renderPDF

        renderPDF.draw(self, self.canv, 0, 0, showBoundary=showBoundary)
Esempio n. 2
0
 def draw(self, showBoundary=_unset_):
     """This is used by the Platypus framework to let the document
     draw itself in a story.  It is specific to PDF and should not
     be used directly."""
     import renderPDF
     renderPDF.draw(self, self.canv, 0, 0, showBoundary=showBoundary)