summaryrefslogtreecommitdiffstats
path: root/share/extensions/seamless_pattern.inx
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
committerMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
commit36c73a704b281e616d779b1eac5430d7527a9338 (patch)
tree189c5defb29728d428f44e17903bde11b89540a1 /share/extensions/seamless_pattern.inx
parentUpdate selection-chemistry.cpp (diff)
downloadinkscape-36c73a704b281e616d779b1eac5430d7527a9338.tar.gz
inkscape-36c73a704b281e616d779b1eac5430d7527a9338.zip
Move extensions to git inkscape-extensions repository
Diffstat (limited to 'share/extensions/seamless_pattern.inx')
-rw-r--r--share/extensions/seamless_pattern.inx20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/extensions/seamless_pattern.inx b/share/extensions/seamless_pattern.inx
deleted file mode 100644
index 219319b85..000000000
--- a/share/extensions/seamless_pattern.inx
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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 overwrites the 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>