lib/prawn/graphics.rb in prawn-2.0.2 vs lib/prawn/graphics.rb in prawn-2.1.0
- old
+ new
@@ -4,10 +4,11 @@
#
# Copyright April 2008, Gregory Brown. All Rights Reserved.
#
# This is free software. Please see the LICENSE and COPYING files for details.
+require_relative "graphics/blend_mode"
require_relative "graphics/color"
require_relative "graphics/dash"
require_relative "graphics/cap_style"
require_relative "graphics/join_style"
require_relative "graphics/transparency"
@@ -20,9 +21,10 @@
#
# This file lifts and modifies several of PDF::Writer's graphics functions
# ruby-pdf.rubyforge.org
#
module Graphics
+ include BlendMode
include Color
include Dash
include CapStyle
include JoinStyle
include Transparency