minor change to in-line comments
Note only is this true of tests left from svg.path but also those written by me.pull/10/head
parent
1622d01d05
commit
fcdb61c39e
|
@ -6,8 +6,8 @@ from math import sqrt, pi
|
||||||
# Internal dependencies
|
# Internal dependencies
|
||||||
from svgpathtools import *
|
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
|
# 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
|
# take too long and be too error prone. Instead the curves have been verified
|
||||||
# to be correct visually with the disvg() function.
|
# to be correct visually with the disvg() function.
|
||||||
|
|
Loading…
Reference in New Issue