alafr

Results 26 comments of alafr

You can send the svg and the pdf with some of the duplicate objects highlighted to [[email protected]](mailto:[email protected]) I will check if this issue can be fixed in svg-to-pdfkit.

To update on this issue, it is more difficult to solve than i initially thought. Duplicate objects are produced at numerous different points in the code. I currently don't have...

Thanks for the feedback The call to `obj.recompute() ` is so that the object can recalculate the Points property and update it's Shape. It works without it but then a...

Closing because it's a duplicate of #13690

Those lines are a section between a plane and a ruled surface. Here is their parametric history: [snap intersection bug history.zip](https://github.com/FreeCAD/FreeCAD/files/15194708/snap.intersection.bug.history.zip) There is no issue with 1 degree Bsplines created...

> If you move node 0 (point closest to the text), node 1 also moves. That seems undesirable. I think ideally it should be possible to move both nodes (as...

`mask-type="alpha"` is not yet supported. As a workaround, you could adjust the `fill` color of the `path` inside the `mask`, so that it gives the desired result (`fill="white"` in this...

1) Using a [Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) can be a solution, it will remain very slow (about 40 seconds for the #20 svg file) but the browser doesn't freeze, so the gif will...

Thanks for wanting to contribute! 1st step will be to add the property in the `const Properties` array: https://github.com/alafr/SVG-to-PDFKit/blob/master/source.js#L41, then you can access it with `this.get('vector-effect')`. 2nd step will be...

No, the filter object is not supported. Some filters, such as gaussian blur, aren't supported in the PDF file format version 1.5, so there is no other solution than converting...