https://issues.apache.org/ooo/show_bug.cgi?id=125259
Issue ID: 125259
Issue Type: DEFECT
Summary: [SVG] inherit style from rule in style element makes
AOO freeze
Product: Draw
Version: 4.1.0
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: open-import
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83692
--> https://issues.apache.org/ooo/attachment.cgi?id=83692&action=edit
examples which cause a freeze
Open the attachment and insert the graphic into a Draw document. Notice, that
AOO freezes.
Expected behavior:
The rect-element itself has no fill and stroke value defined, neither by a
style attribute nor by a fill or stroke presentation attribute. Therefore it
inherits the value from it's parent in the document tree. This parent is a
g-element in one of the attached examples and the root svg-element in the other
example.
These elements have their fill and stroke values defined by a style-element.
The rect-element should take these computes values for its fill and stroke
property. This inheritance is described in
http://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html#inheritance.
The inheritance works, when the style values not defined in a style-element,
but given directly at the g and svg element respectively.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.