Bug 97583 - INSERT: SVG doesnt support blur
Summary: INSERT: SVG doesnt support blur
Status: RESOLVED DUPLICATE of bug 132246
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: graphics stack (show other bugs)
Version:
(earliest affected)
4.0.6.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:svg
Depends on:
Blocks: SVG-Import SVG-filters
  Show dependency treegraph
 
Reported: 2016-02-04 19:22 UTC by Yousuf Philips (jay) (retired)
Modified: 2023-07-03 10:42 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments
how gaussian1.svg looks in browser (47.75 KB, image/png)
2016-02-04 19:22 UTC, Yousuf Philips (jay) (retired)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2016-02-04 19:22:28 UTC
Created attachment 122395 [details]
how gaussian1.svg looks in browser

Steps:
1) Open Writer
2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/gaussian1.svg or https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/gaussian3.svg
3) Notice that none of the square shapes have any blur

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)
Comment 1 raal 2016-02-05 08:38:11 UTC
I can confirm with Version: 5.2.0.0.alpha0+
Comment 2 Yousuf Philips (jay) (retired) 2016-02-08 18:15:21 UTC
Seems the old SVG implementation code found in 3.6.7 did support blur.
Comment 3 Tomaz Vajngerl 2016-02-08 21:58:26 UTC
We don't support blur in the drawing layer or vcl (except for filter blur on bitmap which is way to slow for anything serious), so it needs to be added to drawing layer first. If we did support blur in 3.6.7 then only because we used an external library to render to a bitmap.
Comment 4 Yousuf Philips (jay) (retired) 2016-02-09 13:18:08 UTC
Yep Armin mentioned this "It replaces the former SVG import greatly improving user experience and removing dependencies of six external libraries, also benefiting startup (a little bit)."' - https://blogs.apache.org/OOo/entry/good_news_libreoffice_is_integrating

Maybe we could re-implement the one library which provided the blur support.

@Armin: Any thoughts?
Comment 5 QA Administrators 2017-03-06 16:05:43 UTC Comment hidden (obsolete)
Comment 6 Roman Kuznetsov 2018-06-19 19:58:21 UTC
still repro in 6.1 beta 2
Comment 7 Armin Le Grand 2018-07-04 10:31:00 UTC
As tomaz says in comment 3 - we could add this to SVGIO import, but that's only a small part - will be needed at Model level, in DrawingLayer, on all output paths (print/PDF, ...) and - of course 0 in file format.
Comment 8 QA Administrators 2019-07-05 02:45:40 UTC Comment hidden (obsolete)
Comment 9 Xisco Faulí 2019-09-20 11:57:42 UTC
*** Bug 92032 has been marked as a duplicate of this bug. ***
Comment 10 QA Administrators 2021-09-20 03:41:49 UTC Comment hidden (obsolete)
Comment 11 phv 2021-09-29 10:48:17 UTC
After spending hours working on a SVG image with blur, I learn that the import is not compatible on LibreOffice.

How can I recommend this suite to companies or agencies when the support for open and popular standards is so incomplete?
Comment 12 phv 2021-11-06 14:11:15 UTC
*** Bug 136492 has been marked as a duplicate of this bug. ***
Comment 13 Xisco Faulí 2023-07-03 10:38:36 UTC
This issue is fixed since 77354ba8695f66331bfc6cc3f5e3f2e9d15f1740.
Closing as duplicated of bug 132246

*** This bug has been marked as a duplicate of bug 132246 ***
Comment 14 Xisco Faulí 2023-07-03 10:42:24 UTC
In LibreOffice, when stdDeviation is too big ( e.g. 64 like in https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/gaussian3.svg ) the color just becomes white, that's why there display differs a bit from other svg viewers