array( 'fill' => true, 'class' => true, 'xmlns' => true, 'width' => true, 'height' => true, 'viewbox' => true, ), 'rect' => array( 'fill' => true, 'width' => true, 'height' => true, 'rx' => true, ), 'title' => array( 'fill' => true, 'title' => true, ), 'path' => array( 'fill' => true, 'd' => true ), ); } }