diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-12-31 14:36:09 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-12-31 14:36:09 +0000 |
| commit | 02cb649c0ceebd254dde302eeba71406fb25a24c (patch) | |
| tree | 4ccb52d7f06a7160adb2aaf1428d3a5a2acef9a5 /share | |
| parent | packaging/macosx: update local python ports (MacPorts drops support for Pytho... (diff) | |
| parent | Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ... (diff) | |
| download | inkscape-02cb649c0ceebd254dde302eeba71406fb25a24c.tar.gz inkscape-02cb649c0ceebd254dde302eeba71406fb25a24c.zip | |
update to trunk (r13829)
(bzr r13798.1.2)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/seamless_pattern.inx | 4 | ||||
| -rw-r--r-- | share/markers/markers.svg | 7 |
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> |
