piscvau

Results 9 issues of piscvau

Hello; A nice feature would be a function to approximate an elliptic arc with bezier curves such as here https://github.com/adobe-webplatform/Snap.svg/blob/b242f49e6798ac297a3dad0dfb03c0893e394464/src/path.js#L752.

type: enhancement

I tried to use the package to create requirements file but I find out that the output of pip list includes many packages which are no longer used and cannot...

# Describe the bug pip V22 has a new inspect command which produces a json output. https://github.com/pypa/pip using sqlitebiter to create a sqlite database with the output raises an exception...

needs-triage

using svg2svg from cairosvg, the SVG file created by cairoSVG contains several paths which are drawn in the surface. How is it possible to access to these paths? Operations needed...

path.joints() dores not return the last tuple (sn, s0) as opposed to the definition of the fnction in the comment. As a consquence transform_segments_together() does not really change the end...

Hello here are the data : from packagesvgpathtools.svgpathtools.path import Line, CubicBezier b1 = CubicBezier(start=(10 + 110j), control1=(56 + 94j), control2=(31 + 132j), end=(15 + 134j)) l1 = Line(start=134j, end=(515 +...

The doc string invite people to mention their interest with such a feature. I am extremely interested in such a feature. I am developing an application for machine knitting which...

Helllo thanks a lot for the example. I do not understant the following code form.instance._state.adding Where are the _state.adding attributes defined? I thank you in advance if you can help.

After an error I had to delete my database and recreate it from scratch. I have now an empty database. If I run python manage.py makemigrations I get a django.db.utils.Programming...