Skip to content

Instantly share code, notes, and snippets.

@ankit8898
Created November 3, 2014 17:24
Show Gist options
  • Save ankit8898/ffe2f972fcf85b99b307 to your computer and use it in GitHub Desktop.
Save ankit8898/ffe2f972fcf85b99b307 to your computer and use it in GitHub Desktop.
Prawn svg
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
require "prawn-svg"
Prawn::Document.generate("svg1.pdf") do
# svg svg_data, :at => [x, y], :width => w
svg IO.read("b.svg"), :at => [10, 240]#, :width => 600
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment