Module Prawn::Graphics::JoinStyle
In: lib/prawn/graphics/join_style.rb

Methods

Constants

JOIN_STYLES = { :miter => 0, :round => 1, :bevel => 2 }   Sets the join_style for stroked lines and curves

Public Instance methods

style is one of :miter, :round, or :bevel

join_style=(style=nil)

Alias for join_style

[Validate]