kopia lustrzana https://github.com/inkstitch/inkstitch
				
				
				
			
		
			
				
	
	
		
			20 wiersze
		
	
	
		
			829 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			20 wiersze
		
	
	
		
			829 B
		
	
	
	
		
			XML
		
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 | 
						|
    <name>Jump Stitch to Stroke</name>
 | 
						|
    <id>org.inkstitch.jump_to_stroke</id>
 | 
						|
    <param name="extension" type="string" gui-hidden="true">jump_to_stroke</param>
 | 
						|
    <effect>
 | 
						|
        <object-type>all</object-type>
 | 
						|
        <effects-menu>
 | 
						|
            <submenu name="Ink/Stitch" translatable="no">
 | 
						|
                <submenu name="Tools: Stroke" />
 | 
						|
            </submenu>
 | 
						|
        </effects-menu>
 | 
						|
    </effect>
 | 
						|
    <param name="stitch-length" type="float" gui-text="Running stitch length (mm)">2.5</param>
 | 
						|
    <param name="tolerance" type="float" gui-text="Running stitch tolerance (mm)">2.0</param>
 | 
						|
    <script>
 | 
						|
        {{ command_tag | safe }}
 | 
						|
    </script>
 | 
						|
</inkscape-extension>
 |