diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-11-23 23:36:49 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-11-23 23:36:49 +0000 |
| commit | 0969085ddf607a7a98cf7fd6d9b10da5fbebe62d (patch) | |
| tree | 59b2bc9ed3412ab2de4c703ef30342dfe2401704 /share/extensions/seamless_pattern.inx | |
| parent | refactor from lastApplied (diff) | |
| parent | Fixed a bug pointed by suv running from comand line, also removed another des... (diff) | |
| download | inkscape-0969085ddf607a7a98cf7fd6d9b10da5fbebe62d.tar.gz inkscape-0969085ddf607a7a98cf7fd6d9b10da5fbebe62d.zip | |
fixing to trunk
(bzr r12588.1.34)
Diffstat (limited to 'share/extensions/seamless_pattern.inx')
| -rw-r--r-- | share/extensions/seamless_pattern.inx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/extensions/seamless_pattern.inx b/share/extensions/seamless_pattern.inx new file mode 100644 index 000000000..fe4098e05 --- /dev/null +++ b/share/extensions/seamless_pattern.inx @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>Seamless Pattern</_name> + <id>org.inkscape.render.seamless_pattern</id> + <dependency type="executable" location="extensions">seamless_pattern.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="width" _gui-text="Custom Width (px.):" type="int" min="1" max="99999999">100</param> + <param name="height" _gui-text="Custom Height (px.):" type="int" min="1" max="99999999">100</param> + <_param name="help-info" type="description">This extension overwrite current document</_param> + + <effect needs-live-preview="false"> + <object-type>All</object-type> + <effects-menu> + <submenu _name="Render"/> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">seamless_pattern.py</command> + </script> +</inkscape-extension> |
