1<?php 2 class switchpanel_screw_none{ 3 public static function getSvg( $iX, $iY, $opt ){ 4 return '<rect fill="'.$opt[ 'screwColor' ].'" x="'.$iX.'" y="'.$iY.'" width="'.$opt[ 'screwWidth' ].'" height="'.$opt[ 'screwHeight' ].'" ry="9"></rect>'; 5 } 6 }