|
Defines a skew for a shape. The following attributes modify a skew.
Remarks This element must be defined within a Shape element. In addition, the Matrix and On attributes must be set to True. The following is the minimum code needed to produce a skew. <v:rect fillcolor="green" style="position:relative;top:1;left:1;width:50;height:50"> <o:skew on="t" matrix="1,-0.5,0,0.75,0,0"/> </v:rect> The Skew element is a Microsoft Office Extension to VML. |