Issue 125338

Summary: [SVG] Filter Effects are not imported
Product: Draw Reporter: Ariel Constenla-Haile <arielch>
Component: open-importAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: Armin.Le.Grand
Version: 4.2.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description Ariel Constenla-Haile 2014-08-01 07:41:44 UTC
Filter effects (http://www.w3.org/TR/SVG/filters.html) are not imported.
Try importing 

http://www.w3.org/TR/SVG/images/filters/feImage-01.svg
http://www.w3schools.com/svg/svg_fegaussianblur.asp
etc.

The files are not rendered as in the browser, you get some errors on a non-pro build:

Error: Unknown Base SvgToken <filter> (!) From File /build/aoo/src/build/main/svgio/source/svgreader/svgtools.cxx at Line 45
Error: Unknown Base SvgToken <feImage> (!) From File /build/aoo/src/build/main/svgio/source/svgreader/svgtools.cxx at Line 45
Error: Unknown Base SvgToken <feGaussianBlur> (!) From File /build/aoo/src/build/main/svgio/source/svgreader/svgtools.cxx at Line 45
Comment 1 Armin Le Grand 2014-08-01 08:49:27 UTC
Yes, that is the state of the svg import as described when released. Supporting that would need extra work - same as animation stuff. Thus this is an enhancement request (not sure, there may already exist one for this?)