Hello,
This might be related to the issue #126 , which was mentioned a regression in the Design Framework.
I'm sending a externally crafted SVG image with 800x480 pixels. Nothing between the versions was changed (even used the same sqlite file on both - after the migrations of 0.23.0 were run). Not even the SVG file itself was different.
The missing lines are 1px lines in the SVG.
I've added image-dither as suggested on #126 and it now displays on 0.23.0 exactly like in 0.18.0.
Feel free to close as duplicated this issue if its very likely the same cause, it can be useful for someone that noticed changes after upgrading. I just didn't want to hijack the other issue since I'm not using layouts and most of the CSS classes.
0.23.0 images:


0.23.0 web preview:
0.18.0 images (also 0.23.0 with image-dither enabled):


Hello,
This might be related to the issue #126 , which was mentioned a regression in the Design Framework.
I'm sending a externally crafted SVG image with 800x480 pixels. Nothing between the versions was changed (even used the same sqlite file on both - after the migrations of 0.23.0 were run). Not even the SVG file itself was different.
The missing lines are 1px lines in the SVG.
I've added
image-ditheras suggested on #126 and it now displays on 0.23.0 exactly like in 0.18.0.Feel free to close as duplicated this issue if its very likely the same cause, it can be useful for someone that noticed changes after upgrading. I just didn't want to hijack the other issue since I'm not using layouts and most of the CSS classes.
0.23.0 images:
0.23.0 web preview:
0.18.0 images (also 0.23.0 with
image-ditherenabled):