Avoid white pixel artifacts in ImagickImageBackEnd
mainWhen using ImagickImageBackEnd, you may encounter single white pixel artifacts inside filled regions due to a bug in ImageMagick's path fill rasterizer. This is most visible when using a margin of 0.
Workarounds are not recommended as canvas padding or post-processing can be unreliable or corrupt the rendering.
Recommended Solution: For artifact-free output, use SvgImageBackEnd or GDLibRenderer instead.