lib/prawn/icon.rb in prawn-icon-0.7.0 vs lib/prawn/icon.rb in prawn-icon-0.7.1

- old
+ new

@@ -52,10 +52,10 @@ # once for <icon></icon> tags, then the output is provided # to Prawn's internal formatted text parser. # class Icon FONTDIR = File.join \ - File.expand_path('../../..', __FILE__), 'fonts' + File.expand_path('../../..', __FILE__), 'data/fonts' module Interface # Set up and draw an icon on this document. This # method operates much like +Prawn::Text::Box+. #