It is currently March 28th, 2024, 3:39 pm

StrokeLineJoin does not work.

Report bugs with the Rainmeter application and suggest features.
Post Reply
Kodikuu
Posts: 1
Joined: June 23rd, 2017, 10:55 pm

StrokeLineJoin does not work.

Post by Kodikuu »

jsmorley's example code in November '16, which still follows current documentation:


jsmorley's example code now, which again, is still correct according to the documentation, similar code with normal shapes and other paths also do not work:


As you can see, the point on the left of the shape is not rounded.

Code in-use:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[MeterShape]
Meter=Shape
X=50
Y=50
Shape=Path MyPath | StrokeWidth 15 | Stroke Color 41,4,2,255 | Fill Color 87,149,212,255 | StrokeLineJoin Round
MyPath=0,0 | LineTo 200,0 | ArcTo 200,100 | CurveTo 0,0,100,100 | ClosePath 1

original post by jsmorley: https://forum.rainmeter.net/viewtopic.php?p=129577#p129577
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: StrokeLineJoin does not work.

Post by Brian »

This issue has been fixed and will be available with the next beta. Thanks for reporting.

-Brian
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: StrokeLineJoin does not work.

Post by jsmorley »

Corrected in the r2815 beta released today at https://www.rainmeter.net.
Post Reply