Opened 6 years ago
Closed 6 years ago
#5506 closed defect (fixed)
NF does not read diagram coordinates
| Reported by: | massimo ceraolo | Owned by: | Adrian Pop |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.14.0 |
| Component: | NF API | Version: | v1.14.0-dev-nightly |
| Keywords: | Cc: |
Description
Consider the following model:
model Test
equation
annotation(
Diagram(coordinateSystem(extent = {{-120, -80}, {120, 80}})),
version = "",uses);
end Test;
if loaded with
-d=newInst,nfAPI, the diagram has the default size (-100,-100,100,100), instead of the one customised.
The OF loads the diagram correctly.
Change History (3)
comment:1 by , 6 years ago
| Priority: | high → blocker |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 6 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.

Fixed with f4dcc4/OpenModelica.