Class: Rough::PathInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rough/op.rb

Overview

SVG path data representation.

Instance Attribute Summary collapse

Instance Attribute Details

#dObject

Returns the value of attribute d

Returns:

  • (Object)

    the current value of d



15
16
17
# File 'lib/rough/op.rb', line 15

def d
  @d
end

#fillObject

Returns the value of attribute fill

Returns:

  • (Object)

    the current value of fill



15
16
17
# File 'lib/rough/op.rb', line 15

def fill
  @fill
end

#strokeObject

Returns the value of attribute stroke

Returns:

  • (Object)

    the current value of stroke



15
16
17
# File 'lib/rough/op.rb', line 15

def stroke
  @stroke
end

#stroke_widthObject

Returns the value of attribute stroke_width

Returns:

  • (Object)

    the current value of stroke_width



15
16
17
# File 'lib/rough/op.rb', line 15

def stroke_width
  @stroke_width
end