eirikbakke commented on PR #7938:
URL: https://github.com/apache/netbeans/pull/7938#issuecomment-2546423024

   > Should I load the *.svg or the *.png file? When I load *.svg in the 
dataObject and the multiViewElement, it is not working
   
   SVG support in ImageUtilities, and NetBeans APIs that depend on it, works by 
automatically substituting ".svg" when you attempt to load a ".png" file. So 
make sure there is both a PNG file and an SVG file with the same base name, in 
the same folder (e.g. someFile.png and someFile.svg), and then refer to the PNG 
path rather than the SVG file path.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

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

Reply via email to