corner
corner copied to clipboard
No round corners when setting backgroud-color
please check the following paste:
http://pastebin.com/c3QiLfJi
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.