Hi,
Could anyone provide a sample json script on how to define a 
ClutterRectangle filled with color, border and opacity. The problem is, 
when I define a opacity for a ClutterRectangle, the opacity is not getting 
applied if the rectangle has a border.
Consider the following example,
{
   "id" : "rectangle-1",
  "type" : "ClutterRectangle",
  "color" : "black",
 "width" : 40,
"height" : 50,
"has-border" : true,
"border-color" : "red",
"border-width" : 1,
"opacity" : 126
}

In this example, the opacity is not getting applied, as the 
ClutterRectangle is defined with border. Could anyone please help me?

Thanks,
Selva
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to