Fix some sloppy lines on Blocks icons.#4772
Conversation
|
The improvements for Modelica.Math.Exp and Power are not ideal yet. Basically the x-axis is drawn in front of the line and for some weird reason using a Bezier-spline. |
|
Note that it may be the coordinate was changed from -80 to -80.39... instead of re-ordering the graphics, and with a proper order all of them could be -80 instead. |
HansOlsson
left a comment
There was a problem hiding this comment.
Good initiative, but the proposed changes should be considered.
As noted it could be that the change from -80 to -80.3976 should be replaced by converting all of them to -80 instead (after re-ordering graphics).
…exact coordinates of lines.
dfbae0f to
2ac074b
Compare
|
@HansOlsson I tried applying your suggestions, but they were messed up somehow, I got a syntax error. I implemented what I think you meant in your comments from scratch, and force pushed with a new commit. Please have a look. |
No description provided.