text_merge.inx revision 13f50632425a012e0bd5a7b31015c7895f5d1375
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <dependency type="executable" location="extensions">text_merge.py</dependency>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="direction" type="enum" _gui-text="Text direction:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="xanchor" type="enum" _gui-text="Horizontal point:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="yanchor" type="enum" _gui-text="Vertical point:">
13f50632425a012e0bd5a7b31015c7895f5d1375JazzyNico<!-- <param name="flowtext" type="boolean" _gui-text="Flow text">false</param> -->
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <param name="keepstyle" type="boolean" _gui-text="Keep style">true</param>
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <command reldir="extensions" interpreter="python">text_merge.py</command>