Bug 155530 - SVG: Some filter elements are not supported
Summary: SVG: Some filter elements are not supported
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: SVG-Import SVG-filters
  Show dependency treegraph
 
Reported: 2023-05-28 08:16 UTC by david.vantyghem
Modified: 2023-06-26 21:20 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
sample file (21.72 KB, image/svg+xml)
2023-06-07 12:55 UTC, Xisco Faulí
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david.vantyghem 2023-05-28 08:16:39 UTC
Description:
Copy-paste an SVG image in Writer works but importing the same image deteriorates it. You lost colors, shadows...

Steps to Reproduce:
1. Download this SVG file and save it on your computer : https://www.memtest.org/assets/media/svg/mt86plus_logo.svg
2. Open this file with Pix 2.8.9
3. Copy-Paste it in a new Writer document. The image is good.
4. Now, import the same SVG image into Writer with menu Insert - Image.
5. The imported image lost its shadows.

Actual Results:
The imported SVG image quality is poor.

Expected Results:
The imported SVG image quality should be the same than with a Copy-Paste.


Reproducible: Always


User Profile Reset: No

Additional Info:
Linux Mint Cinnamon 21.1.
Comment 1 Xisco Faulí 2023-05-29 10:08:39 UTC
Reproduced in

Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: b76a3bdc996f275f9d615b32d6ab89d533a7505c
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded
Comment 2 Xisco Faulí 2023-05-29 10:11:53 UTC
The problem is that feGaussianBlur is not supported.
Duplicated of bug 132246

*** This bug has been marked as a duplicate of bug 132246 ***
Comment 3 Xisco Faulí 2023-06-07 12:55:16 UTC
Reopening since bug 132246 is about feGaussianBlur. In order to display the attached document correctly, more filters need to be supported. Reopening
Comment 4 Xisco Faulí 2023-06-07 12:55:37 UTC
Created attachment 187764 [details]
sample file