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