mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-30 00:33:53 +00:00
wip
This commit is contained in:
parent
6fb89e85e7
commit
5ad243efd4
@ -113,6 +113,7 @@ public class Segment {
|
|||||||
return Collections.unmodifiableCollection(result2);
|
return Collections.unmodifiableCollection(result2);
|
||||||
}
|
}
|
||||||
if (this.contains(pause)) {
|
if (this.contains(pause)) {
|
||||||
|
assert pendingStart < pause.pos1;
|
||||||
result2.add(new Segment(pendingStart, pause.pos1));
|
result2.add(new Segment(pendingStart, pause.pos1));
|
||||||
pendingStart = pause.pos2;
|
pendingStart = pause.pos2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user