I am struggling with this part of my task at work. I’ve deliberately not detailed the context of the work task to try and keep the focus on the problem. I have to merge rectangles into a single polygon as shown in the attached image, but I need the list of points so that I can write these out into
Tag: batik
java.lang.NoClassDefFoundError while reading a svg file as BufferedImage
i have a .svg file to create a Map which will have Listeners relevant to boundaries (i guess its called “nodes” of a scalable vector graphic). However, i’m trying to add this file as a BufferedImage over a JPanel. (i’m a newbie about swing components so if you have any better ideas please share ). Moreover, i used Batik library