Git Product home page Git Product logo

Comments (1)

dgtlrift avatar dgtlrift commented on August 9, 2024

It seems that refactoring changes for 52323c7 and ffb8dbe resulted in changing PenDecorator to Pen but there doesn't seem to be reciprocal changes for ./chiplotle/geometry/core/label.py
./chiplotle/geometry/transforms/arrange_shapes_on_path.py
./chiplotle/tools/geometrytools/get_shape_intersections.py
I did try to change those references, but ran into an issue with

jim@jim-VirtualBox:~/project/chiplotle/repo/chiplotle$ python chiplotle/tools/geometrytools/get_shape_intersections.py
Traceback (most recent call last):
  File "chiplotle/tools/geometrytools/get_shape_intersections.py", line 29, in <module>
    s1 = bezier_path([randint(0, 200) for  i in range(12)], 1, 14)
  File "/home/jim/.local/lib/python2.7/site-packages/chiplotle/geometry/shapes/bezier_path.py", line 25, in bezier_path
    points = CoordinateArray(points)
  File "/home/jim/.local/lib/python2.7/site-packages/chiplotle/geometry/core/coordinatearray.py", line 14, in __init__
    self._data = [Coordinate(*list(p)) for p in coords]
TypeError: 'int' object is not iterable

from chiplotle.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.