From 26624a303fb3f522cb32fd5bd8957f9462ffd5f0 Mon Sep 17 00:00:00 2001 From: Andy Maleh <23052+AndyObtiva@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:29:04 -0500 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 9615968..fe50fb4 100644 --- a/TODO.md +++ b/TODO.md @@ -8,6 +8,7 @@ TBD - Allow methods that accept point_or_x, y to also accept PerfectShape::Point in addition to Array and x,y Numeric values - PerfectShape::CubicBezierCurve#contain?(x, y, outline: true, distance_tolerance: 5) is not working consistently along the curve of the cubic bezier curve (it is possible the same issue occurs for quadratic bezier curves too) +- Support being able to load parts of perfect-shape only as necesary instead of loading everything ## Far Future