attributes) ) { $value = (int) $this->attributes[$field]; if ( $value < 0 ) { throw new \SVGCreator\SVGException("The ".$field." value is lesser than 0, in element ".self::TYPE, 1); } } } } }