lib/pdf/writer/strokestyle.rb in pdf-writer-1.1.3 vs lib/pdf/writer/strokestyle.rb in pdf-writer-1.1.4
- old
+ new
@@ -4,10 +4,10 @@
# Copyright 2003 - 2005 Austin Ziegler.
#
# Licensed under a MIT-style licence. See LICENCE in the main distribution
# for full licensing information.
#
-# $Id: strokestyle.rb,v 1.5 2005/06/02 21:20:35 austin Exp $
+# $Id: strokestyle.rb 184 2007-12-10 03:18:48Z sandal $
#++
# A class that represents a style with which lines will be drawn.
class PDF::Writer::StrokeStyle
LINE_CAPS = { :butt => 0, :round => 1, :square => 2 }
LINE_JOINS = { :miter => 0, :round => 1, :bevel => 2 }