From 3388d2ff978219b98da04d1b3a649670b5c35204 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 8 Jun 2022 12:30:54 +0300 Subject: [PATCH] docs(chaikin) correct audit grammar --- subjects/chaikin/audit/README.md | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/subjects/chaikin/audit/README.md b/subjects/chaikin/audit/README.md index a6e84ba5..87af07e1 100644 --- a/subjects/chaikin/audit/README.md +++ b/subjects/chaikin/audit/README.md @@ -2,40 +2,48 @@ ##### Run the program using `cargo run`. -###### Does it compile and run without any warnings? +###### Does it compile and run without warnings? -##### Left click in the canvas to set one or more control points. +##### Left click on the canvas to set one or more control points. ###### Does the program allow you to mark these control points? -###### Can You confirm that the program draws a small circle around the control points, in order to identify them? +###### Can you confirm that the program draws a small circle around the control points in order to identify them? -##### Left click in the canvas to set one or more control points and press `Enter`. +##### Left click on the canvas to set one or more control points and press `Enter`. -###### Does the animation of the Chaikin's algorithm starts? +###### Does the animation of the Chaikin's algorithm start? -##### Left click in the canvas to set just one control point and press `Enter`. +##### Press `Escape`. + +###### Does the program exit without errors? + +##### Start the program and left click on the canvas to set just one control point and press `Enter`. ###### Can you confirm that only the control point is shown and nothing changes? -##### Left click in the canvas to set just two control points and press `Enter`. +##### Restart the program and left click on the canvas to set just two control points and press `Enter`. ###### Can you confirm that only a straight line was drawn? -##### Left click in the canvas to set one or more control points and press `Enter`. +##### Restart the program and left click on the canvas to set one or more control points and press `Enter`. -###### Does the animation complete 7 steps before starting again? +###### Does the animation complete 7 steps before restarting? -##### Left click in the canvas to set one or more control points and press `Enter` then press `Escape`. +##### Restart the program and left click on the canvas to set one or more control points and press `Enter`, then press `Escape`. ###### Does the program exit without errors? -##### Press `Enter` without selecting any points. +##### Start the program and press `Enter` without selecting any points. -###### Does the program returns an error? +###### Does the program continue without errors? + +###### After you pressed `Enter` before selecting points, is it possible to place points without needing to kill the program? ##### Bonus +###### +When you pressed `Enter` without drawing any points, was a message displayed to inform you that you forgot to draw any points? + ###### +Is it possible to clear the screen and add new control points without killing and relaunching the program? ###### +Is it possible to drag the control points in real time and get a new curve?