bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <dependency type="executable" location="extensions">guides_creator.py</dependency>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <page name="regular_guides" _gui-text="Regular guides">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="guides_preset" type="enum" appearance="minimal" _gui-text="Guides preset:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="vertical_guides" type="int" min="1" max="1000" _gui-text="Columns:">2</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="horizontal_guides" type="int" min="1" max="1000" _gui-text="Rows:">3</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="start_from_edges" type="boolean" _gui-text="Start from edges">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="delete_existing_guides" type="boolean" _gui-text="Delete existing guides">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <page name="diagonal_guides" _gui-text="Diagonal guides">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="ul" type="boolean" _gui-text="Upper left corner">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="ur" type="boolean" _gui-text="Upper right corner">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="ll" type="boolean" _gui-text="Lower left corner">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="lr" type="boolean" _gui-text="Lower right corner">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="delete_existing_guides2" type="boolean" _gui-text="Delete existing guides">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="margins_preset" type="enum" appearance="minimal" _gui-text="Margins preset:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="header_margin" type="enum" appearance="minimal" _gui-text="Header margin:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="footer_margin" type="enum" appearance="minimal" _gui-text="Footer margin:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="left_margin" type="enum" appearance="minimal" _gui-text="Left margin:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="right_margin" type="enum" appearance="minimal" _gui-text="Right margin:">
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="vertical_subdivisions" type="int" min="1" max="1000" _gui-text="Columns:">2</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="horizontal_subdivisions" type="int" min="1" max="1000" _gui-text="Rows:">3</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="start_from_edges2" type="boolean" _gui-text="Start from edges">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <param name="delete_existing_guides3" type="boolean" _gui-text="Delete existing guides">false</param>
bcd5d0fd9021041471fd7454c31b0492e280a554JazzyNico <command reldir="extensions" interpreter="python">guides_creator.py</command>