if args[:width] && !args[:width].is_a?(Integer) && args[:width] != "auto"
        warn "[basic-block] WARNING: Invalid image width attribute: \"#{args[:width]}"
        warn "[basic-block] Image width should be integer or \"auto\""
      end