Class: Rough::PathInfo
- Inherits:
-
Struct
- Object
- Struct
- Rough::PathInfo
- Defined in:
- lib/rough/op.rb
Overview
SVG path data representation.
Instance Attribute Summary collapse
-
#d ⇒ Object
Returns the value of attribute d.
-
#fill ⇒ Object
Returns the value of attribute fill.
-
#stroke ⇒ Object
Returns the value of attribute stroke.
-
#stroke_width ⇒ Object
Returns the value of attribute stroke_width.
Instance Attribute Details
#d ⇒ Object
Returns the value of attribute d
15 16 17 |
# File 'lib/rough/op.rb', line 15 def d @d end |
#fill ⇒ Object
Returns the value of attribute fill
15 16 17 |
# File 'lib/rough/op.rb', line 15 def fill @fill end |
#stroke ⇒ Object
Returns the value of attribute stroke
15 16 17 |
# File 'lib/rough/op.rb', line 15 def stroke @stroke end |
#stroke_width ⇒ Object
Returns the value of attribute stroke_width
15 16 17 |
# File 'lib/rough/op.rb', line 15 def stroke_width @stroke_width end |