skewX() in Java2D render not working
in
Programming Questions
•
2 years ago
Hello,
I am trying to use the skewY function with a Java2D render to skew a SVG file.
However, I get the following error "skewY(), or this particular variation of it, is not available with this renderer" - according to the API this should not be the case?
Has anyone else had this problem and/or have any suggestions on how to resolve the problem?
I can get skew working using the OpenGL rendering engine, however the SVG graphics do not look anywhere near as good.
Thanks
1