view inkscape/MB_assignSymbol.inx @ 279:86a5ae82ccf2 mbtext

* Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser * Generate seperate text segments if the x is defined in the tspan. With this settings, we may be able to implement the text alignment already. * Be warnned that the text element may not be generated at all. We may need to convert the text element into a group for this situation. Currently, we leave it as it is.
author wycc
date Sat, 31 Jan 2009 11:51:19 +0800
parents 1d485bf96480
children
line wrap: on
line source

<inkscape-extension>
    <name>Convert to Symbol</name>
    <id>MadButterfly.ConvertSymbol</id>
	<dependency type="executable" location="extensions">AssignSymbol.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>group</object-type>
		<effects-menu>
			<submenu _name="MadButterfly"/>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">AssignSymbol.py</command>
    </script>
</inkscape-extension>