Commit Graph

13 Commits (d673176347af8f51067c0ba0a7d0e4ecb8fd4c9d)

Author SHA1 Message Date
ugultopu 538b8777e1
Remove explicitly installing requirements (#76)
Since a PIP package has requirements data in it, when installing that package, if requirements have not already been installed, PIP handles installing them automatically. There is no need to install them explicitly.
2020-06-19 18:55:32 -07:00
Sebastian Kuzminsky 2a456b168d README: remove dead code from Offsetting Paths example 2017-12-18 08:22:40 -07:00
Sebastian Kuzminsky 8c93eb0f2f README: fix a type error in Offseting Paths example
Before this commit the `t = k / steps` math is done with integers,
which always results in `t = 0`.

This commit forces the math to be done with floating-point numbers,
which results in the progression of `t` values we want.
2017-12-18 00:07:26 -07:00
Andy 7be111bba8 fix new README example whitespace 2017-03-30 03:06:36 -07:00
Andy 3ad65aa3c5 added example to README plus minor changed
example regarding computing many points quickly with numpy arrays
2017-03-30 02:55:40 -07:00
Andy 223b6b83a5 add Python 3 warning 2016-10-16 00:40:01 -07:00
Andy 7ee94e9eef Display name of Primer instead of address in link in credits 2016-10-15 23:00:29 -07:00
Andy 79f2ee6ca5 Added credit to pomax 2016-10-05 15:33:05 -07:00
Andy 15d186ff33 add ability to preserve svg-attributes
Added svg_attributes attribute to wsvg and disvg.
Added return_svg_attributes option to svg2paths.
Added convenience function svg2paths2().
2016-07-15 22:10:59 -07:00
Andy 0c682bf4d8 improved README curve offsetting example 2016-07-10 17:24:36 -07:00
Andy bf85efe4b5 make SVGs in README render on GitHub
Replaced local relative links with hyperlinks to rawgit.com
2016-07-08 23:51:49 -07:00
Andy 7ca1f22941 minor edit to readme 2016-07-08 23:37:19 -07:00
Andy 9b3d6fe5e3 initial commit 2016-07-05 21:51:11 -07:00