initLocalSizeAttribute($node, "cx"); $this->initLocalSizeAttribute($node, "cy"); $this->initLocalSizeAttribute($node, "rx"); $this->initLocalSizeAttribute($node, "ry"); $y = $this->getContext("yOrig") + $this->getContext("cy"); $x = $this->getContext("xOrig") + $this->getContext("cx"); $rx = $this->getContext("rx"); $ry = $this->getContext("ry"); //echo "Circle:$x:$y:$rd:$sargs
"; $pdf = $this->getPdf(); $pdf->Ellipse($x, $y, $rx, $ry, $sargs); } } ?>