https://issues.apache.org/ooo/show_bug.cgi?id=123671
Bug ID: 123671
Issue Type: ENHANCEMENT
Summary: [SVG] AOO should support the switch element
Product: Draw
Version: 4.1.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 81906
--> https://issues.apache.org/ooo/attachment.cgi?id=81906&action=edit
file with link to svg, which has a switch with systemLanguage criterium
The switch element in combination with the systemLanguage attribute is useful
to show text in the language which the user can understand.
Currently the switch element is not supported at all.
The attached test document contains the switch
<switch>
<text systemLanguage="fr" x="10" y="40">Französisch</text>
<text systemLanguage="de" x="10" y="90">Deutsch</text>
<text systemlanguage="en" x="10" y="140">Englisch</text>
</switch>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.