Opened 4 years ago
Closed 4 years ago
#6104 closed defect (fixed)
Icon generator does not properly handle connectors when generating the html documentation
Reported by: | Owned by: | Adeel Asghar | |
---|---|---|---|
Priority: | high | Milestone: | 1.16.0 |
Component: | Documentation | Version: | |
Keywords: | icons, generate | Cc: |
Description
generate_icons.py piles the component connectors.
Example on Modelica documentation : https://build.openmodelica.org/Documentation/Icons/Modelica.Blocks.MathBoolean.And.svg
The C code in OMEdit to export one icon works well. Maybe it could be interfaced with Python to export icons for entire libraries ?
Change History (3)
comment:1 by , 4 years ago
Milestone: | 1.16.0 → 1.17.0 |
---|
comment:2 by , 4 years ago
Summary: | Icon generator does not properly handle connectors → Icon generator does not properly handle connectors when generating the html documentation |
---|
comment:3 by , 4 years ago
Milestone: | 1.17.0 → 1.16.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in dfcb35f/OpenModelica and 9e8b7ca/OMPython.