manual/graphics/graphics.rb in prawn-2.0.1 vs manual/graphics/graphics.rb in prawn-2.0.2
- old
+ new
@@ -4,13 +4,11 @@
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Prawn::ManualBuilder::Example.generate("graphics.pdf", :page_size => "FOLIO") do
-
package "graphics" do |p|
-
p.section "Basics" do |s|
s.example "helper"
s.example "fill_and_stroke"
end
@@ -51,8 +49,7 @@
"How to draw all the shapes that Prawn has to offer from a measly line to a mighty polygon or ellipse",
"The configuration options for stroking lines and filling shapes",
"How to apply transformations to your drawing space"
)
end
-
end
end