From bc220ec7ea6bed9721916b6d5752453e132257db Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:23:56 -0400 Subject: libraries/agg: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/agg/README | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'libraries/agg') diff --git a/libraries/agg/README b/libraries/agg/README index 0938e7ed03671..6aaadcf6603c0 100644 --- a/libraries/agg/README +++ b/libraries/agg/README @@ -1,11 +1,16 @@ -Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic -library, written in industrially standard C++. The terms and conditions -of use AGG are described on The License page. AGG doesn't depend on any -graphic API or technology. Basically, you can think of AGG as of a -rendering engine that produces pixel images in memory from some vectorial -data. But of course, AGG can do much more than that. The ideas and the -philosophy of AGG are: -* Anti-Aliasing * Subpixel Accuracy * The highest possible quality -* High performance * Platform independence and compatibility -* Flexibility and extensibility * Lightweight design +Anti-Grain Geometry (AGG) is an Open Source, free of charge +graphic library, written in industrially standard C++. The terms and +conditions of use AGG are described on The License page. AGG doesn't +depend on any graphic API or technology. Basically, you can think of +AGG as of a rendering engine that produces pixel images in memory +from some vectorial data. But of course, AGG can do much more than +that. The ideas and the philosophy of AGG are: + +* Anti-Aliasing +* Subpixel Accuracy +* The highest possible quality +* High performance +* Platform independence and compatibility +* Flexibility and extensibility +* Lightweight design * Reliability and stability (including numerical stability) -- cgit v1.2.3