Hello All, I am a noob batik user and I am probably missing something simple. What I am trying to do is to calculate the total composite path length of all paths having a stroke-width 0.01 or less within a given document. So far, I have been successful in loading the document, building a GVT tree, iterating through it to create a composite path, and using the PathLength class to calculate the length. What I cannot figure out is how to check the stroke-width of a given path in the GVT tree. How can I accomplish this?
Thanks, Nick