Issue 125338 - [SVG] Filter Effects are not imported
Summary: [SVG] Filter Effects are not imported
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: open-import (show other issues)
Version: 4.2.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 07:41 UTC by Ariel Constenla-Haile
Modified: 2014-08-01 08:49 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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?)