mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Improvements for bottom and top surfaces perimeters
This commit is contained in:
		
							parent
							
								
									a7d5e643ae
								
							
						
					
					
						commit
						34681af6ae
					
				
					 3 changed files with 50 additions and 18 deletions
				
			
		|  | @ -46,7 +46,7 @@ sub output { | |||
|             my $g = $svg->group( | ||||
|                 style => { | ||||
|                     'stroke-width' => 2, | ||||
|                     'stroke' => $colour || 'black', | ||||
|                     'stroke' => 'black' || $colour || 'black', | ||||
|                     'fill' => ($type !~ /polygons/ ? 'none' : ($colour || 'grey')), | ||||
|                 }, | ||||
|             ); | ||||
|  | @ -58,6 +58,7 @@ sub output { | |||
|                 ); | ||||
|                 $g->$method( | ||||
|                     %$path, | ||||
|                     'marker-end' => "url(#endArrow)", | ||||
|                 ); | ||||
|             } | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci