forked from prawnpdf/prawn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move even more low level code into PDF::COre
Squashed commit of the following: commit 168c44f Author: Gregory Brown <[email protected]> Date: Mon Sep 15 15:25:26 2014 -0400 Continue to shrink renderer's API surface commit 0c8befe Author: Gregory Brown <[email protected]> Date: Sat Sep 13 20:53:31 2014 -0400 Make Prawn::Document::Internals mixin smaller commit 0071a68 Author: Gregory Brown <[email protected]> Date: Sat Sep 13 20:33:18 2014 -0400 Use explicit names for delegated methods commit a77e9aa Author: Gregory Brown <[email protected]> Date: Sat Sep 13 20:28:30 2014 -0400 Remove some monkey patches and push more down to PDF::Core commit a42d70d Author: Gregory Brown <[email protected]> Date: Sat Sep 13 19:03:00 2014 -0400 Rough integration of PDF::Core::Renderer
- Loading branch information
1 parent
fa80690
commit b48b206
Showing
20 changed files
with
92 additions
and
283 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,3 +189,5 @@ ClassVars: | |
Enabled: false | ||
ParameterLists: | ||
Enabled: false | ||
BlockComments: | ||
Enabled: false |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.