Apply a transformation matrix to a polygon:
<svg xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 30,0 30,30 0,30" transform="matrix(1,0.6,-1.2,1,40,10)" />
</svg>
Every point (x,y) will be transformed by applying matrix(a, b, c, d, e...