The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Intertangle::Taffeta::Style::Stroke - Stroke style

VERSION

version 0.001

EXTENDS

ATTRIBUTES

opacity

The Opacity for the stroke.

color

The Color for the stroke.

width

A Dimension for the width of the stroke line.

METHODS

has_opacity

Predicate for opacity attribute.

has_color

Predicate for the color attribute.

has_width

Predicate for width attribute.

is_stroke_none

Returns a Bool for if the stroke is empty.

svg_style

Returns a HashRef that represents the SVG style for this stroke.

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.