* Fix <solidcolor solid-color="..." /> * Fix boolop fill-rule as attribute * Fix crash on pasting mesh gradient * Test URI rebasing for clones * Fix copying clone referencing other document * Fix Linux snap package build (1.4.x) * Fix building with Poppler 24.11 * Future-proof against poppler 24.10 changes * Fix crash with rebasing invalid URL * Fix saving crash with unspecified exception * Fix PDF text import for text with character and word spacing. * Update libcroco * Fix LAB decoding in Adobe ASE swatch file * Fix building with poppler 24.12.0 - Switch to source service git checkout. Make future version updates and pulling fixes from upstream stable branch easy. OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=127
12 lines
686 B
Diff
12 lines
686 B
Diff
diff -ur inkscape-1.3.2_2023-11-25_091e20ef0f/share/extensions/raster_output_tiff.py inkscape-1.3.2_2023-11-25_091e20ef0f_fix/share/extensions/raster_output_tiff.py
|
|
--- inkscape-1.3.2_2023-11-25_091e20ef0f/share/extensions/raster_output_tiff.py 2023-03-26 19:12:31.000000000 +0200
|
|
+++ inkscape-1.3.2_2023-11-25_091e20ef0f_fix/share/extensions/raster_output_tiff.py 2024-09-12 13:02:36.671294086 +0200
|
|
@@ -20,7 +20,6 @@
|
|
format="tiff",
|
|
compression=(self.options.compression or None),
|
|
dpi=self.img.info["dpi"],
|
|
- quality=100,
|
|
)
|
|
stream.write(tempstream.getvalue())
|
|
# TODO: Add other fields such as copyright etc.
|