| | |
| | | // import ACImg from '../images/AC.png' |
| | | |
| | | const lineWidth = 3; |
| | | const lineStrokeColor = '#105b96'; |
| | | const lineStrokeColor = '#fff'; |
| | | const frequencyWidth = 96; |
| | | const ACWidth = 124; |
| | | const parameterWidth = 85; |
| | |
| | | strokeStyle: lineStrokeColor, |
| | | lineWidth: lineWidth, |
| | | points: [ |
| | | [line3[1][0] - 30, line3[1][1]], |
| | | [line3[1][0], line3[1][1]], |
| | | [line2[1][0], line2[1][1]] |
| | | ] |
| | | }) |
| | |
| | | strokeStyle: lineStrokeColor, |
| | | lineWidth: lineWidth, |
| | | points: [ |
| | | [line5[1][0] - 30, line5[1][1]], |
| | | [line5[1][0], line5[1][1]], |
| | | [line6[0][0], line6[0][1]] |
| | | ] |
| | | }) |
| | |
| | | let Image1 = diagram.drawImage({ |
| | | id: 'img1', |
| | | url: rectifier, |
| | | point: [line15[1][0] - 60, line15[1][1]], |
| | | point: [line15[1][0] - 60, line15[1][1]-20], |
| | | width: 70, |
| | | height: 101, |
| | | }) |