Example #1
0
 public function UnderShapes()
 {
     $content = parent::UnderShapes();
     return $content . $this->Guidelines(SVGG_GUIDELINE_BELOW);
 }