mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	SVGO config update (#2467)
Includes now the by default disabled `removeNone` param for `removeUselessStrokeAndFill` See: https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill.js
This commit is contained in:
		
							parent
							
								
									667f885e26
								
							
						
					
					
						commit
						812be53b5d
					
				| @ -38,6 +38,10 @@ plugins: | ||||
|       attrs: | ||||
|         - baseProfile | ||||
| 
 | ||||
|   # remove paths with fill="none" | ||||
|   - removeUselessStrokeAndFill: | ||||
|       removeNone: true | ||||
| 
 | ||||
|   # Enable everything else | ||||
|   - removeDoctype | ||||
|   - removeXMLProcInst | ||||
| @ -57,7 +61,6 @@ plugins: | ||||
|   - cleanupListOfValues | ||||
|   - convertColors | ||||
|   - removeNonInheritableGroupAttrs | ||||
|   - removeUselessStrokeAndFill | ||||
|   - removeViewBox | ||||
|   - cleanupEnableBackground | ||||
|   - removeHiddenElems | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user