If a rectangle with rounded corners gets rotated, there is an artifact.It comes from the fact, that the last coordinate is unnecessary because of "cycle"
The problem is in jpicedt/jpicedt/format/output/tikz/AbstractCurveFormatter.java v1.8 at line 120. The solution is simply not to repeat the first point.
That is corrected in version v1.9 or this file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem is in jpicedt/jpicedt/format/output/tikz/AbstractCurveFormatter.java v1.8 at line 120. The solution is simply not to repeat the first point.
That is corrected in version v1.9 or this file.