|
From: Anders M. <no...@gi...> - 2025-03-31 00:54:41
|
Branch: refs/heads/TextToPath-cache Home: https://github.com/graphics32/graphics32 Commit: a44e8c6501a69c98a63e181c6aa77c53da5d489f https://github.com/graphics32/graphics32/commit/a44e8c6501a69c98a63e181c6aa77c53da5d489f Author: Anders Melander <an...@me...> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M Source/GR32_Paths.pas Log Message: ----------- Added Quadratic Bezier curve flattening using Raph Levien's subdivision algorithm This is now the default Bezier curve flattening algorithm used by TCustomPath.ConicTo and thus most font rendering. Benchmarks shows a text rendering performance improvement around 25%. Woohoo! To unsubscribe from these emails, change your notification settings at https://github.com/graphics32/graphics32/settings/notifications |