initLocalSizeAttribute($node, "rx"); $y = $this->getContext("yOrig") + $this->getContext("y"); $x = $this->getContext("xOrig") + $this->getContext("x"); $width = $this->getContext("width"); $height = $this->getContext("height"); $rx = $this->getContext("rx"); if (!$rx) { $rx = 0; } $pdf = $this->getPdf(); $pdf->RoundedRect($x, $y, $width, $height, $rx, $sargs); } } ?>