-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3.3 KB
(160%)
...hots__/bpmn-rendering-test-ts-no-visual-regression-pools-02-vertical-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
test/fixtures/bpmn/model-vertical-pool-lanes-sub_lanes.bpmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" id="Definitions_1bo1yrl" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="7.2.0"> | ||
<bpmn:collaboration id="Collaboration_0005yoe"> | ||
<bpmn:participant id="Participant_Vertical_With_Lanes" name="Vertical Pool With Lanes" processRef="Process_Vertical_With_Lanes" /> | ||
</bpmn:collaboration> | ||
<bpmn:process id="Process_Vertical_With_Lanes"> | ||
<bpmn:laneSet> | ||
<bpmn:lane id="Lane_Vertical_3" /> | ||
<bpmn:lane id="Lane_Vertical_With_Sub_Lane" name="Lane with Sub-Lanes"> | ||
<bpmn:childLaneSet> | ||
<bpmn:lane id="SubLane_Vertical_2" name="Sub-Lane 2" /> | ||
<bpmn:lane id="SubLane_Vertical_1" name="Sub-Lane 1" /> | ||
</bpmn:childLaneSet> | ||
</bpmn:lane> | ||
<bpmn:lane id="Lane_Vertical_1" name="Lane" /> | ||
</bpmn:laneSet> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0005yoe"> | ||
<bpmndi:BPMNShape id="Participant_Vertical_With_Lanes_di" bpmnElement="Participant_Vertical_With_Lanes" isHorizontal="false"> | ||
<dc:Bounds x="80" y="160" width="370" height="600" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_Vertical_3_di" bpmnElement="Lane_Vertical_3" isHorizontal="false"> | ||
<dc:Bounds x="366" y="190" width="84" height="570" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_Vertical_With_Sub_Lane_di" bpmnElement="Lane_Vertical_With_Sub_Lane" isHorizontal="false"> | ||
<dc:Bounds x="163" y="190" width="203" height="570" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="SubLane_Vertical_2_di" bpmnElement="SubLane_Vertical_2" isHorizontal="false"> | ||
<dc:Bounds x="246" y="220" width="120" height="540" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="SubLane_Vertical_1_di" bpmnElement="SubLane_Vertical_1" isHorizontal="false"> | ||
<dc:Bounds x="163" y="220" width="83" height="540" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Lane_Vertical_1_di" bpmnElement="Lane_Vertical_1" isHorizontal="false"> | ||
<dc:Bounds x="80" y="190" width="83" height="570" /> | ||
</bpmndi:BPMNShape> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters