AggPasMod
AggPasMod copied to clipboard
Modernized Pascal Anti-Grain Geometry

Don't draw correct arc from any start angle except 0, and didn't felt a sign of sweep angle, also like a sweep value too.
Had a case during some testing where StrokeCalcCap got called with Len = 0. This if course caused a division by zero crash on Da := 1 / Len. As...
I got a integer overflow on line 446 CurToFocus := Sqr(X - FFocus.X) + Sqr(Y - FFocus.Y); Solved it by changing it to CurToFocus := Sqr(1.0 * X - FFocus.X)...
Copying sourcefolders: source Compiling AggPasRun.dproj Win32 Microsoft (R) 生成引擎版本 3.5.30729.5420 [Microsoft .NET Framework 版本 2.0.50727.5420] 版权所有(C) Microsoft Corporation 2007。保留所有权利。 Build started 2016-06-18 11:52:50. Project "C:\Users\Public\Documents\Embarcadero\Studio\17.0\Comps\AggPasMod\source\Packages\RX\AggPasRun.dproj" on node 0 (Build target(s))....
Currently Delphinus.Install links to the example Projects instead of the given packages. Delphinus.Install should reference the package projects for the given compilers, an no example/demo projects

Looks like a useful app. Can someone release binaries?