Page 1 of 1

StrokeLineJoin does not work.

Posted: June 23rd, 2017, 11:05 pm
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

Re: StrokeLineJoin does not work.

Posted: June 24th, 2017, 3:09 am
by Brian
This issue has been fixed and will be available with the next beta. Thanks for reporting.

-Brian

Re: StrokeLineJoin does not work.

Posted: June 24th, 2017, 1:01 pm
by jsmorley
Corrected in the r2815 beta released today at https://www.rainmeter.net.