Skip to content

Reference C.1.0: Resolution attribute missing in DI #458

Open
@krat0s

Description

@krat0s

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.

c 1 0-import
Resolution = 72

c 1 0_res96
Resolution = 96

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">

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions