Created
November 3, 2014 17:24
-
-
Save ankit8898/ffe2f972fcf85b99b307 to your computer and use it in GitHub Desktop.
Prawn svg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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