Closed (won't fix)
Project:
Graphviz Filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 May 2008 at 18:54 UTC
Updated:
27 Jul 2008 at 09:49 UTC
Hi again,
I'm trying to use the image attribute inside a graphviz node, and it doesn't seem to be working:
fszvfs [label="Mr User", image="/var/www/html/File/imagecache/user_image_default/File/userPhotos/picture-51.gif", URL="/user/56"];
In the resulting chart, I can see the node gets larger to accomodate the size of the image, but the image itself is not displayed.
Comments
Comment #1
infojunkieI tried your snippet in an external dot file on the command line, and I could not generate a graphviz node with a picture in it either. Can you try the same and let me know your results?
Comment #2
mtndan commentedYup, no luck
Comment #3
infojunkie