mbien commented on PR #8424:
URL: https://github.com/apache/netbeans/pull/8424#issuecomment-2804097045

   >  I should probably make the IconTasks script smart enough to detect when 
the SVG renders to the exact same bitmap, so that icons that are effectively 
unmodified can be omitted from the patch.
   
   some of them had no modifications outside of added
   ```xml
     <description>Apache NetBeans Logo
     </description>
   ```
   
   others had their content wrapped in `<g> </g>`
   
   ```xml
     <polygon class="st0" points="15 14 0 14 0 2 6 2 7.5 4 15 4 15 14"/>
     <path class="st1" 
d="M7.5,4l-1.5-2H0v12h15V4h-7.5ZM1,3h4.5l1.125,1.5H1v-1.5ZM14,13H1V5h13v8Z"/>
   ```
   became
   ```xml
   <g>
       <polygon class="st0" points="15 14 0 14 0 2 6 2 7.5 4 15 4 15 14"/>
       <path class="st1" 
d="M7.5,4l-1.5-2H0v12h15V4h-7.5ZM1,3h4.5l1.125,1.5H1v-1.5ZM14,13H1V5h13v8Z"/>
   </g>
   ```
   might have been a software update. (or the deluxe subscription ;))


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-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