aboutsummaryrefslogtreecommitdiff
path: root/graphics/blend2d/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blend2d/pkg-descr')
-rw-r--r--graphics/blend2d/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/blend2d/pkg-descr b/graphics/blend2d/pkg-descr
new file mode 100644
index 000000000000..30ead84f2039
--- /dev/null
+++ b/graphics/blend2d/pkg-descr
@@ -0,0 +1,10 @@
+Blend2D is a high performance 2D vector graphics engine written in C++ and
+released under the Zlib license. It has a built-in JIT compiler that generates
+optimized pipelines at runtime. Additionally, the engine features a new
+rasterizer that has been written from scratch. It delivers superior performance
+while quality is comparable to rasterizers used by AGG and FreeType. The
+performance has been optimized by using an innovative approach to index data
+that is built during rasterization and scanned during composition. The
+rasterizer is robust and excels in rendering complex vector art and text.
+
+WWW: https://blend2d.com/