#3123 closed defect (fixed)
OMEdit "Flip vertical" issues
Reported by: | anonymous | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.3 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Create a new OMEdit model
drag Modelica.Blocks.Continuous.SecondOrder
execute "Rotate Clockwise" -> rotates ok
execute "Flip Vertical". Now we have two issues:
- the component has been flipped horizontally, not vertically
- the text has been mirrored and is unreadable
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:3 by , 10 years ago
This issue shows up in many other places as well.
For another example open:
Modelica->Mechanics/MultiBody/Examples/Loops/Engine1a and several of the icons show with text that is mirrored.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 10 years ago
There are still two issues:
1) if a component is rotated clockwise, the text goes from top to bottom. AFAIK, the drawing standards require it to be from bottom to top (and all the programs I know follow this rule)
2) if a component is rotated anti clockwise, then flipped horizontally, the text becomes weird and very hard to read.
OM Release bf6ce68
comment:6 by , 10 years ago
Sorry my mistake.
Only point 2 of my previous message (from anonymous) is valid.
any news about this ticket?
Maybe it was overlooked since it looks like requiring a very small effort to solve. (but I may be wrong, obviously!)