From f88069572c169eaca889a70144bc5c8aabd7e166 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 17 Dec 2023 10:51:17 -0800 Subject: [PATCH] Un-flag 1-pt perspective as "WIP" It could surely be improved, but I think it's working well enough for release. --- docs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 843418c3f..064b9aebd 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,10 +6,10 @@ Copyright (c) 2002-2023 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.December.15 (0.9.32) +2023.December.17 (0.9.32) * New Magic Tools: ---------------- - * WIP - 1-point Perspective (vanishing point) + * 1-point Perspective (vanishing point) Choose a vanishing point, and then draw lines that always point towards it, or are vertical or horizontal. Bill Kendrick