initLocalSizeAttribute($node, "x1"); $this->initLocalSizeAttribute($node, "y1"); $this->initLocalSizeAttribute($node, "x2"); $this->initLocalSizeAttribute($node, "y2"); $y1 = $this->getContext("yOrig") + $this->getContext("y1"); $x1 = $this->getContext("xOrig") + $this->getContext("x1"); $y2 = $this->getContext("yOrig") + $this->getContext("y2"); $x2 = $this->getContext("xOrig") + $this->getContext("x2"); $pdf = $this->getPdf(); $pdf->Line($x1, $y1, $x2, $y2); } } ?>