[Mapbender-commits] r8123 - branches/2.7/http/extensions/fpdf
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Sep 9 06:21:21 EDT 2011
Author: verenadiewald
Date: 2011-09-09 03:21:21 -0700 (Fri, 09 Sep 2011)
New Revision: 8123
Modified:
branches/2.7/http/extensions/fpdf/mb_fpdi.php
Log:
print highlights from search
Modified: branches/2.7/http/extensions/fpdf/mb_fpdi.php
===================================================================
--- branches/2.7/http/extensions/fpdf/mb_fpdi.php 2011-09-09 09:39:27 UTC (rev 8122)
+++ branches/2.7/http/extensions/fpdf/mb_fpdi.php 2011-09-09 10:21:21 UTC (rev 8123)
@@ -168,7 +168,7 @@
imagedestroy($plain_img);
//first embed mask image (w, h, x, will be ignored)
- $maskImg = $this->Image($tmp_alpha, 0,0,null,null, 'PNG', '', true);
+ $maskImg = $this->Image($tmp_alpha, 0,0,0,-$h*10, 'PNG', '', true);
//embed image, masked with previously embedded mask
$this->Image($tmp_plain,$x,$y,$w,$h,'PNG',$link, false, $maskImg);
More information about the Mapbender_commits
mailing list