* clutter/clutter-script.c: The example in the documentation
showed a color being specified as '0xff0000ff' but it should be '#ff0000ff'
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
* "type" : "ClutterRectangle",
|
||||
* "width" : 100,
|
||||
* "height" : 100,
|
||||
* "color" : "0xff0000ff"
|
||||
* "color" : "#ff0000ff"
|
||||
* }
|
||||
* ]|
|
||||
*
|
||||
|
Reference in New Issue
Block a user