L. Goulefert

Results 8 comments of L. Goulefert

Agreed with all of your remarks. > * multipage should always consider input files as portrait oriented. > >Why is that? It could take whatever current page size/bounds aspect ratio...

### Specification evolution **Examples** ``` vpype read a3_file.svg # a3 file with 1 layers multipage -o a4 # we now have 2x1 layers, and page format is a4 write --page...

Hi @jayde-d ! I'm not sure this would be a good feature to have in occult. This plugin main goal is to remove geometries, not add them. Then again I'm...

True, did some more tests and all the strings that you mentioned turned into {} in MQTT-Explorer. I can't count :disappointed:

Tried to run some more tests, here's what i found: Strings starting with any of the following characters: 'e', 'E', 'u', 'U', 'm', 'M', 5, with a length that is...

`occult` does not take into account the `fill` property of polygons. It will remove occulted lines beneath closed polygons. **First example** `vpype read rect_test.svg show` ![Image](https://github.com/user-attachments/assets/aeb8f787-4a32-43bb-8783-d4d6b591ca6c) We need to extract...

Maybe a reorder of the paths could work ? Draw the 'filled' tile first, then the lines. Give a stroke color attribute to the empty tiles to be able to...