require 'spec_helper'
describe Prawn::SVG::Elements::Style do
let(:svg) do
<<-SVG
SVG
end
let(:document) { Prawn::SVG::Document.new(svg, [800, 600], {}) }
let(:element) { Prawn::SVG::Elements::Style.new(document, document.root, [], Prawn::SVG::State.new) }
it "correctly collects the style information in a