cancel
Showing results for 
Search instead for 
Did you mean: 

Line is cut off by ProcessDiagramCanvas

frauke
Champ in-the-making
Champ in-the-making
Hello everybody,

I designed a process with a SequenceFlow that is cut off on top by the ProcessDiagramCanvas.
See ProcessDiagramCanvas:

protected static ProcessDiagramCanvas initProcessDiagramCanvas(ProcessDefinitionEntity processDefinition) {

    return new ProcessDiagramCanvas(maxX + 10, maxY + 10, minX, minY);
}
For the maximum a buffer of 10 is added, but not for the minimum.
See Screenshot for example.

Best regards
Frauke
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
That is then definitely a bug.

Could you attach your process xml (simplified is OK) so I can verify the fix?

jbarrez
Star Contributor
Star Contributor
Or even better, attach it to the Jira: http://jira.codehaus.org/browse/ACT-667

frauke
Champ in-the-making
Champ in-the-making
Ok, I attached the xml definition to the Jira issue.

Best regards
Frauke