
Hi does anyone know of an easy way to set the visibility of an item within Inkscape?
visibility="hidden"
Also to set an anchor.
add xmlns:xlink="http://www.w3.org/1999/xlink" to the SVG tag plus <a> </a> to wrap a specific element or group.
I know I can do it with the inkscape xml editor but at that point I may as well use vi or bluefish.
Both could be easily implemented with a small box in the object properties.
Last id like to be able to specify alternate language for the text. Basically something that builds the switch for me.
<text systemLanguage="en" xml:space="preserve" style="font-size:120px;font-family:FreeSans;" x="91.221046" y="31.230213" id="text5420">Circle</text>
<switch> <text systemLanguage="fr" xml:space="preserve" style="font-size:120px;font-family:FreeSans;" x="91.221046" y="31.230213" id="text5420">Cercle</text>
<text systemLanguage="sp" xml:space="preserve" style="font-size:120px;font-family:FreeSans;" x="91.221046" y="31.230213" id="text5420">Círculo</text>
<text systemLanguage="it" xml:space="preserve" style="font-size:120px;font-family:FreeSans;" x="91.221046" y="31.230213" id="text5420">Cerchio</text> </switch>
Seb.