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