Is the rectangle with round corner REAL ROUND?
ningyuv opened this issue · 0 comments
ningyuv commented
I saw the gopdf.Rectangle source code will calculate radiusPointNum
points then call gopdf.Polygon
to draw round rect, although we have had the gopdf.Curve
method. So why don't we use gopdf.Curve
to draw real round corner?