@shibayama/pdgkit 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/spec.md CHANGED
@@ -323,6 +323,7 @@ COMMENT := '#' (改行以外)*
323
323
 
324
324
  - 接続関係から BFS でランクを計算し、上から下へ配置。
325
325
  - 循環は最初に到達したランクを優先(first-touch wins)し、接続自体は描画。
326
+ - 前進する辺は直交線で直結する。前のランクへ戻る辺(戻り線・リトライ・状態の戻り遷移)は右側の縦レーンへ回り込ませ、前進線と同じ列で重ならないようにする。戻り線が複数ある場合は距離の長いものほど外側のレーンを通り、入れ子のループが互いに交差しない。
326
327
  - 未接続ノードは下方へ追加配置。
327
328
 
328
329
  ### 9.4 シーケンス図
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shibayama/pdgkit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },