Hi,
this was already reported long ago but I don't remember the outcome:
Neither G7 nor G6.4 the manual is rendered with embedded pictures
in the wxGUI manual browser (see attachment).
Does anyone have an idea how to get this working? (I know that it is a
somewhat limited "browser" but the manual images are important).
Note that the GRASS logo on top is rendered!
Markus
(attachments)
On Tue, Mar 26, 2013 at 7:58 PM, Markus Neteler <neteler@osgeo.org> wrote:
Hi,
this was already reported long ago but I don't remember the outcome:
Neither G7 nor G6.4 the manual is rendered with embedded pictures
in the wxGUI manual browser (see attachment).
Does anyone have an idea how to get this working? (I know that it is a
somewhat limited "browser" but the manual images are important).
This is due to missing quotes in img tag:
<img src=image.png>
I fixed this in GRASS 7 (r55528). I didn't check if it is easy or not
to backport it.
Anna
Note that the GRASS logo on top is rendered!
Markus
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
On Tue, Mar 26, 2013 at 9:35 PM, Anna Kratochvílová
<kratochanna@gmail.com> wrote:
On Tue, Mar 26, 2013 at 7:58 PM, Markus Neteler <neteler@osgeo.org> wrote:
Hi,
this was already reported long ago but I don't remember the outcome:
Neither G7 nor G6.4 the manual is rendered with embedded pictures
in the wxGUI manual browser (see attachment).
Does anyone have an idea how to get this working? (I know that it is a
somewhat limited "browser" but the manual images are important).
This is due to missing quotes in img tag:
<img src=image.png>
Ah - didn't realize that.
I fixed this in GRASS 7 (r55528). I didn't check if it is easy or not
to backport it.
Easy & done: r55529 (6.4) and r55530 (6.5)
Markus