<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,7 @@ module Prawn
     # Options:
     # &lt;tt&gt;:at&lt;/tt&gt;:: the location of the top left corner of the image.
     # &lt;tt&gt;:position&lt;/tt&gt;::  One of (:left, :center, :right) or an x-offset
+    # &lt;tt&gt;:vposition&lt;/tt&gt;::  One of (:top, :center, :center) or an y-offset    
     # &lt;tt&gt;:height&lt;/tt&gt;:: the height of the image [actual height of the image]
     # &lt;tt&gt;:width&lt;/tt&gt;:: the width of the image [actual width of the image]
     # &lt;tt&gt;:scale&lt;/tt&gt;:: scale the dimensions of the image proportionally
@@ -129,6 +130,8 @@ module Prawn
         bounds.absolute_top - (bounds.height - h) / 2.0
       when :bottom
         bounds.absolute_bottom + h
+      when Numeric
+        bounds.absolute_top - options[:vposition]
       end
       return [x,y]
     end</diff>
      <filename>lib/prawn/images.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b698eb419eba3a9929437d2881c66adf78b2a69</id>
    </parent>
  </parents>
  <author>
    <name>Trym Skaar</name>
    <email>trym@trym-desktop.(none)</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/566de576dbf32915ed07647f982c9e0f10ef494c</url>
  <id>566de576dbf32915ed07647f982c9e0f10ef494c</id>
  <committed-date>2008-10-31T05:53:56-07:00</committed-date>
  <authored-date>2008-10-31T05:53:56-07:00</authored-date>
  <message>Added missing offset possibility for :vposition, and argument description</message>
  <tree>d4e0f38305c4a4731deb40245e634de1b386ade1</tree>
  <committer>
    <name>Trym Skaar</name>
    <email>trym@trym-desktop.(none)</email>
  </committer>
</commit>
