prawn-svg 0.25.2
This gem allows you to render SVG directly into a PDF using the 'prawn' gem. Since PDF is vector-based, you'll get nice scaled graphics if you use SVG instead of an image.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (2):
            css_parser
            ~> 1.3
          
          
            prawn
            < 3, >= 0.11.1
          
    