Jonathan Neuhauser

Results 16 comments of Jonathan Neuhauser

Not having a clip rule / compound path is a serious limitation, which currently prevents me from implementing [the plt donuts example](https://matplotlib.org/stable/gallery/shapes_and_collections/donut.html#sphx-glr-gallery-shapes-and-collections-donut-py) in https://github.com/daskol/typst-mpl-backend

Of course. [channel.zip](https://github.com/user-attachments/files/19636821/channel.zip) Maybe it is a matter of the number of interpolation points? ``` int nx = 10, ny = 17, nz = 100; ``` does not crash, while...

I just ran this experiment again on Hunter (HLRS), with the same result.

The software stack on the systems I tested it on has been updated in the meantime and I was not able to reproduce the problem on the original commit, with...

Some initial research... CQP - Compuquilter -> just a list of coordinates DXF - Statler Compliant Poly-line DXF -> Inkscape already supports DXF, would need to check if we need...

30 minutes investigation of the iqp format correctly gives me the path (centered at the document origin, flipped upside down) ``` import struct import sys def parse_stitchv2(filename): with open(filename, "rb")...