Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Paolo F Cantoni on November 21, 2022, 05:29:01 pm
-
We have several shapescripts that use cloud paths to render the icon decoration at the top right of the shape (in rectangular mode) and the shape itself in non - rectangular mode. They render fine in v15.2 and previous versions. Under v16.1, they don't render at all - neither as the shape itself nor the icon version.
Here is an example
startcloudpath(4,1,1);
polygon(50,50,5,50,45);
endpath();
fillandstrokepath();
-
Curious. It doesn't render an ellipse() cloud path either, but does still render for rectangle(). Certainly a regression. I have alerted the responsible developer that a bug report will be heading his way.
-
Curious. It doesn't render an ellipse() cloud path either, but does still render for rectangle(). Certainly a regression. I have alerted the responsible developer that a bug report will be heading his way.
Yes, I thought it was pretty weird! Report sent yesterday.
Paolo
-
Hi Paolo,
This is the 'Enhanced -1' renderer issue, the same as https://sparxsystems.com/forums/smf/index.php/topic,47382.0.html
You can see it by setting the following option to 'Enhanced -2' or 'Basic':
Preference | Appearance | Renderer
HTH,
-
Hi Paolo,
This is the 'Enhanced -1' renderer issue, the same as https://sparxsystems.com/forums/smf/index.php/topic,47382.0.html (https://sparxsystems.com/forums/smf/index.php/topic,47382.0.html)
You can see it by setting the following option to 'Enhanced -2' or 'Basic':
Preference | Appearance | Renderer
HTH,
Thank you, Takeshi-san!
That's a temporary fix for the regression defect, isn't it KP?
Paolo
-
Hi Paolo,
This is the 'Enhanced -1' renderer issue, the same as https://sparxsystems.com/forums/smf/index.php/topic,47382.0.html (https://sparxsystems.com/forums/smf/index.php/topic,47382.0.html)
You can see it by setting the following option to 'Enhanced -2' or 'Basic':
Preference | Appearance | Renderer
HTH,
This defect still hasn't been fixed in build 1622.
Paolo