Author Topic: v16.1 - Cloudpaths don't render (at all?)  (Read 3939 times)

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
v16.1 - Cloudpaths don't render (at all?)
« 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();
« Last Edit: November 22, 2022, 09:15:24 am by Paolo F Cantoni »
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: v16.1 - Cloudpaths don't render (at all?)
« Reply #1 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.
The Sparx Team
[email protected]

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: v16.1 - Cloudpaths don't render (at all?)
« Reply #2 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
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Takeshi K

  • EA User
  • **
  • Posts: 588
  • Karma: +38/-1
    • View Profile
Re: v16.1 - Cloudpaths don't render (at all?)
« Reply #3 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,
--
t-kouno

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: v16.1 - Cloudpaths don't render (at all?)
« Reply #4 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

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
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: v16.1 - Cloudpaths don't render (at all?)
« Reply #5 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

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
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!