Skew element bugs
Hi! Thanks for implementing the skew function! I just found two bugs.
1st) When two skewed elements are stacked on top of each other, only the bottom element is rendered. The top element disappears. When the top element is moved aside, it reappears
EDIT: Nevermind, I had a wrong variable assigned, which gave it the exact same look. It was my own fault...
2nd) When creating a widget with an skewed element, the width of the widget isn't calculated properly. Not a big deal, I just wanted to let you know.
In general it's a nice feature, it would be even more convenient if we could use it like border-radius for each corner. That would make stacking elements obsolete. This would be the icing on the cake, but it's already really nice :)
TIA