docs: Add details for GskPathBuilder

Mention that GskPathBuilder will simplify
added Bézier curves.
This commit is contained in:
Matthias Clasen
2023-09-17 09:31:59 -04:00
parent ecfc661054
commit 5777587e7a

View File

@@ -68,6 +68,9 @@
*
* This is similar to how paths are drawn in Cairo.
*
* Note that `GskPathBuilder` will reduce the degree of added Bézier
* curves as much as possible, to simplify rendering.
*
* Since: 4.14
*/