https://issues.apache.org/ooo/show_bug.cgi?id=125321
Issue ID: 125321
Issue Type: FEATURE
Summary: [SVG] The property "visibility" is not supported
Product: Draw
Version: 4.2.0-dev
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83747
--> https://issues.apache.org/ooo/attachment.cgi?id=83747&action=edit
property visibility with value "hidden"
The feature "visibility" is currently not supported, neither as svg-property
nor as css style.
This makes the test file styling-css-07-f.svg from the test suite [1] fail, and
the tests styling-css-08-f.svg, styling-css-09-f.svg, styling-pre-02-f.svg not
runnable.
[1]
http://www.w3.org/Graphics/SVG/Test/20110816/archives/W3C_SVG_11_TestSuite.tar.gz
The attached file uses the svg-property, the style-attribute and the
style-element on red circles. Insert the file into a Draw document. You should
not see any red circle. Compare it with showing the file in a browser.
The test file covers only the value "hidden". The other possible values
"visible" "collapse" and "inherit" will need further test files.
visibility="hidden" is not the same as 'not drawing'. For example using it on a
tspan element, the needed space is still reserved.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.