# File lib/rvg/misc.rb, line 528
        def initialize()
            @gc = Magick::Draw.new
            @shadow = Array.new
            @shadow << Magick::Draw.new
            @text_attrs = TextAttributes.new
            init_matrix()
        end