It is currently March 28th, 2024, 11:10 am

Documentation 4.0 Example Code Error

Discussions about the documentation, main Rainmeter site and forums.
Post Reply
LittleSuXing
Posts: 14
Joined: August 25th, 2013, 2:42 pm

Documentation 4.0 Example Code Error

Post 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.
User avatar
Brian
Developer
Posts: 2673
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Documentation 4.0 Example Code Error

Post by Brian »

Fixed. Thanks.

-Brian
Post Reply