Summary | interchanged Width and Height in Horde_PDF |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | rosenberger (at) taoweb (dot) at |
Created | 11/27/2012 (4604 days ago) |
Due | 11/27/2012 (4604 days ago) |
Updated | 11/29/2012 (4602 days ago) |
Assigned | |
Resolved | 11/29/2012 (4602 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2.0.2 |
Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
Milestone ⇒ 2.0.2
commit ca3497f50de23f8d8dbc87ddcad088f95886acb4
Author: Jan Schneider <jan@horde.org>
Date: Thu Nov 29 15:29:52 2012 +0100
[jan] Fix swapped getFormatHeight() and getFormatWidth() methods
(
Bug #11762).framework/Pdf/lib/Horde/Pdf/Writer.php | 4 ++--
framework/Pdf/package.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ca3497f50de23f8d8dbc87ddcad088f95886acb4
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Due ⇒ 11/27/2012
Summary ⇒ interchanged Width and Height in Horde_PDF
Type ⇒ Bug
State ⇒ Unconfirmed
in the Horder_PDF Class on line 1259 in the function getFormatHeight
there is the wrong Variable fwPt should be fhPt same in the function
getFormatWidth
BR/Torsten Rosenberger