Khaled Hosny
232b2ccbc4
Move the rest of py23 module to textTools
...
Change all imports to use textTools module, except the test_py23.py test
which is kept until we decide to remove the module (if ever).
2021-08-20 01:29:45 +02:00
Just van Rossum
5fc65d7168
Misc py23 cleanups ( #2243 )
...
* Replaced all from ...py23 import * with explicit name imports, or removed completely when possible.
* Replaced tounicode() with tostr()
* Changed all BytesIO ans StringIO imports to from io import ..., replaced all UnicodeIO with StringIO.
* Replaced all unichr() with chr()
* Misc minor tweaks and fixes
2021-03-29 11:45:58 +02:00
Nikolaus Waxweiler
01328213c7
Remove __future__ imports
2019-08-09 12:20:13 +01:00
Miguel Sousa
d5adee46d9
[svgLib] Complete support for matrix transforms
2019-04-03 12:02:18 -07:00
Rod Sheeter
dedf14ac8a
Roughing in transform=matrix(...)
2019-04-03 11:58:05 -07:00
Cosimo Lupo
dda4c1a41e
svgLib: rename PathBuilder's 'pathes' attribute to 'paths'
2019-02-14 17:18:33 +00:00
Rod Sheeter
416da67fdd
Try to follow FT coding style
2019-02-12 11:53:27 -08:00
Rod Sheeter
d910ba371b
Wire SVGPath to import other shapes
2019-02-08 11:37:00 -08:00
Cosimo Lupo
9e85f3bcc3
svgLib: use fontTools.misc.etree
2018-10-18 19:50:26 +01:00
Cosimo Lupo
de59719db4
move stuff to fontTools.svgLib.path sub-package
...
in case later on we want to add things to svgLib which don't have to do with paths specifically
2017-09-12 22:21:20 -04:00