|
{ |
|
A -> B; |
|
|
|
A [label = "aaaaaaaaaaaaaaaaa", icon = "/usr/share/pixmaps/debian-logo.png"]; |
|
B [label = "aaaaaaaaaaaaaaaaa", icon = "http://blockdiag.com/favicon.ico"]; |
|
} |
These cause problems for us in Nixpkgs, as we of course don’t have a Debian logo lying around on the filesystem and our build and testing environment cannot access external network resources.
I see that the Debian logo is already present in‐tree, so hopefully that could be changed to a local reference. I’m not sure if the URL is critical to the functionality being tested here, but I thought I’d raise it anyway.
(Copied from blockdiag#184.)
blockdiag/src/blockdiag/tests/diagrams/node_icon.diag
Lines 1 to 6 in ce37f0c
These cause problems for us in Nixpkgs, as we of course don’t have a Debian logo lying around on the filesystem and our build and testing environment cannot access external network resources.
I see that the Debian logo is already present in‐tree, so hopefully that could be changed to a local reference. I’m not sure if the URL is critical to the functionality being tested here, but I thought I’d raise it anyway.
(Copied from blockdiag#184.)