﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1050	Introduce an annotation for toggling flipping of rectangular primitives. (from MathCore)	krsta	krsta	"Introduce a graphical (vendor) annotation for toggling flipping of rectangular primitive items. This will be an extension to the Modelica 3 graphical annotations and will be located at the same level as icon and diagram annotations.

This ticket is critical for rendering the Modelica 3 annotations correctly if we still want to enable flipping of rectangular primitive items. Right now the model editor will display a lot of text flipped.

Example:
{{{
annotation(__MathCore(flipRectangularItems=<boolean>));
}}}

In the kernel the addClassAnnotation(<cref>) call will have to be able to accept an annotation such as:
{{{
__MathCore(flipRectangularItems=<boolean>)
}}}
and a new function for retrieving the annotation must be implemented:
{{{
getMathCoreAnnotation(<cref>)
}}}

This ticket will also involve some work in the model editor once implemented in the kernel."	defect	closed	normal				fixed		krsta
