Opened 6 years ago

Closed 5 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 Francesco Casella, 6 years ago

Priority: highblocker
Resolution: fixed
Status: newclosed

comment:2 by Francesco Casella, 6 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Adrian Pop, 5 years ago

Resolution: fixed
Status: reopenedclosed

Fixed with f4dcc4/OpenModelica.

Note: See TracTickets for help on using tickets.