kopia lustrzana https://github.com/inkstitch/inkstitch
				
				
				
			
		
			
				
	
	
		
			20 wiersze
		
	
	
		
			799 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			20 wiersze
		
	
	
		
			799 B
		
	
	
	
		
			XML
		
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 | |
|     <name>Duplicate Params</name>
 | |
|     <id>org.{{ id_inkstitch }}.duplicate_params</id>
 | |
|     <param name="extension" type="string" gui-hidden="true">duplicate_params</param>
 | |
|     <effect>
 | |
|         <object-type>all</object-type>
 | |
|         <icon>{{ icon_path }}inx/duplicate_params.svg</icon>
 | |
|         <menu-tip>Applies params from first selected element to the rest of the selection</menu-tip>
 | |
|         <effects-menu>
 | |
|         <submenu name="{{ menu_inkstitch }}" translatable="no">
 | |
|             <submenu name="Edit" />
 | |
|         </submenu>
 | |
|         </effects-menu>
 | |
|     </effect>
 | |
|     <script>
 | |
|         {{ command_tag | safe }}
 | |
|     </script>
 | |
| </inkscape-extension>
 |