# File lib/scruffy/components/base.rb, line 49
        def relative(pct)
          @render_height * ( pct / 100.to_f )
        end