Git Product home page Git Product logo

Comments (4)

henrik avatar henrik commented on July 22, 2024

Added a :margin option:
http://github.com/henrik/prawn/commit/bdf3e6580288389b7c2404ae040b607b5649b260

I suppose I could add in support for [a,b,c,d]. Is there a conventional order? In CSS it's top, right, bottom, left. Same here?

from prawn.

practicingruby avatar practicingruby commented on July 22, 2024

yeah, that would be fine.

from prawn.

henrik avatar henrik commented on July 22, 2024

Okay, pushed to my master. Both Document#initialize and Document#start_new_page now support :margin, and it can take anything from a single value to four values:

# The :margin can also be an array much like CSS shorthand:
#
#   # Top and bottom are 20, left and right are 100.
#   :margin => [20, 100]
#   # Top is 50, left and right are 100, bottom is 20.
#   :margin => [50, 100, 20]
#   # Top is 10, right is 20, bottom is 30, left is 40.
#   :margin => [10, 20, 30, 40]

So fetch me and e.g.

git cherry-pick 2bab3fc76ecdadfae1e858d422530aa10f955f4c^^
git cherry-pick 2bab3fc76ecdadfae1e858d422530aa10f955f4c^
git cherry-pick 2bab3fc76ecdadfae1e858d422530aa10f955f4c

to get the commits. Or just merge. I rebased sandal/master, so my commits are on top of it.

from prawn.

practicingruby avatar practicingruby commented on July 22, 2024

Merged, thanks.

from prawn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.