Back in FastReport.Net 2018, entry-level vector graphics appeared in the reports. These were polygons and curves. It was possible to build complex shapes, but all the curves were straight. In version 2019, Bezier curves finally appeared - and therefore, full-fledged vector graphics. Now we can create any shapes. Let's look at updates in detail.
First of all, you will notice a difference from the previous versions on the top property bar. On the Home tab there is a section Polygon.
Previously, we had access to a set of actions with a polygon / polyline, which appeared above the figure when it was selected:
These controls allowed to move points, add a line to the beginning, add a line to the end and add points.
With the appearence of Bezier curves, we had to re ...