forked from HEL/circuiteria
		
	changed AND design (circle arc instead of bezier)
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB | 
							
								
								
									
										
											BIN
										
									
								
								manual.pdf
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								manual.pdf
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -5,8 +5,8 @@ | |||||||
|   let (x, y) = bl |   let (x, y) = bl | ||||||
|   let (width, height) = (tr.at(0) - x, tr.at(1) - y) |   let (width, height) = (tr.at(0) - x, tr.at(1) - y) | ||||||
|  |  | ||||||
|   let t = (x + width / 4, y + height) |   let t = (x + width / 2, y + height) | ||||||
|   let b = (x + width / 4, y) |   let b = (x + width / 2, y) | ||||||
|  |  | ||||||
|   let f = draw.group(name: id, { |   let f = draw.group(name: id, { | ||||||
|     draw.merge-path( |     draw.merge-path( | ||||||
| @@ -16,7 +16,7 @@ | |||||||
|       name: id + "-path", |       name: id + "-path", | ||||||
|       close: true, { |       close: true, { | ||||||
|         draw.line(bl, tl, t) |         draw.line(bl, tl, t) | ||||||
|         draw.bezier((), b, tr, br) |         draw.arc-through((), (tr , 50%, br), b) | ||||||
|         draw.line((), b) |         draw.line((), b) | ||||||
|       } |       } | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user