Expand description

Module for graphics (line, polygon, 3D, etc.)

Re-exports

pub use self::two_dimensional::*;
pub use self::three_dimensional::*;
pub use self::ctm::*;
pub use self::ocg::*;
pub use self::color::*;
pub use self::icc_profile::*;
pub use self::extgstate::*;
pub use self::xobject::*;
pub use self::pattern::*;
pub use self::pdf_resources::*;

Modules

Color module (CMYK or RGB). Shared between 2D and 3D module.
Current transformation matrix, for transforming shapes (rotate, translate, scale)
Extended graphics state, for advanced graphical operation (overprint, black point control, etc.)
ICC profile that can be embedded into a PDF
3D Graphics for Pdf (stub)
2D elements for Pdf (stub), to be expanded