Hi again.
I have simplified my ER Diagram to only contain a single empty entity (i.e. empty column compartment). I call this file foo.mdj
Here's the minimap for foo.mdj at its maximum right-down scrollable position.
The single entity is located at: "left": 2512, "top": 1728. This is well within the bounds of the default canvas size (default size is 4000 x 3000).
As a reference I'm also adding the file foo.mdj:
{
"_type": "Project",
"_id": "AAAAAAFF+h6SjaM2Hec=",
"name": "Project Name",
"ownedElements": [
{
"_type": "ERDDataModel",
"_id": "AAAAAAF7fapAk7tUUM4=",
"_parent": {
"$ref": "AAAAAAFF+h6SjaM2Hec="
},
"name": "Data Model Name",
"ownedElements": [
{
"_type": "ERDDiagram",
"_id": "AAAAAAF7fapAk7tVD7c=",
"_parent": {
"$ref": "AAAAAAF7fapAk7tUUM4="
},
"name": "ER Diagram Name",
"ownedViews": [
{
"_type": "ERDEntityView",
"_id": "AAAAAAF7gXKl076JjtI=",
"_parent": {
"$ref": "AAAAAAF7fapAk7tVD7c="
},
"model": {
"$ref": "AAAAAAF7gXKl0r6HQ20="
},
"subViews": [
{
"_type": "LabelView",
"_id": "AAAAAAF7gXKl076KjqM=",
"_parent": {
"$ref": "AAAAAAF7gXKl076JjtI="
},
"font": "Source Code Pro;13;1",
"left": 2512,
"top": 1733,
"width": 295.1995849609375,
"height": 13,
"text": "foo"
},
{
"_type": "ERDColumnCompartmentView",
"_id": "AAAAAAF7gXKl076L+x4=",
"_parent": {
"$ref": "AAAAAAF7gXKl076JjtI="
},
"model": {
"$ref": "AAAAAAF7gXKl0r6HQ20="
},
"font": "Source Code Pro;13;0",
"left": 2512,
"top": 1751,
"width": 295.1995849609375,
"height": 10
}
],
"font": "Source Code Pro;13;0",
"left": 2512,
"top": 1728,
"width": 295.1995849609375,
"height": 271,
"nameLabel": {
"$ref": "AAAAAAF7gXKl076KjqM="
},
"columnCompartment": {
"$ref": "AAAAAAF7gXKl076L+x4="
}
}
]
},
{
"_type": "ERDEntity",
"_id": "AAAAAAF7gXKl0r6HQ20=",
"_parent": {
"$ref": "AAAAAAF7fapAk7tUUM4="
},
"name": "foo"
}
]
}
]
}
Please fix!