Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use images in svg #43

Closed
apfelgluck opened this issue Sep 2, 2015 · 1 comment
Closed

Cannot use images in svg #43

apfelgluck opened this issue Sep 2, 2015 · 1 comment

Comments

@apfelgluck
Copy link

Hello,

I trying to generate a SVG including local images (the idea is to change local path to url once the svg is done), but i cant find where to put the images.
the svg is generate without them.

for the Dot :

digraph g{
mynode[image="image.png", label=""];
}

i get the message :

Warning: No such file or directory while opening image.png Warning: No or improper image="image.png" for node "mynode"

and the svg :

"


<title>g</title>

<title>mynode</title>



"

i tried several places but i couldnt make it work.

any ideas ?

thanks for the great work anyway

@jaime-olivares
Copy link

Hi @apfelgluck, did you find a way to use images in shapes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants