prawn

https://github.com/prawnpdf/prawn

Ruby

Fast, Nimble PDF Writer for Ruby

Prawn::Graphics#fill_and_stroke_polygon

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:prawnpdf/prawn.git

cd prawn

open lib/prawn/graphics.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Prawn--Graphics-fill_and_stroke_polygon-for-pr


# Commit to git

git add lib/prawn/graphics.rbgit commit -m "better docs for Prawn::Graphics#fill_and_stroke_polygon"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Prawn--Graphics-fill_and_stroke_polygon-for-pr

hub pull-request


# Celebrate!