Page 1 of 1

Documentation 4.0 Example Code Error

Posted: January 11th, 2017, 6:44 am
by LittleSuXing
https://docs.rainmeter.net/manual/meters/shape/#DefiningGradients
The Fisrt Example Code of DefiningGradients lost a "=" and a "r".

The code line "MyFillGradient 180 | 255,0,0,255 ; 0.0 | 0,255,0,255 ; 0.5 | 0,0,255,255 ; 1.0"
should be "MyFillGradient=180 | 255,0,0,255 ; 0.0 | 0,255,0,255 ; 0.5 | 0,0,255,255 ; 1.0".

And the Gradient Option Name of "MyStrokeGradient" lost a "r" charactor when reference it in the Shape2 Option.

Re: Documentation 4.0 Example Code Error

Posted: January 11th, 2017, 7:27 am
by Brian
Fixed. Thanks.

-Brian