﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4490	Display issues with Modelica Trunk	massimo ceraolo	Adeel Asghar	"MSL trunk contains changes in the way some icons are displayed. 
For instance MSL 3.2.2 RealExpression icon contains:

{{{
        Rectangle(
          extent={{-100,40},{100,-40}},
          lineColor={0,0,0},
          lineThickness=5.0,
          fillColor={235,235,235},
          fillPattern=FillPattern.Solid,
          borderPattern=BorderPattern.Raised),

}}}
Since lineTickness=0.5 was too big this code has been changed into:
{{{
       Rectangle(
          extent={{-100,40},{100,-40}},
          fillColor={235,235,235},
          fillPattern=FillPattern.Solid,
          borderPattern=BorderPattern.Raised),

}}}
But this is badly displayed by OMEdit: the rectangle border line is partially displayed, depending on the position of the component on screen and the zoom level. In some cases no rectangle is visible.
The final result is ugly (compare MSL.png with trunk.png)
Since AFAIK all the models involved by this recent modifications have borderPattern=BorderPattern.Raised, maybe the issue depends on this parameter?
Is this an OMEdit or a MSL (trunk) issue?
"	defect	closed	high	1.12.0	OMEdit		fixed		
