class Magick::RVG::Utility::TextAttributes

def initialize

def initialize
  @affine = []
  @affine << Magick::AffineMatrix.new(1, 0, 0, 1, 0, 0)
  @baseline_shift = []
  @baseline_shift << :baseline
  @glyph_orientation_horizontal = []
  @glyph_orientation_horizontal << 0
  @glyph_orientation_vertical = []
  @glyph_orientation_vertical << 90
  @letter_spacing = []
  @letter_spacing << 0
  @text_anchor = []
  @text_anchor << :start
  @word_spacing = []
  @word_spacing << 0
  @writing_mode = []
  @writing_mode << 'lr-tb'
end