ipe-tools icon indicating copy to clipboard operation
ipe-tools copied to clipboard

Tools to use with the Ipe drawing editor

Results 14 ipe-tools issues
Sort by recently updated
recently updated
newest added

Compiling the current version of pdftoipe (V7.2.24.1; Sep 08, 2021) against the current version of poppler (stable 22.08.0) fails with API mismatches ("no matching constructor", "candidate constructor not viable"). That's...

When installing pdftoipe on Archlinux, using the PKGBUILD file ipe-tools-git from AUR, the following error was encountered: ``` pdftoipe.cpp: In function ‘int main(int, char**)’: pdftoipe.cpp:103:53: error: no matching function for...

This breaks building with older versions of poppler though. Please let me know if there are any issues.

In my environment, I cannot make "pdftoipe.exe" and "poweripe.exe". Are there any plans to distribute Windows binary exe files of these tools for Windows users?

First of all there is an easy workaround! For some reason svgtoipe can't read this svg file: The file was produced by https://github.com/ngmsoftware/will2svg Now I use cairosvg to produce a...

On a minimal example ``` python x = linspace(0, 2*pi, 1000) y = sin(x) plot(x, y) savefig("test.ipe") ``` I had the following error with the new matplotlib 2.0.0 ```python File...

I've hacked together code for parsing and writing arrows in svg files. See this [commit](https://github.com/derlunz/ipe-tools/commit/a46273f633e5f0d0e8f604fee9de4061c8752d0c#diff-1337223dce9d9228463dd788905bfcb7) in my [svg-markers ](https://github.com/derlunz/ipe-tools/commits/svg-markers) branch. Collecting and writing marker/arrow definitions seems to work. Still I...

Both with and without #48 I'm getting ``` xmloutputdev.cpp:156:21: error: no matching function for call to 'GfxState::getLineDash(double**, int*, double*)' 156 | state->getLineDash(&dash, &length, &start); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ``` Even #55 did...

Hi, I am having the issue when I am trying to use the ipe backend for matplotlib. I am on Python 3.11 and matplotlib 3.8.3 ImportError: cannot import name 'maxdict'...

This is not a bug report of IPE but a report of the .deb package. I think there is a missing dependency. I just installed the new version of ipe...