-
Lets assume I have the following svg as input:
https://gist.github.com/64f4bff934c9059e642806bfe625a03e
How can I center the actual geometry on an A4 paper in landscape before using `write`. Reaso…
-
Currently there is the option to flip the x and the y axis. What this does is multiplying the axis with -1. That turns the coordinates for this axis negative. I'm not sure what the use-case for this f…
-
-
I was hoping to output some large paper sizes to plot.
the error messages were the same for paper sizes a2 to a0
```
Traceback (most recent call last):
File "/usr/local/bin/vpype", line 8, i…
-
Hello
thank you very much for this usefull module, i used it to convert and write txt file which is very useful
is it possible to add digitize feature in future? or this impossible?
-
When processing SVG files from https://plotter.vision/ the `` tag appears to be causing a problem for vpype:
```
% vpype --version
vpype 1.1.0
% vpype read ~/Downloads/bunny-3d.svg
/home/hudson…
-
```
vpype line 0 0 0 3cm write test.svg
vpype read test.svg
```
-
The following SVG crashes upon parsing:
```xml
image/svg+xml
vpype line 0 0 0 3cm write test.svg
2020-11-24T16:55:21.962795
…
-
Hello, new user here, but cannot get vpype to launch successfully.
Everything on this page worked for me, up until the last two steps:
https://github.com/abey79/vpype/blob/master/INSTALL.md
Rec…
-
I think a killer feature would be to have something like pythons enumerate ontop of a directory
What I am imagining is something like
files = a directory, or user generated list
for i, file in…