Enumeration pvc.options.varia.StrokeLineJoin
				
				
Extends
					string.
				
			
				
				
			
| Field Attributes | Field Name and Description | 
|---|---|
| Join segments with cut-off corners. | |
| Join segments with sharp angle corners. | |
| Join segments with rounded corners. | 
					Enumeration Detail
				
				
				
                
						pvc.options.varia.StrokeLineJoin
				
				
				
					The possible ways to join the segments of a line.
				
				
					
					
					
					
					
					
					
			See http://www.w3.org/TR/SVG/painting.html#StrokeProperties for more information on stroke properties.
					Field Detail
				
				
					 
					
					
					
					Bevel
					
					
					
						Join segments with cut-off corners.
						
						
					
					
					
						
						
						
                        
                            - Value:
- 'bevel'
					
					
					Miter
					
					
					
						Join segments with sharp angle corners.
						
						
					
					
					
						
						
						
                        
                            - Value:
- 'miter'
					
					
					Round
					
					
					
						Join segments with rounded corners.
						
						
					
					
					
						
						
						
                        
                            - Value:
- 'round'