summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/extensions/seamless_pattern.inx4
-rw-r--r--share/markers/markers.svg7
2 files changed, 8 insertions, 3 deletions
diff --git a/share/extensions/seamless_pattern.inx b/share/extensions/seamless_pattern.inx
index fe4098e05..f63872272 100644
--- a/share/extensions/seamless_pattern.inx
+++ b/share/extensions/seamless_pattern.inx
@@ -4,8 +4,8 @@
<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="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">
diff --git a/share/markers/markers.svg b/share/markers/markers.svg
index de877a287..91de99ed3 100644
--- a/share/markers/markers.svg
+++ b/share/markers/markers.svg
@@ -4,7 +4,8 @@ NOTE: this file is currently (0.48+) edited manually.
Insert the new markers into the <defs>.
-->
<svg xmlns="http://www.w3.org/2000/svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="InkscapeMarkers">
<defs id="defs3">
<!-- Arrows -->
@@ -300,5 +301,9 @@ Insert the new markers into the <defs>.
</g>
</marker>
+ <marker id="ExperimentalArrow" refX="5.0" refY="3.0" orient="auto-start-reverse" inkscape:stockid="ExperimentalArrow">
+ <path style="fill:context-stroke" d="m 10,3 -10,3 0,-6 z"/>
+ </marker>
+
</defs>
</svg>