#3970 closed defect (fixed)
SVG and PNG images of models extending from partial models are not exported correctly
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
See that attached package for demonstrating the occurring issue with image export.
Open Load_R
and switch to the Diagram View. Right click on circuit and select "Export as an Image". For none of the supported formats
- SVG
- PNG
- BMP
- TIFF
the export of the image works correctly. To me this seems to be an issue of model Load_R
extending from Load_R_draft
, since only the vicinity of the connection made in Load_R_draft
.
I have to note that this issue does not always occur when a model extends from another model. The attached example, however, shows a reproducible case.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | ImageExport.mo added |
---|
comment:2 by , 9 years ago
Milestone: | Future → 1.10.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in b5fe970/OMEdit.
Note:
See TracTickets
for help on using tickets.
Example to demonstrate issue