ZF-2139: Canvases support
Description
Canvas is a virtual view port and should support complete set of drawing features.
Canvases can be drawn within some part of another canvas.
Canvas is a virtual view port and should support complete set of drawing features.
Canvases can be drawn within some part of another canvas.
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T22:06:45.000+0000
Resetting 'fix version priority' and 'fix version' to be re-evaluated for next release.
Posted by Willie Alberty (willie) on 2008-12-04T22:34:54.000+0000
Unassigning Zend_Pdf issues currently assigned to me pending decision on ZF 2.0 release timeframe and potential contribution of comprehensive changeset.
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-26T15:05:37.000+0000
Hi Alex
I would know if this issue was fixed because i see your commit in r22908.
Thanks advance ;).
Posted by Tommy C (tommyc2k7) on 2011-06-08T14:51:13.000+0000
I see that some work has been completed on this, how much more work does it need to be completed?
Posted by Butter Brot (butterbrot) on 2011-09-15T11:31:58.000+0000
Hi, I am planing an placing different pages from one document to single page in another document (imposition). Since Zend_Pdf_Page is an Canvas element I was hoping to do use $page->drawCanvas() but looks like page is missing the getContents() implementation.
Anyway, what I am asking is whether I am on the right track here and its just a matter of time till it is available or if that sort of requirement is not addressed here.
thanks for your help