diff --git a/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml b/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml
new file mode 100644
index 00000000..650d07ab
--- /dev/null
+++ b/db/40/40ebem4cxxhjf3emrp5rpbfahh53fwg.puml
@@ -0,0 +1,23 @@
+{
+ "sha1": "40ebem4cxxhjf3emrp5rpbfahh53fwg",
+ "insertion": {
+ "when": "2025-11-04T15:44:23.300Z",
+ "url": "https://github.com/plantuml/plantuml/issues/2409",
+ "user": "plantuml@gmail.com"
+ }
+}
+@startuml
+robust "Web Browser" as WB
+rectangle "Web User" as WU
+
+@0
+WU is Idle
+WB is Idle
+
+@100
+WU is Waiting
+WB is Processing
+
+@300
+WB is Waiting
+@enduml
diff --git a/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml b/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml
new file mode 100644
index 00000000..ec2f18b6
--- /dev/null
+++ b/db/42/42hoxv5zkmigauyy92cekx7isfin8l5.puml
@@ -0,0 +1,26 @@
+{
+ "sha1": "42hoxv5zkmigauyy92cekx7isfin8l5",
+ "insertion": {
+ "when": "2025-11-04T15:44:23.299Z",
+ "url": "https://github.com/plantuml/plantuml/issues/2409",
+ "user": "plantuml@gmail.com"
+ }
+}
+@startuml
+rectangle "A" as A
+rectangle "B" as B
+
+A is ""
+B is ""
+
+@A
+0 is ""
+
+@B
+25 is "" : drawStatesLabels
+
+@0
+A -> B@+5 : msg
+
+@40
+@enduml
diff --git a/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml b/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml
new file mode 100644
index 00000000..67da24ff
--- /dev/null
+++ b/db/7r/7rnqj7bwszcr0uty6vku0ihsxk4x5uo.puml
@@ -0,0 +1,30 @@
+{
+ "sha1": "7rnqj7bwszcr0uty6vku0ihsxk4x5uo",
+ "insertion": {
+ "when": "2025-11-04T15:44:23.302Z",
+ "url": "https://github.com/plantuml/plantuml/issues/2409",
+ "user": "plantuml@gmail.com"
+ }
+}
+@startuml
+
+rectangle "LR" as LR <> #red
+rectangle "ST" as ST
+
+LR is AtPlace
+ST is AtLoad
+
+@LR
+0 is Lowering
+100 is Lowered
+350 is Releasing
+
+@ST
+200 is Moving
+@enduml
diff --git a/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml b/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml
new file mode 100644
index 00000000..240ad9ab
--- /dev/null
+++ b/db/k9/k9su79w2176kysj0833qnul7kp4enow.puml
@@ -0,0 +1,55 @@
+{
+ "sha1": "k9su79w2176kysj0833qnul7kp4enow",
+ "insertion": {
+ "when": "2025-11-04T15:44:23.246Z",
+ "url": "https://github.com/plantuml/plantuml/pull/2405",
+ "user": "plantuml@gmail.com"
+ }
+}
+@startuml
+skinparam defaultTextAlignment center
+
+start
+
+:«foreach»
+Network interface controllers (NIC)
+{{
+skinparam backgroundColor #f1f1f1
+
+start
+
+:«foreach»
+NIC ports
+{{
+start
+
+if (Port is failure?) then (yes)
+:Prepare notification;
+
+:«json»
+{{json
+#highlight "message"
+{
+ "NIC": "$name",
+ "port": "$i",
+ "message": "$error",
+ "time": "$time",
+ "date": "$date"
+}
+}}
+;
+
+:Send notification;
+else (no)
+endif
+
+stop
+}}
+;
+
+stop
+}}
+;
+
+stop
+@enduml
diff --git a/input/tmp1.puml b/input/tmp1.puml
new file mode 100644
index 00000000..26da51f2
--- /dev/null
+++ b/input/tmp1.puml
@@ -0,0 +1,122 @@
+https://github.com/plantuml/plantuml/pull/2405
+
+@startuml
+skinparam defaultTextAlignment center
+
+start
+
+:«foreach»
+Network interface controllers (NIC)
+{{
+skinparam backgroundColor #f1f1f1
+
+start
+
+:«foreach»
+NIC ports
+{{
+start
+
+if (Port is failure?) then (yes)
+:Prepare notification;
+
+:«json»
+{{json
+#highlight "message"
+{
+ "NIC": "$name",
+ "port": "$i",
+ "message": "$error",
+ "time": "$time",
+ "date": "$date"
+}
+}}
+;
+
+:Send notification;
+else (no)
+endif
+
+stop
+}}
+;
+
+stop
+}}
+;
+
+stop
+@enduml
+
+
+
+
+
+https://github.com/plantuml/plantuml/issues/2409
+
+@startuml
+rectangle "A" as A
+rectangle "B" as B
+
+A is ""
+B is ""
+
+@A
+0 is ""
+
+@B
+25 is "" : drawStatesLabels
+
+@0
+A -> B@+5 : msg
+
+@40
+@enduml
+
+
+
+https://github.com/plantuml/plantuml/issues/2409
+
+@startuml
+robust "Web Browser" as WB
+rectangle "Web User" as WU
+
+@0
+WU is Idle
+WB is Idle
+
+@100
+WU is Waiting
+WB is Processing
+
+@300
+WB is Waiting
+@enduml
+
+
+https://github.com/plantuml/plantuml/issues/2409
+
+@startuml
+
+rectangle "LR" as LR <> #red
+rectangle "ST" as ST
+
+LR is AtPlace
+ST is AtLoad
+
+@LR
+0 is Lowering
+100 is Lowered
+350 is Releasing
+
+@ST
+200 is Moving
+@enduml
+
+