merge_styles.inx revision aee79fe7a05c9b284916f2f75c2f57c88444e675
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens <dependency type="executable" location="extensions">inkex.py</dependency>
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens <dependency type="executable" location="extensions">merge_styles.py</dependency>
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens <_param name="introduction" type="description">All selected nodes will be grouped together and their common style attributes will create a new class, this class will replace the existing inline style attributes. Please use a name which best describes the kinds of objects and their common context for best effect.</_param>
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens <param name="name" type="string" _gui-text="New Class Name:">class1</param>
aee79fe7a05c9b284916f2f75c2f57c88444e675Martin Owens <command reldir="extensions" interpreter="python">merge_styles.py</command>