@snibgo thanks for your replay
Good idea, I will search in this way. I can easily modify the svg render and I will change all float pixel number to round.
I will repost here the result.
Search found 3 matches
- 2019-06-01T04:21:50-07:00
- Forum: IMagick
- Topic: SVG to PNG pattern image repeat issue
- Replies: 4
- Views: 84287
- 2019-06-01T01:44:51-07:00
- Forum: IMagick
- Topic: SVG to PNG pattern image repeat issue
- Replies: 4
- Views: 84287
Re: SVG to PNG pattern image repeat issue
@snibgo thanks for your reply Sorry, you can find the original svg here : https://www.prima-cms.com/2629.svg (Doesn't matter with the light wide order around the picture, I delete it in my code juste before run the convert) I have already try to change the pattern values (without any knowledge) to ...
- 2019-06-01T00:41:43-07:00
- Forum: IMagick
- Topic: SVG to PNG pattern image repeat issue
- Replies: 4
- Views: 84287
SVG to PNG pattern image repeat issue
Hello, I would convert a SVG file to a PNG file with Imagick PHP. I use the command line and the generated image file is ok except for the patterns images : the repeat seems to not be exact and we can see 1 or 2 pixels space beetwen repeat bloc image. On Chrome browser the SVG render is perfect. And ...