Hi,Im trying to get the value of the linewidth of a stroke. However when reading the value the returned value is always 1.0.
Code snipped from strokePath() function:
PDGraphicsState state = getGraphicsState();
cur_line_width = state.getLineWidth(); // this value is always 1.0
How can I get the correct stroke line width?
Thanks!

