What steps will reproduce the problem?
1. Use CSSSkin as a borderSkin for a Canvas.
2. Set the border width to a high number like 10.
3. See the top right corner of the border drawn incorrectly.
What is the expected output? What do you see instead?
Should be a solid border all the way around. Instead the top right corner is
drawn at an angle.
What version of the product are you using? On what operating system?
Latest from SVN.
Please provide any additional information below.
In the AdvancedRectanlge.drawTopBorder() method, the line:
graphics.lineTo(rectangle.width - Math.max(topRightRadiusX, rightWidth), topWidth);
should use Math.min() instead.
Original issue reported on code.google.com by flasha...@gmail.com on 30 Jul 2008 at 9:26
Original issue reported on code.google.com by
flasha...@gmail.com
on 30 Jul 2008 at 9:26Attachments: