Open
Description
The resolution attribute is missing in bpmndi:BPMNDiagram element.
The missing attribute will result in tools defaulting to their own value of choice (e.g. itp-commerce = 72, trisotech = 96). While this does not affect the overall look of the diagram (as all shapes are scaled proportionally), it does make a difference to the shape-size/font-size ratio, as the font size, as I understand, is measured in points and is not scaled with respect to the resolution.
The following two images show the different results.
In my opinion, the following line:
<bpmndi:BPMNDiagram id="sid-78cf0368-c97e-4dea-885f-0e535c20d6c7" name="Collaboration C.1.0">
should be changed to this:
<bpmndi:BPMNDiagram id="sid-78cf0368-c97e-4dea-885f-0e535c20d6c7" name="Collaboration C.1.0" resolution="96">