- PDF output of path is now done via normpath because
commit9afdeb3316ed0b1f8528a7b18a98e7d3244f80f6
authorJörg Lehmann <joergl@users.sourceforge.net>
Thu, 18 Mar 2004 20:48:37 +0000 (18 20:48 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Thu, 18 Mar 2004 20:48:37 +0000 (18 20:48 +0000)
treedd12b1c99e09450ebf07724e9db4f3fd8c74c0f1
parent13a3c031242d01ddeb667da89aeb2ffe69f15a18
- PDF output of path is now done via normpath because
  somehow the PDF path functionality comes very close to what normpaths
  do
- exponential notation, e.g. 1e-5, does not seem to be understood by PDF,
  so don't use it
- don't use "closepath" in PDF...
- some __slots__ directives slipped in, but can be removed at any
  time again :)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1469 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/path.py