You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. It's simple to fix.
You need set your background color's value to the returned value of the function gpc(node) { .
By default it's value is
return '#ffffff';
You can change this line , for example
return '#808080';
if you background color is gray, it will fill the corners to the gray color and corners will be rounded.
please check the following paste:
http://pastebin.com/c3QiLfJi
The text was updated successfully, but these errors were encountered: