You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue should be treated more general. The current implementation seems to follow a kind of 'stack-based' assignments of method calls and returns. I have not found any way how to specify what instance activation a given method call should be linked to. GraphViz uses a notion of ports. What about to extend the syntax in similar way, i.e. to enable a use of activity labels extending instance labels? For example:
{
A -> C:0;
B -> C:1;
A <-- C:0;
B <-- C:1;
}
For example, this would enable to diagram a number of threads under one instance (like HTTP pipelining, etc in my case :-)).
フォント指定でのPNG出力で出力エラーとなる現象がありましたので報告いたします。
ちなみに、blogにてコメントを頂戴した物です。
==== 状況 ====
redmineのWiki External Filter Plugin経由で実行しました。
==== コード ====
==== 実行コマンド ====
===== 備考 =====
フォントを指定すると本現象が発生する。
フォント指定をしない場合は本現象は発生しませんでした。
==== バージョン情報 ====
Linux MACHINENAME 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:56 EDT 2011 i686 i686 i386 GNU/Linux
CentOS release 5.6 (Final)
blockdiag 0.8.1
Python 2.4.3
Name : python
Arch : i386
Version : 2.4.3
Release : 44.el5
==== 詳細ログ ====
以上、ご確認のほどよろしくお願い申し上げます。
The text was updated successfully, but these errors were encountered: