Cross Reference: /inkscape/share/extensions/grid_cartesian.inx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<?xml version="1.0" encoding="UTF-8"?>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <_name>Cartesian Grid</_name>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <id>grid.cartesian</id>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <dependency type="executable" location="extensions">grid_cartesian.py</dependency>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="border_th" type="float" min="0" max="1000" _gui-text="Border Thickness (px):">3</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <_param name="x_axis" type="description" appearance="header">X Axis</_param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_divs" type="int" min="1" max="1000" _gui-text="Major X Divisions:">6</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="dx" type="float" min="1" max="1000" _gui-text="Major X Division Spacing (px):">100.0</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_subdivs" type="int" min="1" max="1000" _gui-text="Subdivisions per Major X Division:">2</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_log" type="boolean" _gui-text="Logarithmic X Subdiv. (Base given by entry above)">false</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_subsubdivs" type="int" min="1" max="1000" _gui-text="Subsubdivs. per X Subdivision:">5</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_half_freq" type="int" min="1" max="1000" _gui-text="Halve X Subsubdiv. Frequency after 'n' Subdivs. (log only):">4</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_divs_th" type="float" min="0" max="1000" _gui-text="Major X Division Thickness (px):">2</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_subdivs_th" type="float" min="0" max="1000" _gui-text="Minor X Division Thickness (px):">1</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="x_subsubdivs_th" type="float" min="0" max="1000" _gui-text="Subminor X Division Thickness (px):">0.3</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <_param name="y_axis" type="description" appearance="header">Y Axis</_param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_divs" type="int" min="1" max="1000" _gui-text="Major Y Divisions:">5</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="dy" type="float" min="1" max="1000" _gui-text="Major Y Division Spacing (px):">100.0</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_subdivs" type="int" min="1" max="1000" _gui-text="Subdivisions per Major Y Division:">1</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_log" type="boolean" _gui-text="Logarithmic Y Subdiv. (Base given by entry above)">false</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_subsubdivs" type="int" min="1" max="1000" _gui-text="Subsubdivs. per Y Subdivision:">5</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_half_freq" type="int" min="1" max="1000" _gui-text="Halve Y Subsubdiv. Frequency after 'n' Subdivs. (log only):">4</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_divs_th" type="float" min="0" max="1000" _gui-text="Major Y Division Thickness (px):">2</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_subdivs_th" type="float" min="0" max="1000" _gui-text="Minor Y Division Thickness (px):">1</param>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <param name="y_subsubdivs_th" type="float" min="0" max="1000" _gui-text="Subminor Y Division Thickness (px):">0.3</param>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <effect>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <object-type>all</object-type>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <effects-menu>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <submenu _name="Render">
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <submenu name="Grids"/>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico </submenu>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico </effects-menu>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico </effect>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <script>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico <command reldir="extensions" interpreter="python">grid_cartesian.py</command>
653120e3d1bee132d5e36aa09ffd9e1835d0567bJazzyNico </script>
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm</inkscape-extension>