NAME
Intertangle::Taffeta::Graphics::Role::WithBounds - A role for the bounds of a graphic object
VERSION
version 0.001
ATTRIBUTES
identity_bounds
A Intertangle::Yarn::Graphene::Rect
that represents the bounds of this graphics object when the transform is the identity matrix.
origin
A Point
that represents the origin of this graphics object.
The default is at (0, 0)
.
size
A Size
that represents the size of this graphics object.
AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.