This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 6901f38b9 [#4312] improvement(build): show gravitino logo in IDEA 
(#4313)
6901f38b9 is described below

commit 6901f38b9e5b0d08d4f0399e9521e524554000fe
Author: totalo <[email protected]>
AuthorDate: Tue Jul 30 18:57:18 2024 +0800

    [#4312] improvement(build): show gravitino logo in IDEA (#4313)
    
    ### What changes were proposed in this pull request?
    
    show gravitino logo in IDEA
    
    ### Why are the changes needed?
    
    improve the user experience
    
    Fix: #4312
---
 .gitignore     |  1 +
 .idea/icon.svg | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5de9a40eb..7889cf7a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ replay_pid*
 **/target
 **/.gradle
 **/.idea
+!/.idea/icon.svg
 **/build
 gen
 **/.DS_Store
diff --git a/.idea/icon.svg b/.idea/icon.svg
new file mode 100644
index 000000000..ba8172c64
--- /dev/null
+++ b/.idea/icon.svg
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   version="1.1"
+   id="svg1"
+   width="710.2796"
+   height="723.61829"
+   viewBox="0 0 710.27961 723.61829"
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:svg="http://www.w3.org/2000/svg";>
+  <defs
+     id="defs1" />
+  <g
+     id="layer2"
+     transform="translate(76.696838,796.98047)">
+    <ellipse
+       style="display:inline;fill:#ffffff"
+       id="path21"
+       cx="278.44296"
+       cy="-435.17133"
+       rx="355.1398"
+       ry="361.80911" />
+  </g>
+  <g
+     id="g23"
+     transform="translate(76.696838,796.98047)">
+    <ellipse
+       style="display:none;fill:#ffffff"
+       id="ellipse22"
+       cx="278.44296"
+       cy="-435.17133"
+       rx="355.1398"
+       ry="361.80911" />
+    <g
+       id="g22"
+       transform="translate(-29.025387,-737.09606)"
+       style="display:inline">
+      <path
+         style="display:inline;fill:#000000"
+         d="m 283.31274,576.02831 c -6.05,-0.69075 -14.825,-1.98771 
-19.5,-2.88214 -4.675,-0.89443 -10.3,-2.01616 -12.5,-2.49273 -2.2,-0.47657 
-6.25,-1.4539 -9,-2.17185 -2.75,-0.71795 -8.825,-2.56038 -13.5,-4.0943 
-4.675,-1.53392 -10.1791,-3.39326 -12.23133,-4.13187 -2.05223,-0.73861 
-4.03973,-1.65133 -4.41667,-2.02826 -0.37693,-0.37694 -1.25247,-0.68534 
-1.94564,-0.68534 -0.69316,0 -4.78066,-1.61079 -9.08333,-3.57953 
-4.30267,-1.96874 -11.74921,-5.57644 -16.54788,-8.0171 -4.79867,-2.440 [...]
+         id="path22" />
+    </g>
+  </g>
+</svg>

Reply via email to