# File lib/rvg/misc.rb, line 500
        def GraphicContext.degrees_to_radians(deg)
            Math::PI * (deg % 360.0) / 180.0
        end