Issue 125254 - [SVG] Parent's style not found, when defined in a style element, AOO hangs in some cases
Summary: [SVG] Parent's style not found, when defined in a style element, AOO hangs in...
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Draw
Classification: Application
Component: open-import (show other issues)
Version: 4.1.0
Hardware: PC Windows 7
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-14 22:33 UTC by Regina Henschel
Modified: 2014-07-15 08:56 UTC (History)
0 users

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


Attachments
examples inheritance of styles and use of style element (2.63 KB, application/zip)
2014-07-14 22:33 UTC, Regina Henschel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Regina Henschel 2014-07-14 22:33:37 UTC
Created attachment 83688 [details]
examples inheritance of styles and use of style element

When a element has no own definition of a style property, but the style is defined on a parent element, then this works only if a style-attribute is used but not if a style element is used.

In case the parent is the outer svg element, the style in the style element is ignored, in case the parent is a g element, AOO hangs when inserting the file.

Find test files in the attached zip-container. Compare what a browser shows for this files and what you get, when you insert the svg-graphics into a Draw document.

I come across this problem through issue https://bugs.freedesktop.org/show_bug.cgi?id=78554 and the following discussion http://lists.freedesktop.org/archives/libreoffice/2014-July/062308.html
Comment 1 Regina Henschel 2014-07-15 08:56:45 UTC
Invalid because of mixed problems.