From fcdb61c39e2ceb2fb589ccd0c36b00b3fe912e27 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 20 Feb 2017 17:21:53 -0800 Subject: [PATCH] minor change to in-line comments Note only is this true of tests left from svg.path but also those written by me. --- test/test_path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_path.py b/test/test_path.py index c64aa54..84f1882 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -6,8 +6,8 @@ from math import sqrt, pi # Internal dependencies from svgpathtools import * -# A note left from the svg.path tools module: -# ------------------------------------------- +# An important note for those doing any debugging: +# ------------------------------------------------ # Most of these test points are not calculated separately, as that would # take too long and be too error prone. Instead the curves have been verified # to be correct visually with the disvg() function.