Commit Graph

  • 90f8f76185
    Method for checking if one path is inside another path (#105) David Romero 2020-06-19 21:36:22 -0500
  • f99f9d6bb3
    Support flattening paths of only nested groups (#88) Grey 2020-06-20 09:59:47 +0800
  • b117f85811
    Fixed crash in line2pathd() (#101) Antoine Beyeler 2020-06-20 03:58:25 +0200
  • 538b8777e1
    Remove explicitly installing requirements (#76) ugultopu 2020-06-19 22:55:32 -0300
  • b767536e38
    Fixed MutableSequence import (importing from collections is deprecated) (#100) Antoine Beyeler 2020-06-20 03:52:09 +0200
  • 2eb8fb62ed
    test: show arguments that failed, to aid debugging (#83) Sebastian Kuzminsky 2020-06-19 19:47:04 -0600
  • 929202aa62
    Cache arc length (#82) Sebastian Kuzminsky 2020-06-19 19:45:56 -0600
  • c7b6c030a6
    relative path support (#81) taoari 2020-06-19 21:43:29 -0400
  • 8457dc01ee
    fix Arc.sweep when transform scale flips it around (#112) Sebastian Kuzminsky 2020-06-19 19:29:36 -0600
  • 687974682e fix Arc.sweep when transform scale flips it around Sebastian Kuzminsky 2020-05-15 13:14:06 -0600
  • e0a5c0efd5 implementing Arc.intersect(Arc) Sebastian Kuzminsky 2018-12-03 16:40:24 -0700
  • 99d7ee2e99 add some failing Arc.intersect(Arc) tests Sebastian Kuzminsky 2018-01-06 12:21:25 -0700
  • 35d5628bff Further fixed to support implicit attributes Antoine Beyeler 2020-03-31 19:11:30 +0200
  • 829b9fc8d0 Correcting tests of is_contained_by David Romero 2020-02-27 01:05:49 -0600
  • 4a0b019613 Adding a requirements.txt file David Romero 2020-02-27 00:51:13 -0600
  • 594bcfa9c7 Added method is_contained_by to the Path class David Romero 2020-02-27 00:48:49 -0600
  • f514aa4a72
    actually return svgwrite.Drawing if requested Matthew Carruth 2019-12-04 14:14:11 -0800
  • 78ba061e81 Fixed crash in line2pathd(). Antoine Beyeler 2019-11-20 12:19:48 +0100
  • 6862b5653b Fixed MutableSequence import (importing from collections is deprecated) Antoine Beyeler 2019-11-20 10:19:54 +0100
  • 4ed85045f1 arc transform fixed vrroom 2019-10-16 23:38:10 +0530
  • 1e9aa6d5b7 Fix grammar mistake in comments Michael X. Grey 2019-02-27 17:15:57 +0800
  • c802a40961 Fix lexical mistake in comments Michael X. Grey 2019-02-27 17:12:20 +0800
  • 2bf77959d6 Use group_search_xpath to be consistent and customizable Michael X. Grey 2019-02-27 17:07:55 +0800
  • c5d77771b8 Add documentation for document.get_group() Michael X. Grey 2019-02-27 16:55:40 +0800
  • 1f75f78a12 Add space for PEP8 conformance Michael X. Grey 2019-02-27 16:49:01 +0800
  • ab23789b3d Fixed document.flatten_group(~) for nested groups and added a test Michael X. Grey 2019-02-27 16:41:42 +0800
  • 7a35d95d94 bringing up to date jpsteinb 2019-02-22 10:35:40 +0800
  • 976216e79f revert version NataliaTs 2019-01-09 10:25:57 +0300
  • 439572feb2 update version NataliaTs 2019-01-09 10:11:20 +0300
  • fd7348a1df Fix tuple assignment (#86) skef 2019-01-07 21:24:35 -0800
  • c42474b9ce Fix tuple assignment Skef Iterum 2019-01-03 19:41:49 -0800
  • ceb958cc70 fix polyline and polygon conversion NataliaTs 2018-12-12 15:15:12 +0300
  • 1ea5f3dbca test: show arguments that failed, to aid debugging Sebastian Kuzminsky 2018-12-05 09:14:36 -0700
  • ae42197d10 fixed path area (issue #74) Andy 2018-12-03 22:27:59 -0800
  • 3b7bed0a61 Arc: cache segment length Sebastian Kuzminsky 2018-11-29 11:28:24 -0700
  • 3b13d9f76a add Arc.__hash__() Sebastian Kuzminsky 2018-11-29 11:27:39 -0700
  • 9b1b8e78e1 add path test to test_path.py Tao Wei 2018-11-17 22:57:22 -0500
  • 497c2ce187 add test for path.d(rel=True) Tao Wei 2018-11-17 22:15:16 -0500
  • f2fc2e05d5 relative path support Tao Wei 2018-11-17 01:30:31 -0500
  • 509d7ec057 merge from upstream Gabriel Pelouze 2018-11-16 12:09:26 +0100
  • 813f330d4c implement affine transform that supports Path and bezier segments Gabriel Pelouze 2018-11-16 12:02:59 +0100
  • b4e211fd79 cx and cy to be 0 for circle/ellipse by default (#78) Sumeet P 2018-11-14 05:13:09 +0530
  • 0e02bd6da3
    cx and cy to be 0 for circle/ellipse by default Sumeet P 2018-11-13 16:12:50 +0530
  • dcf6715d5a more debugging jpsteinb 2018-11-08 17:30:42 +0100
  • 9da06d93f7 some more debugging jpsteinb 2018-11-08 13:29:50 +0100
  • c88cb2aba5
    Remove explicitly installing requirements ugultopu 2018-11-06 19:31:46 -0400
  • 92018821a2 test update jpsteinb 2018-11-06 01:21:31 +0100
  • faea998e40 bezier offset rewrite jpsteinb 2018-11-06 01:17:19 +0100
  • 58d48029ac fixed bug in new Arc-friendly Path.area() method Andy Port 2018-11-04 22:22:20 -0800
  • b37e74f5f3 Update Path.area to work with Arc segments (#65) Sebastian Kuzminsky 2018-11-04 22:40:56 -0700
  • ac3232bcaa
    Merge branch 'master' into path-area Andy Port 2018-11-04 21:40:48 -0800
  • a9fb9de174
    minor improvements to style, performance, and docstring Andy Port 2018-11-04 21:40:12 -0800
  • 3722074b12
    added asin to imports Andy Port 2018-11-04 21:16:51 -0800
  • 5845fd403c
    added asin to imports Andy Port 2018-11-04 21:15:30 -0800
  • e91a35c3da Basic Svg_Io_Sax (#66) tatarize 2018-11-04 21:07:40 -0800
  • 2feb3c92b5 Arc line intersect, 3rd try (#64) Sebastian Kuzminsky 2018-11-04 21:55:17 -0700
  • fd6deea704 changed active tests jpsteinb 2018-11-04 21:21:35 +0100
  • 636bcc7f0a added scaled() function jpsteinb 2018-11-04 21:18:30 +0100
  • eb36764196 cleaned jpsteinb 2018-11-04 21:17:18 +0100
  • 76323d2906 offset demo jpsteinb 2018-11-04 21:15:39 +0100
  • 1b7aaed035 added test jpsteinb 2018-11-04 19:46:16 +0100
  • 4c087410e0 more polished jpsteinb 2018-11-04 19:29:36 +0100
  • d4438b2e27 polished jpsteinb 2018-11-04 09:57:14 +0100
  • d810653b63
    minor improvements Andy Port 2018-11-02 16:42:11 -0700
  • 9e218b2b3b
    minor wording change Andy Port 2018-11-02 16:19:39 -0700
  • 8214e0bd6d refactored Path -> Path + Subpath jpsteinb 2018-11-01 21:29:32 +0100
  • 74a881a181
    Added paths2Drawing Andy Port 2018-10-18 21:28:34 -0700
  • a86be9d306
    added paths2Drawing functionality Andy Port 2018-10-18 21:27:04 -0700
  • ee8eda5aae now `dimensions` parameter supports units will specify `viewbox` if not given Andy Port 2018-10-13 22:22:52 -0700
  • aa03a4aecb now parameter supports units will specify if not given Andy Port 2018-10-13 21:40:35 -0700
  • 95179a6bfa fixed issue with parameter being ignored Andy Port 2018-10-13 20:36:01 -0700
  • 7fa103e533 Fixed issue with viewbox being written as tuple Andy Port 2018-10-13 19:50:33 -0700
  • 274176b50c
    Couple spelling errors. tatarize 2018-09-06 19:41:37 -0700
  • 3f99c62ef6
    Small function documentation tweak. tatarize 2018-09-06 08:55:06 -0700
  • 2ed46ddd9d
    Decoupled svg_parser off from parser tatarize 2018-09-06 08:44:48 -0700
  • 541730ad85
    Missed a .display in tests. tatarize 2018-09-06 03:20:06 -0700
  • e15415e766
    Add files via upload tatarize 2018-09-06 03:07:56 -0700
  • 42ff68f24a
    Test Update for None Matrix tatarize 2018-09-03 19:31:10 -0700
  • 9291fc459a
    Used None matrix for identity in default case. tatarize 2018-09-03 19:27:21 -0700
  • 7c4d2f032d
    Switch to iterparse for speed tatarize 2018-09-03 19:26:24 -0700
  • eaf3220637
    Couple tweaks to fit the dom parser api better tatarize 2018-09-03 17:32:34 -0700
  • b73a915c50
    Couple tweaks. tatarize 2018-09-03 00:02:22 -0700
  • 8e373c1030
    Fixed SaxSvg Load, tweaked test. tatarize 2018-09-02 22:27:00 -0700
  • 77d9d33297
    Update to binary write tatarize 2018-09-02 20:49:39 -0700
  • 512808132a
    Basic Svg_Io_Sax tatarize 2018-08-27 17:50:13 -0700
  • 58eecc9957 Path.area(): fixup tabs/spaces for python3 Sebastian Kuzminsky 2018-08-23 08:45:10 -0600
  • f77f94db5b added SciPy to Travis CI environment Andy 2018-08-22 20:21:09 -0700
  • 70af1996bc make Path.area() approximate arcs Sebastian Kuzminsky 2018-08-22 14:37:31 -0600
  • 60e95913a0 add some tests of Path.area() Sebastian Kuzminsky 2018-08-22 18:20:17 -0600
  • 59fe7792ee better implementation of Arc.intersect(Line) Sebastian Kuzminsky 2018-06-12 11:53:08 -0600
  • 6c16aa973c add a bunch of failing arc/line intersection tests Sebastian Kuzminsky 2018-06-12 11:52:57 -0600
  • 428fdf5346 add Arc.point_to_t() and tests Sebastian Kuzminsky 2017-12-31 16:18:41 -0700
  • de78672dbe add Line.point_to_t() and tests Sebastian Kuzminsky 2017-12-31 16:10:24 -0700
  • 165372562e
    Revert "Arc line intersect, take 2 (#60)" (#63) Andy Port 2018-08-22 00:27:55 -0700
  • 1579c544aa Revert "Arc line intersect, take 2 (#60)" revert-60-arc-line-intersect-2 Andy Port 2018-08-22 00:27:31 -0700
  • 2da39e4c02 Arc line intersect, take 2 (#60) Sebastian Kuzminsky 2018-08-22 01:19:05 -0600
  • 4bc146fd62 save() now requires filename Andy Port 2018-08-21 21:27:29 -0700
  • 0955278f73 aesthetic cleanup Andy Port 2018-08-21 21:10:27 -0700
  • 7ebc56a831 aesthetic cleanup Andy Port 2018-08-21 20:54:02 -0700
  • b1dfc9e8f7 removed future dependency Andy Port 2018-08-21 20:09:29 -0700