Danack
Danack
Please can you post the SVG you are trying with?
That seems to be converted correctly for me. Please can you: i. Post the output image you are getting that you think is wrong. ii. Says which version of ImageMagick...
Yeah, I get that result when using ImageMagick 6.9.10-23. Upgrading to ImageMagick 6.9.12-58 and recompiling Imagick makes the output image look as you would expect it.
Can you post either here, or send to my email if it can't be shared on the internet, a PDF that is showing this issue? If it's not a problem...
> I dont realy think the Issue is within the PDF since The reason for giving me one that shows the issue is so that I can investigate the problem.
The actions are setup to run at the correct time - which is on push. For the whole matrix of combinations of PHP and ImageMagick versions, ImageMagick is currently being...
This looks like the thing to use: https://levelup.gitconnected.com/github-actions-how-to-share-data-between-jobs-fc1547defc3e ``` - name: Cache node modules uses: actions/cache@v2 env: cache-name: cache-node-modules with: # npm cache files are stored in `~/.npm` on Linux/macOS...
More jobs " -j##"
> depending on which CPU is used? Shouldn't be. The math should be conformant to the appropriate IEEE spec. This is more like to be an off by one error...
Can you post some details of your CPU + OS + configure flags you use for ImageMagick - or if it's installed from a package. There's probably nothing I can...