Implementation of the triangle shape.
| mxTriangle | Implementation of the triangle shape. |
| Functions | |
| mxTriangle | Constructs a new triangle shape. |
| redrawPath | Draws the path for this shape. |
Constructs a new triangle shape.
function mxTriangle()
Draws the path for this shape.
mxTriangle.prototype.redrawPath = function( c, x, y, w, h )