Issue 123671 - [SVG] AOO should support the switch element
Summary: [SVG] AOO should support the switch element
Status: UNCONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 4.1.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 19:47 UTC by Regina Henschel
Modified: 2013-11-10 19:47 UTC (History)
1 user (show)

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


Attachments
file with link to svg, which has a switch with systemLanguage criterium (18.74 KB, application/zip)
2013-11-10 19:47 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 2013-11-10 19:47:13 UTC
Created attachment 81906 [details]
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>