Wimer Hazenberg

Results 13 issues of Wimer Hazenberg

This SVG file renders correctly in the browser: [test.svg.zip](https://github.com/Kozea/CairoSVG/files/5026785/test.svg.zip) But when I convert this to either PS or PDF, the opacity and the mask are removed. Is there something wrong...

bug

I'm trying your plugin with [monokai.pro ](https://www.monokai.pro), but it seems the tooltips have their own color definitions. Unfortunately, some colors in the tooltips are quite unreadable. Is there any functionality...

### Problem description Currently valuable whitespace is taken up by the folder list, which starts with a single folder that you can expand. I can control this left spacing in...

I'm converting this SVG: ```xml ``` with this script: ```js const doc = new PDFKit({size: [500, 500]}); SVGtoPDF(doc, svg, 0, 0, { assumePt: true }); ``` to this PDF: [output.pdf](https://github.com/alafr/SVG-to-PDFKit/files/5237369/output.pdf)...

I have an SVG with masks and curved paths that renders correctly in SVG but incorrectly in PDF (the mask should be exactly the same as the blue shape, so...

bug

I'm trying to plot an .SVG file of 9MB with lots of tiny paths. Saxi runs on a Raspberry PI with 4GB memory. The path planning phase goes ok, but...

I'm using your plugin to reference image assets from a .html page. Generated assets work fine on both Mac and Windows, but normal assets are not correctly referenced on Windows...

Trying to get this to work on an Apple M1. Following the installation instructions, I'm first getting: `No matching distribution found for opencv-python==4.1.2.30` Changing the `mac-environment.yaml` to update `opencv-python` to...

I'm running langchain in a project that already contains a mongodb. When I install langchain in this project, I'm getting depency conflicts: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE...

auto:bug

I'm looking for some points on how to wrap markdown in custom components so that they have their own layout and substitution rules. An example of an mdsvex file: ```mdx...