Actions
Feature #1720
closedWPdfRenderer: don't require explicitly setting width and height of images
Start date:
02/27/2013
Due date:
% Done:
0%
Estimated time:
Description
Right now when WPdfRenderer renders an that doesn't explicitly have width and height set, it gives the following error:
"Render.Block: Cannot paint image '', need (CSS) width and height explicitly set"
It would be great if it could use the actual dimensions of the image in such a situation.
Updated by Koen Deforche over 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.0
Updated by Nathan Ridge over 11 years ago
Hi Koen,
Thanks for fixing this.
Can the fix be found in some repository? I checked the one mentioned on the Wt downloads page (https://github.com/kdeforche/wt) but it doesn't have it.
Regards,
Nate
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions