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