empty_generic.inx revision 8ac705ee842a9087042c9ed7d126f39cadac9cec
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free<inkscape-extension xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <id>org.inkscape.render.empty_generic_canvas</id>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <dependency type="executable" location="extensions">empty_generic.py</dependency>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <dependency type="executable" location="extensions">inkex.py</dependency>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="width" _gui-text="Custom Width:" type="float" min="1" max="15360">800</param>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="height" _gui-text="Custom Height:" type="float" min="1" max="8640">600</param>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="unit" _gui-text="SVG Unit:" type="enum">
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="background" _gui-text="Canvas background:" type="enum">
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="noborder" type="boolean" _gui-text="Hide border">false</param>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <param name="layer" type="boolean" _gui-text="Include default layer">true</param>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <inkscape:_name>Generic canvas...</inkscape:_name>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <inkscape:author>Tavmjong Bah</inkscape:author>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <inkscape:_shortdesc>Genric canvas of choosen size.</inkscape:_shortdesc>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <inkscape:_keywords>empty generic canvas</inkscape:_keywords>
8ac705ee842a9087042c9ed7d126f39cadac9cectavmjong-free <command reldir="extensions" interpreter="python">empty_generic.py</command>