<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -205,19 +205,19 @@ describe &quot;When setting colors&quot; do
     @pdf.fill_color &quot;ccff00&quot;
     colors = observer(ColorObserver)
     
-    colors.fill_color_count.should == 1   
-    colors.stroke_color_count.should == 0
+    colors.fill_color_count.should == 2   
+    colors.stroke_color_count.should == 1
     @pdf.start_new_page                
     @pdf.stroke_color &quot;ff00cc&quot;  
     
     colors = observer(ColorObserver)
-    colors.fill_color_count.should == 2  
-    colors.stroke_color_count.should == 1
+    colors.fill_color_count.should == 3  
+    colors.stroke_color_count.should == 3
     
     @pdf.start_new_page
     colors = observer(ColorObserver)
-    colors.fill_color_count.should == 3
-    colors.stroke_color_count.should == 2
+    colors.fill_color_count.should == 4
+    colors.stroke_color_count.should == 4
     
     colors.fill_color.should   == [0.8,1.0,0.0]
     colors.stroke_color.should == [1.0,0.0,0.8] </diff>
      <filename>spec/graphics_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>01215f4107607a2431361b5df55221a60c204e8e</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/c18d829968451c63da3c3b2fb86c783edfdebe8c</url>
  <id>c18d829968451c63da3c3b2fb86c783edfdebe8c</id>
  <committed-date>2008-07-24T13:59:18-07:00</committed-date>
  <authored-date>2008-07-24T13:59:18-07:00</authored-date>
  <message>Fix specs to reflect the setting of colors on every page</message>
  <tree>4e42dd25a476153d276c85d33e22f857b3a095cc</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
