#3657 closed defect (duplicate)
OMEdit no longer renders icons
Reported by: | Dietmar Winkler | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | critical | Milestone: | 1.11.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: | Adrian Pop |
Description
In the latest beta.1 OMEdit stopped rendering icons in the diagram layer (might have been the case earlier).
Just compare ModelicaByExample.Architectures.ThermalControl.Examples.OnOffVariant
as it should look and generated by OM's Icon2SVG renderer:
http://book.xogeny.com/_images/OnOffVariant.svg
vs OMEdits display:
Attachments (1)
Change History (11)
by , 9 years ago
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Well it is an svg that is generated from the python script that ships with OM ;-)
https://github.com/OpenModelica/OMCompiler/blob/master/Examples/generate_icons.py
comment:3 by , 9 years ago
Ah forget my comment above. I was mixing the icon generation with the diagram images.
comment:4 by , 9 years ago
Milestone: | 1.9.4 → Future |
---|---|
Priority: | blocker → critical |
comment:7 by , 8 years ago
comment:8 by , 8 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Seems like a duplicate of #2850. Please reopen if not.
comment:10 by , 8 years ago
Milestone: | Future → 1.11.0 |
---|
This can't be a svg generated by OM since we don't have any API to query the redeclare replaceable stuff from model.
There are already tickets about that missing feature like #2850, #2479 and #2079 but we can keep this one also as this one contains a simple example as well.