From 13cf6ffb18e31e210462bd33c4ee7d2a0a34575a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 11 Oct 2013 22:32:18 +0000 Subject: [PATCH] fix stupid typo/error in the regular case git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3533 a4f5e268-e194-4f32-bce1-d30804cbbcc5 --- pyx/normpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/normpath.py b/pyx/normpath.py index f4f57c46..d0bcade7 100644 --- a/pyx/normpath.py +++ b/pyx/normpath.py @@ -339,7 +339,7 @@ class normline_pt(normsubpathitem): return [(sp, so)] return [] - det = 1.0 / det + det = 1.0 / invdet ba_deltax0_pt = other.x0_pt - self.x0_pt ba_deltay0_pt = other.y0_pt - self.y0_pt -- 2.11.4.GIT