Example #1
0
function test_asimage()
{
    $wplan = new WPlan(getTestInput());
    WPlan_ImageRenderer::asImage($wplan, TRUE, "wplan.png");
}