https://issues.apache.org/ooo/show_bug.cgi?id=125330
Issue ID: 125330
Issue Type: DEFECT
Summary: [SVG] The attribute value "inherit" is not honored
Product: Draw
Version: 4.2.0-dev
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: formatting
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83753
--> https://issues.apache.org/ooo/attachment.cgi?id=83753&action=edit
value "inherit" in a stylesheet rule
Insert attached document into a Draw document and open it in a browser. You
should see two green and a blue circle.
The value "inherit" forces an object to use the property value from its
parents.
Because the rule from stylesheet has a larger specificity than the non-css
property, it is used. Therefore the circle is green instead of red.
The right circle is blue, because the style-attribute has a greater specificity
than the rules from the style-element and therefore the rule of the
style-element is not used.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.