4ian/GDevelop

facing a problem with Shape Painter object .. which is that the color you choose for the outline is used for filling the shape

Nader-B10 opened this issue · 1 comments

Is there an existing issue for this?

Describe the bug

facing a problem with Shape Painter object .. which is that the color you choose for the outline is used for filling the shape and the outline does not appear

Video :

https://drive.google.com/file/d/1GtY3CpMIhxLvg4igW71qvkTDMLaKrnAj/view?usp=sharing

Steps to reproduce

create Shape Painter object and draw line shape in scene

GDevelop platform

Desktop, Web

GDevelop version

5.4.219

Platform info

OS (e.g. Windows, Linux, macOS, Android, iOS)

OS Version (e.g. Windows 10, macOS 10.15)

Browser(For Web) (e.g. Chrome, Firefox, Safari)

Device(For Mobile) (e.g. iPhone 12, Samsung Galaxy S21)

Additional context

No response

Hi @Nader-B10,
I think that you're actually using the action to draw a line between two points (the 2 sprites positions), so there is no fill color involved since a line cannot be filled. The red you see must be the thickness of the line, which is normal.
So I'm closing the issue.
If you want to open it again, please provide the events you're using.
Thanks