r18992 - gnucash/trunk/src/html - Fix #588816 - Heading Banner Image does not display or print on invoice reports

Phil Longstaff plongstaff at code.gnucash.org
Sun Apr 4 19:55:53 EDT 2010


Author: plongstaff
Date: 2010-04-04 19:55:53 -0400 (Sun, 04 Apr 2010)
New Revision: 18992
Trac: http://svn.gnucash.org/trac/changeset/18992

Modified:
   gnucash/trunk/src/html/gnc-html-webkit.c
Log:
Fix #588816 - Heading Banner Image does not display or print on invoice reports

Along with a new version of webkit which properly handles local image files, a change was needed so that instead of creating an html string and feeding it directly to webkit, it is exported to a temp file which is then loaded as a file:// URI.  On Linux, if this is not done, any embedded images do not appear, and there is a console message that local resources can't be loaded.  On Windows, the embedded images don't appear, possibly for the same reason, but I'm not sure where the console messages go.




More information about the gnucash-patches mailing list