> Is there a way to rotate images when placing them?  Redrawing complex
> rotations was one the main speed bumps for TankSpank...

My vision:

  rotate 45 do # degrees
    rect ...
    para ...
    image ... :rotate => 9
  end

Put another way, with_options is built directly into the DSL. Any mod
that you can pass as an option, you can also declare as a block, so
everyone gets it.

-- 
 Phlip
 http://www.oreilly.com/catalog/9780596510657/
 ^ assert_xpath
 http://tinyurl.com/yrc77g <-- assert_latest Model

Reply via email to