aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/bezierTools.py
AgeCommit message (Expand)Author
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2020-11-12Upgrade fonttools to 4.17.0Haibo Huang
2020-05-20Upgrade fonttools to 4.10.2Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2018-07-04Upgrade fonttools from 2.4 to 3.28.0android-p-preview-5android-o-mr1-iot-release-1.0.2android-n-iot-release-smart-display-r2Haibo Huang
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-272to3 --fix=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2012-10-18merging fixes & changes from delft-sprint-2012jvr
2008-03-04converted usage of Numeric to numpyjvr
2005-02-25use highly unscientific epsilon valuejvr
2005-02-25more doco, reformatted __all__jvr
2005-02-25reworked test code and results, to make the results more readablejvr
2005-02-25Refactored splitting logic; added splitQuadraticAtT() and splitCubicAtT()jvr
2005-02-25show/test that _testrepr() reprs Numeric arrays nicely, toojvr
2005-02-25added a commentjvr
2005-02-25factored out param -> points conversionjvr
2005-02-25renamed and rewrote _tuplify() to _testrepr(), added tests for splitCubic()jvr
2005-02-25some refactoring, some doctestsjvr
2003-08-26- Fixed ZeroDivisionError in solveCubic(). The solution is mathematicallyjvr
2003-06-29- optimized a couple of invariant expressionsjvr
2003-06-29splitLine(): make sure the split is between the end pointsjvr
2003-06-29new module bezierTools.pyjvr