[ 
https://issues.apache.org/jira/browse/HDDS-13718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023344#comment-18023344
 ] 

Tsz-wo Sze commented on HDDS-13718:
-----------------------------------

The following is the proposed new ASCII art
{code}
  // Generated by https://www.asciiart.eu/image-to-ascii
  static final String LOGO = "\n"
      + "                      :..                         \n"
      + "              ..*%%%%%%%%%%%%%:.                  \n"
      + "           .%%%%%%%%%%%%%%%%%%%%%%:.              \n"
      + "        .+%%%%%%%%%%%%%%%%%%%%%%%%%%%.            \n"
      + "      .*%%%%%%%%##..::@@=::::::::::::::::::::-::. \n"
      + "     .%%%%%%%#:.@      :++++++++++++++++***::::   \n"
      + "    -%%%%%%#.@       :+++++++++++++******.::-     \n"
      + "   -%%%%%%-@       :++++++++++++++*****.::%:      \n"
      + "  .%%%%%%.@      ........:.++++++++++.::%%%%:     \n"
      + " .%%%%%%:@              .++++++++++.::%%%%%%:     \n"
      + " .%%%%%#:             .++++++++++.::  .%%%%%%:    \n"
      + " +%%%%%=@           .=+++++++++.::    .#%%%%%.    \n"
      + " %%%%%%:          .-+++++++++++++++++=+-::::%.    \n"
      + " =%%%%%+        *:++++============+++.:::%%%%.    \n"
      + " .%%%%%#:     .:++++==========+++++.:::%%%%%%-    \n"
      + " :%%%%%%-    :++++=========+++++:::: .#%%%%%.     \n"
      + "  .%%%%%%: :+=========+++=++++.:::  .#%%%%%%-     \n"
      + "   .%%%%%%#-       :+++++++=.::    .#%%%%%%.      \n"
      + "    :%%%%%%#:    .+++++++:::     .#%%%%%%%.       \n"
      + "     .%%%%%%%##.:++++++.:     ..#%%%%%%%*=        \n"
      + "      =:%%%%%%:++++++.::::..##%%%%%%%%%.          \n"
      + "        -:%%%.++++::%%%%%%%%%%%%%%%%%.@           \n"
      + "           .***+.%%%%%%%%%%%%%%%%%.=              \n"
      + "          .**:-::%%%%%%%%%%%%*..@                 \n"
      + "        .**.                                      \n"
      + "      .-.+                                        \n"
      + "     ..                                           \n"
      + "   .                                              \n"
      + "\n";
{code}

> Improve the Ozone logo in OzoneVersionInfo
> ------------------------------------------
>
>                 Key: HDDS-13718
>                 URL: https://issues.apache.org/jira/browse/HDDS-13718
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: common
>            Reporter: Tsz-wo Sze
>            Assignee: Tsz-wo Sze
>            Priority: Major
>
> The current logo below uses only the `/` character.  It would be better to 
> use more different characters.
> {code}
> // OzoneVersionInfo
>     System.out.println(
>         "                  //////////////                 \n" +
>         "               ////////////////////              \n" +
>         "            ////////     ////////////////        \n" +
>         "           //////      ////////////////          \n" +
>         "          /////      ////////////////  /         \n" +
>         "         /////            ////////   ///         \n" +
>         "         ////           ////////    /////        \n" +
>         "        /////         ////////////////           \n" +
>         "        /////       ////////////////   //        \n" +
>         "         ////     ///////////////   /////        \n" +
>         "         /////  ///////////////     ////         \n" +
>         "          /////       //////      /////          \n" +
>         "           //////   //////       /////           \n" +
>         "             ///////////     ////////            \n" +
>         "               //////  ////////////              \n" +
>         "               ///   //////////                  \n" +
>             "              /    " + OZONE_VERSION_INFO.getVersion() + "("
>             + OZONE_VERSION_INFO.getRelease() + ")\n");
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to