# File lib/scruffy/components/style_info.rb, line 13
      def process(svg, options={})
        svg.defs {
          svg.style(:type => "text/css") {
            svg.cdata!("\n#{options[:selector]} {\n    #{options[:style]}\n}\n")
          }
        }
      end