Method: PDF::Writer::Graphics#stroke
- Defined in:
- lib/pdf/writer/graphics.rb
#stroke ⇒ Object
Stroke the path. This operation terminates a path object and draws it.
56 57 58 59 |
# File 'lib/pdf/writer/graphics.rb', line 56 def stroke add_content(" S") self end |