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

Title: v16.1 - Cloudpaths don't render (at all?)
Post 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
Code: [Select]
startcloudpath(4,1,1);
polygon(50,50,5,50,45);
endpath();
fillandstrokepath();
Title: Re: v16.1 - Cloudpaths don't render (at all?)
Post by: KP on November 22, 2022, 08:37:43 am
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.
Title: Re: v16.1 - Cloudpaths don't render (at all?)
Post by: Paolo F Cantoni on November 22, 2022, 09:16:08 am
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
Title: Re: v16.1 - Cloudpaths don't render (at all?)
Post by: Takeshi K on November 22, 2022, 10:30:24 am
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,
Title: Re: v16.1 - Cloudpaths don't render (at all?)
Post by: Paolo F Cantoni on November 22, 2022, 12:46:22 pm
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
Title: Re: v16.1 - Cloudpaths don't render (at all?)
Post by: Paolo F Cantoni on November 29, 2022, 06:34:44 pm
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