blockdiag / blockdiag-contrib

4 stars 1 forks source link

blockdiagcontrib-octicons - Cannot open ressource #2

Closed tk0miya closed 6 years ago

tk0miya commented 6 years ago

Hi,

I have following code:

# cat b
blockdiag {
  plugin octicons;

  A [label = "", background = "octicon://mark-github"];
}

blockdiagcontrib-octicons is installed in my virtualenv. When I try to generate the image I get:

# blockdiag b -T PNG -o b.png
WARNING: plugin "octicons" is already loaded. ignored.
ERROR: cannot open resource

Any ideas?

Cheers,

Peter


tk0miya commented 6 years ago

From Takeshi KOMIYA on 2011-12-12 09:34:49+00:00

fixed at <<changeset 87ba94c9710a>>

tk0miya commented 6 years ago

From Takeshi KOMIYA on 2015-06-12 13:34:48+00:00

LGTM. Could you send me pull request, please?