Inkscape produce different png files than rsvg from svg
#### Steps to reproduce: Convert files by commands ``` rsvg-convert {FILE} -o {OUTPUT_FILE} -w 400 -h 400 inkscape {FILE} --export-type=png -w 400 -h 400 ``` #### What happened? Inkscape images looks different than from rsvg. #### What should have happened? Images should be same(of course some problem are caused by rsvg and I reported this to - https://gitlab.gnome.org/GNOME/librsvg/-/issues/957) #### Inkscape Version and Operating System: - Inkscape Version: Inkscape 1.2.2 (inkscape@b0a8486541ac36327488da641d58a86bee2f07ad, 2022-12-01) - Operating System: Ubuntu 23.04 ### To help find differences, with svg files, also png files produced by rsvg and inkscape are bundled ![Screenshot_from_2023-04-29_21-01-05](/uploads/5011b0347200d01075107ca29fe0c40d/Screenshot_from_2023-04-29_21-01-05.png) https://gitlab.gnome.org/GNOME/librsvg/uploads/2b09ab54fcdb192437c2021a93fe4463/BrokenSVG.zip
issue