You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/08/01 09:41:44 UTC

[Issue 125338] New: [SVG] Filter Effects are not imported

https://issues.apache.org/ooo/show_bug.cgi?id=125338

          Issue ID: 125338
        Issue Type: DEFECT
           Summary: [SVG] Filter Effects are not imported
           Product: Draw
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: open-import
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org

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

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125338] [SVG] Filter Effects are not imported

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125338

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Armin.Le.Grand@me.com
         Issue Type|DEFECT                      |ENHANCEMENT

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
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?)

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.