示例#1
0
 public function start($attributes)
 {
     parent::start($attributes);
     if (isset($attributes['x1'])) {
         $this->x1 = $attributes['x1'];
     }
     if (isset($attributes['y1'])) {
         $this->y1 = $attributes['y1'];
     }
     if (isset($attributes['x2'])) {
         $this->x2 = $attributes['x2'];
     }
     if (isset($attributes['y2'])) {
         $this->y2 = $attributes['y2'];
     }
 }