From 56d612ff1da6b8ee301a9693975b520b4d277ff0 Mon Sep 17 00:00:00 2001 From: Valeriy Van Date: Thu, 19 Oct 2023 22:27:47 +0300 Subject: [PATCH] Att TODO to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 461f60d..a1f616b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ You could try swift-geometrize in action in Telegram bot [Geometrizebot](https:/ ## TODO: * ✅ add stroke width for line, polyline and bezier curve; * ✅ multithreading; +* add polygon as shape type; * filling shapes with gradient; * solve dealing with randomness in tests; * geometrize with predefined or user supplied brush strokes;