Mercurial > MadButterfly
view inkscape/MB_EditButton.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 | 1958bb2a87a2 |
children |
line wrap: on
line source
<inkscape-extension> <name>Edit Button</name> <id>MadButterfly.EditButton</id> <dependency type="executable" location="extensions">MB_EditButton.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Button"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MB_EditButton.py</command> </script> </inkscape-extension>