From 026b1dc6e633342eb4b99bec6663840763f6c8f8 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Tue, 8 Dec 2020 19:57:11 -0800 Subject: [PATCH] updated from master --- tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags b/tags index 6c36fe1..1b086f3 100644 --- a/tags +++ b/tags @@ -820,7 +820,7 @@ point build/lib/svgpathtools/path.py /^ def point(self, t):$/;" m class:Cubic point build/lib/svgpathtools/path.py /^ def point(self, t):$/;" m class:Line point build/lib/svgpathtools/path.py /^ def point(self, t):$/;" m class:QuadraticBezier point examples/compute-many-points-quickly-using-numpy-arrays.py /^ def point(self, t):$/;" m class:HigherOrderBezier -point svgpathtools/path.py /^ def point(self, pos):$/;" m class:Path +point svgpathtools/path.py /^ def point(self, T):$/;" m class:Path point svgpathtools/path.py /^ def point(self, t):$/;" m class:Arc point svgpathtools/path.py /^ def point(self, t):$/;" m class:CubicBezier point svgpathtools/path.py /^ def point(self, t):$/;" m class:Line