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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 855fe9c  [NETBEANS-4092] Fix npm logo size
     new 0ed3bcd  Merge pull request #2632 from 
KacerCZ/netbeans-4092-fix-npm-logo-size
855fe9c is described below

commit 855fe9c3755da3bfb190a2316f3b668a7529f8a9
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Sat Jan 2 11:06:04 2021 +0100

    [NETBEANS-4092] Fix npm logo size
    
    https://issues.apache.org/jira/browse/NETBEANS-4092
    
    Changed size of image in npm.svg to match npm.png size.
---
 .../src/org/netbeans/modules/javascript/nodejs/ui/resources/npm.svg     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/ui/resources/npm.svg
 
b/webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/ui/resources/npm.svg
index 310d12e..18e648f 100644
--- 
a/webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/ui/resources/npm.svg
+++ 
b/webcommon/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/ui/resources/npm.svg
@@ -28,4 +28,4 @@
 - the file was opened, color was modified to #CC3534 and saved with NetBeans
 - color was taken from here: https://www.schemecolor.com/npm-logo-colors.php
 -->
-<svg role="img" viewBox="0 0 24 24" width="24" height="24" fill="#CC3534" 
xmlns="http://www.w3.org/2000/svg";><title>NPM icon</title><path d="M0 
7.334v8h6.666v1.332H12v-1.332h12v-8H0zm6.666 
6.664H5.334v-4H3.999v4H1.335V8.667h5.331v5.331zm4 
0v1.336H8.001V8.667h5.334v5.332h-2.669v-.001zm12.001 
0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002v5.331zM10.665 
10H12v2.667h-1.335V10z"/></svg>
+<svg role="img" viewBox="0 0 24 24" width="16" height="16" fill="#CC3534" 
xmlns="http://www.w3.org/2000/svg";><title>NPM icon</title><path d="M0 
7.334v8h6.666v1.332H12v-1.332h12v-8H0zm6.666 
6.664H5.334v-4H3.999v4H1.335V8.667h5.331v5.331zm4 
0v1.336H8.001V8.667h5.334v5.332h-2.669v-.001zm12.001 
0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002v5.331zM10.665 
10H12v2.667h-1.335V10z"/></svg>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to