function Stroke(&$img, &$xscale, &$yscale)
 {
     parent::Stroke($img, $xscale, $yscale);
     $this->line->Stroke($img, $xscale, $yscale);
 }