Class: Postsvg::Svg::Elements::Polygon

Inherits:
Polyline show all
Defined in:
lib/postsvg/svg/elements/polygon.rb

Constant Summary collapse

ELEMENT_NAME =
"polygon"

Constants inherited from Postsvg::Svg::Element

Postsvg::Svg::Element::REGISTRY

Instance Attribute Summary

Attributes inherited from Polyline

#fill, #points, #stroke, #stroke_paint

Attributes inherited from Postsvg::Svg::Element

#attributes, #children, #clip_path_id, #fill, #stroke, #stroke_paint, #transform

Method Summary

Methods inherited from Polyline

from_node, #initialize

Methods inherited from Postsvg::Svg::Element

#default_fill, #element_name, from_node, #initialize, register, registry

Constructor Details

This class inherits a constructor from Postsvg::Svg::Elements::Polyline