Image32
Image32 copied to clipboard
A 2D graphics library written in Delphi Pascal
In the last repository Image32.Clipper2 requires for jtBevel which does not exists in Clipper.pas, neither in other repository Clipper.
I've notice this problem with the file attached:   The error was introduced from 22 May 2024 to 18 July 2024...
Maybe this convenience procedure makes sense here https://github.com/AngusJohnson/Image32/blob/a9af17222423f235ed6d86dd8d96707be0dbe008/source/Img32.FMX.pas#L43 ```pascal procedure AssignImage32ToFmxCanvas(Img32: TImage32; canvas: TCanvas); var bmp: TBitmap; rec: TRectF; begin bmp := TBitmap.Create; try AssignImage32ToFmxBitmap(Img32, bmp); rec := RectF(0, 0,...
https://www.angusj.com/image32/Docs/Units/Img32.Vector/Types/[TEndStyle] TEndStyle = (esPolygon = 0, esClosed = 0, esButt, esSquare, esRound); Hopefully I understood it right. If I create an arc and drawline the arc is open with esRound...
https://www.angusj.com/image32/Docs/Units/Img32.Vector/Routines/[Arc] The picture in the documentation is not corresponding to my result and understanding: My understanding and the program running on my computer is 270° 180° 0° 90° But the...
Hi, Image32 is an amazing library but it is hard to use for writing VCL component. Most of operator when drawing VCL component related to background, border,... only. So, it...
I'm no expert in SVG, but the attached SVG image looks wrong and other image viewers show different results.  Image322: Browser: ` .st0 { fill: #fff; } .st1 {...