Heya, On Mon, Nov 17, 2008 at 4:55 AM, Einar Magnús Boson <[EMAIL PROTECTED]> wrote: > My actual specific question though, is: > built-in methods can take options like :width => "100%", where do I tap into > the already existing logic to translate strings like that into numbers to > use while painting?
It will probably be easier to just use floats. :width => 1.0 and the like
