NAME

Renard::Curie::Model::Page::Role::CairoRenderable - Role for pages that represented by a Cairo image surface

VERSION

version 0.001_01

CONSUMES

ATTRIBUTES

cairo_image_surface

The Cairo::ImageSurface which consumers of this role will render.

Consumes of this role must implement this.

width

A PositiveOrZeroInt that is the width of the /cairo_image_surface.

height

A PositiveOrZeroInt that is the height of the /cairo_image_surface.

AUTHOR

Project Renard

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Project Renard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.