text_merge.inx revision 3ea16fce9ae1bf096351021e77d2dea5a9e42f3c
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:">
3ea16fce9ae1bf096351021e77d2dea5a9e42f3cJazzyNico <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>