vikrambalye / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

pdflib image bug #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
just a little bug with image, it is currently not compatible with the canvas 
interface because the $resolution = "normal" is missing.

RIGHT NOW:
function image($img_url, $img_type, $x, $y, $w, $h)

SHOULD BE:
function image($img_url, $img_type, $x, $y, $w, $h, $resolution = "normal")

Original issue reported on code.google.com by niko...@winger.at on 19 May 2011 at 8:42

GoogleCodeExporter commented 9 years ago
Thank you for pointing this out, addressed in r395.

Original comment by eclecticgeek on 19 May 2011 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:15