You could use an RoundedRectangleComplex with corner radius of 6px for
top-right, bottom-left and bottom-right. And a radius of 0 for the top-
left. Fill it with a linear gradient fill. THen use a Polygon
positioned in the upper-left corner with a similar gradient fill.
You'll need to move the rounded rect in from the left to make room for
the polygon triangle.