equal
deleted
inserted
replaced
12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Pdf |
16 * @package Zend_Pdf |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @version $Id: Image.php 20096 2010-01-06 02:05:09Z bkarwin $ |
19 * @version $Id: Image.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 */ |
20 */ |
21 |
21 |
22 |
22 |
37 * While some parameters in the graphics state can be set with individual operators, |
37 * While some parameters in the graphics state can be set with individual operators, |
38 * as shown in Table 4.7, others cannot. The latter can only be set with the generic |
38 * as shown in Table 4.7, others cannot. The latter can only be set with the generic |
39 * graphics state operator gs (PDF 1.2). |
39 * graphics state operator gs (PDF 1.2). |
40 * |
40 * |
41 * @package Zend_Pdf |
41 * @package Zend_Pdf |
42 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
44 */ |
44 */ |
45 class Zend_Pdf_Resource_GraphicsState extends Zend_Pdf_Resource |
45 class Zend_Pdf_Resource_GraphicsState extends Zend_Pdf_Resource |
46 { |
46 { |
47 /** |
47 /** |