schematic-symbols 0.0.89 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2743,6 +2743,177 @@ var fuse_horz_default = defineSymbol({
2743
2743
  // symbols/fuse_vert.ts
2744
2744
  var fuse_vert_default = rotateSymbol(fuse_horz_default);
2745
2745
 
2746
+ // assets/generated/ground.json
2747
+ var ground_default = {
2748
+ paths: {
2749
+ path1: {
2750
+ type: "path",
2751
+ points: [
2752
+ {
2753
+ x: -0.3449701000000003,
2754
+ y: -0.4545300000000001
2755
+ },
2756
+ {
2757
+ x: -0.044970100000000235,
2758
+ y: -0.4545300000000001
2759
+ }
2760
+ ],
2761
+ color: "primary",
2762
+ fill: false
2763
+ },
2764
+ path2: {
2765
+ type: "path",
2766
+ points: [
2767
+ {
2768
+ x: -0.025322899999999926,
2769
+ y: -0.25053000000000014
2770
+ },
2771
+ {
2772
+ x: -0.025322900000000148,
2773
+ y: -0.65053
2774
+ }
2775
+ ],
2776
+ color: "primary",
2777
+ fill: false
2778
+ },
2779
+ path3: {
2780
+ type: "path",
2781
+ points: [
2782
+ {
2783
+ x: 0.04499999999999993,
2784
+ y: -0.3005300000000002
2785
+ },
2786
+ {
2787
+ x: 0.04499999999999993,
2788
+ y: -0.60053
2789
+ }
2790
+ ],
2791
+ color: "primary",
2792
+ fill: false
2793
+ },
2794
+ path4: {
2795
+ type: "path",
2796
+ points: [
2797
+ {
2798
+ x: 0.14499999999999957,
2799
+ y: -0.40053000000000005
2800
+ },
2801
+ {
2802
+ x: 0.14499999999999957,
2803
+ y: -0.5005300000000001
2804
+ }
2805
+ ],
2806
+ color: "primary",
2807
+ fill: false
2808
+ }
2809
+ },
2810
+ texts: {
2811
+ bottom1: {
2812
+ type: "text",
2813
+ text: "{REF}",
2814
+ x: -0.45500000000000007,
2815
+ y: 0.6505299999999998
2816
+ },
2817
+ right1: {
2818
+ type: "text",
2819
+ text: "{VAL}",
2820
+ x: 0.4449999999999996,
2821
+ y: -0.35053
2822
+ }
2823
+ },
2824
+ refblocks: {
2825
+ top1: {
2826
+ x: -0.3449701000000003,
2827
+ y: -0.4545300000000001
2828
+ },
2829
+ top2: {
2830
+ x: 0.16500000000000004,
2831
+ y: -0.4535300000000002
2832
+ }
2833
+ },
2834
+ bounds: {
2835
+ minX: -0.45500000000000007,
2836
+ maxX: 0.5449999999999996,
2837
+ minY: -0.65053,
2838
+ maxY: 0.6505299999999998,
2839
+ width: 0.9999999999999997,
2840
+ height: 0.9510599999999999,
2841
+ centerX: 0.04499999999999976,
2842
+ centerY: -11102230246251565e-32
2843
+ },
2844
+ circles: {}
2845
+ };
2846
+
2847
+ // symbols/ground_horz.ts
2848
+ var { paths: paths17, circles: circles13, bounds: bounds17, refblocks: refblocks17 } = ground_default;
2849
+ var horizontalSymbol = defineSymbol({
2850
+ primitives: [
2851
+ ...Object.values(paths17),
2852
+ ...Object.values(circles13),
2853
+ {
2854
+ type: "text",
2855
+ text: "{REF}",
2856
+ // REF label for horizontal
2857
+ x: -0.1,
2858
+ // Adjust this for the horizontal positioning of REF
2859
+ y: -0.8,
2860
+ // Adjust this for the vertical positioning of REF
2861
+ anchor: "middle_bottom"
2862
+ // Horizontal anchor for REF
2863
+ },
2864
+ {
2865
+ type: "text",
2866
+ text: "{VAL}",
2867
+ // VAL label for horizontal
2868
+ x: -0.1,
2869
+ // Adjust for horizontal positioning of VAL
2870
+ y: -0.1,
2871
+ // Adjust for vertical positioning of VAL
2872
+ anchor: "middle_top"
2873
+ // Horizontal anchor for VAL
2874
+ }
2875
+ ],
2876
+ ports: [{ ...refblocks17.top1, labels: ["1"] }],
2877
+ size: { width: bounds17.width, height: bounds17.height },
2878
+ center: { x: bounds17.centerX - 0.09, y: bounds17.centerY - 0.45 }
2879
+ });
2880
+ var ground_horz_default = horizontalSymbol;
2881
+
2882
+ // symbols/ground_vert.ts
2883
+ var { paths: paths18, circles: circles14, bounds: bounds18, refblocks: refblocks18 } = ground_default;
2884
+ var verticalSymbol = defineSymbol({
2885
+ primitives: [
2886
+ ...Object.values(paths18),
2887
+ ...Object.values(circles14),
2888
+ {
2889
+ type: "text",
2890
+ text: "{REF}",
2891
+ // REF label for vertical
2892
+ x: -0.015,
2893
+ // Adjust this for the horizontal positioning of REF
2894
+ y: -0.75,
2895
+ // Adjust this for the vertical positioning of REF
2896
+ anchor: "middle_bottom"
2897
+ // Vertical anchor for REF
2898
+ },
2899
+ {
2900
+ type: "text",
2901
+ text: "{VAL}",
2902
+ // VAL label for vertical
2903
+ x: -0.015,
2904
+ // Adjust for horizontal positioning of VAL
2905
+ y: -0.12,
2906
+ // Adjust for vertical positioning of VAL
2907
+ anchor: "middle_top"
2908
+ // Vertical anchor for VAL
2909
+ }
2910
+ ],
2911
+ ports: [{ ...refblocks18.top1, labels: ["1"] }],
2912
+ size: { width: bounds18.width, height: bounds18.height },
2913
+ center: { x: bounds18.centerX, y: bounds18.centerY - 0.45 }
2914
+ });
2915
+ var ground_vert_default = rotateSymbol(verticalSymbol);
2916
+
2746
2917
  // assets/generated/gunn_diode.json
2747
2918
  var gunn_diode_default = {
2748
2919
  paths: {
@@ -2861,11 +3032,11 @@ var gunn_diode_default = {
2861
3032
  };
2862
3033
 
2863
3034
  // symbols/gunn_diode_horz.ts
2864
- var { paths: paths17, texts: texts20, bounds: bounds17, refblocks: refblocks17, circles: circles13 } = gunn_diode_default;
3035
+ var { paths: paths19, texts: texts20, bounds: bounds19, refblocks: refblocks19, circles: circles15 } = gunn_diode_default;
2865
3036
  var gunn_diode_horz_default = defineSymbol({
2866
3037
  primitives: [
2867
- ...Object.values(paths17),
2868
- ...Object.values(circles13),
3038
+ ...Object.values(paths19),
3039
+ ...Object.values(circles15),
2869
3040
  { ...texts20.top1, anchor: "middle_left" },
2870
3041
  {
2871
3042
  type: "text",
@@ -2876,13 +3047,13 @@ var gunn_diode_horz_default = defineSymbol({
2876
3047
  // { ...texts.bottom1, anchor: "middle_left" },
2877
3048
  ],
2878
3049
  ports: [
2879
- { ...refblocks17.left1, labels: ["1"] },
3050
+ { ...refblocks19.left1, labels: ["1"] },
2880
3051
  // TODO add more "standard" labels
2881
- { ...refblocks17.right1, labels: ["2"] }
3052
+ { ...refblocks19.right1, labels: ["2"] }
2882
3053
  // TODO add more "standard" labels
2883
3054
  ],
2884
- size: { width: bounds17.width, height: bounds17.height },
2885
- center: { x: bounds17.centerX, y: bounds17.centerY }
3055
+ size: { width: bounds19.width, height: bounds19.height },
3056
+ center: { x: bounds19.centerX, y: bounds19.centerY }
2886
3057
  });
2887
3058
 
2888
3059
  // symbols/gunn_diode_vert.ts
@@ -2903,121 +3074,1257 @@ var igbt_transistor_default = {
2903
3074
  type: "path",
2904
3075
  points: [
2905
3076
  {
2906
- x: -0.33466555000000053,
2907
- y: -0.0037939000000000167
3077
+ x: -0.33466555000000053,
3078
+ y: -0.0037939000000000167
3079
+ },
3080
+ {
3081
+ x: 0.04390385000000019,
3082
+ y: -0.0011709000000001968
3083
+ }
3084
+ ],
3085
+ color: "primary",
3086
+ fill: false
3087
+ },
3088
+ path40: {
3089
+ type: "path",
3090
+ points: [
3091
+ {
3092
+ x: 0.12457955000000065,
3093
+ y: -0.19306540000000028
3094
+ },
3095
+ {
3096
+ x: 0.123649550000001,
3097
+ y: 0.1750840999999994
3098
+ }
3099
+ ],
3100
+ color: "primary",
3101
+ fill: false
3102
+ },
3103
+ path42: {
3104
+ type: "path",
3105
+ points: [
3106
+ {
3107
+ x: 0.06045334999999952,
3108
+ y: 0.1174366
3109
+ },
3110
+ {
3111
+ x: 0.06045334999999952,
3112
+ y: -0.14714680000000002
3113
+ }
3114
+ ],
3115
+ color: "primary",
3116
+ fill: false
3117
+ },
3118
+ path12: {
3119
+ type: "path",
3120
+ points: [
3121
+ {
3122
+ x: 0.33417885,
3123
+ y: 0.2434666000000001
3124
+ },
3125
+ {
3126
+ x: 0.33357884999999987,
3127
+ y: 0.5397975000000004
3128
+ }
3129
+ ],
3130
+ color: "primary",
3131
+ fill: false
3132
+ },
3133
+ "path12-1": {
3134
+ type: "path",
3135
+ points: [
3136
+ {
3137
+ x: 0.3346655500000004,
3138
+ y: -0.5397975000000003
3139
+ },
3140
+ {
3141
+ x: 0.33406555000000027,
3142
+ y: -0.2706031000000002
3143
+ }
3144
+ ],
3145
+ color: "primary",
3146
+ fill: false
3147
+ },
3148
+ path15: {
3149
+ type: "path",
3150
+ points: [
3151
+ {
3152
+ x: 0.2236118499999995,
3153
+ y: 0.21260169999999978
3154
+ },
3155
+ {
3156
+ x: 0.32845994999999917,
3157
+ y: 0.22765899999999983
3158
+ },
3159
+ {
3160
+ x: 0.2828999499999987,
3161
+ y: 0.13876569999999977
3162
+ }
3163
+ ],
3164
+ color: "primary",
3165
+ fill: true
3166
+ },
3167
+ path17: {
3168
+ type: "path",
3169
+ points: [
3170
+ {
3171
+ x: 0.12747495000000053,
3172
+ y: 0.08265219999999984
3173
+ },
3174
+ {
3175
+ x: 0.2829977500000005,
3176
+ y: 0.19494979999999984
3177
+ }
3178
+ ],
3179
+ color: "primary",
3180
+ fill: false
3181
+ },
3182
+ path2: {
3183
+ type: "path",
3184
+ points: [
3185
+ {
3186
+ x: 0.1246791499999993,
3187
+ y: -0.11535130000000038
3188
+ },
3189
+ {
3190
+ x: 0.3341235499999988,
3191
+ y: -0.2634207000000004
3192
+ }
3193
+ ],
3194
+ color: "primary",
3195
+ fill: false
3196
+ }
3197
+ },
3198
+ texts: {
3199
+ top1: {
3200
+ type: "text",
3201
+ text: "{REF}",
3202
+ x: -0.10113134999999929,
3203
+ y: -0.3683925999999993
3204
+ },
3205
+ bottom1: {
3206
+ type: "text",
3207
+ text: "{VAL}",
3208
+ x: 0.08975225000000009,
3209
+ y: 0.4174267000000007
3210
+ }
3211
+ },
3212
+ refblocks: {
3213
+ top1: {
3214
+ x: 0.3348183499999997,
3215
+ y: -0.5593924999999992
3216
+ },
3217
+ bottom1: {
3218
+ x: 0.3327607500000005,
3219
+ y: 0.5538097000000006
3220
+ },
3221
+ left1: {
3222
+ x: -0.34858084999999983,
3223
+ y: -0.0029410999999994747
3224
+ }
3225
+ },
3226
+ bounds: {
3227
+ minX: -0.33466555000000053,
3228
+ maxX: 0.3346655500000004,
3229
+ minY: -0.5397975000000003,
3230
+ maxY: 0.5397975000000004,
3231
+ width: 1,
3232
+ height: 1.0795950000000007,
3233
+ centerX: -5551115123125783e-32,
3234
+ centerY: 5551115123125783e-32
3235
+ },
3236
+ circles: {
3237
+ path1: {
3238
+ type: "circle",
3239
+ x: 0.18905494999999983,
3240
+ y: -0.010922199999999549,
3241
+ radius: 0.28854213,
3242
+ color: "primary",
3243
+ fill: false
3244
+ }
3245
+ }
3246
+ };
3247
+
3248
+ // symbols/igbt_transistor_horz.ts
3249
+ var { paths: paths20, texts: texts22, bounds: bounds20, refblocks: refblocks20, circles: circles16 } = igbt_transistor_default;
3250
+ var igbt_transistor_horz_default = defineSymbol({
3251
+ primitives: [
3252
+ ...Object.values(paths20),
3253
+ ...Object.values(circles16),
3254
+ {
3255
+ type: "text",
3256
+ text: "{REF}",
3257
+ x: 0,
3258
+ y: -0.4,
3259
+ anchor: "middle_right"
3260
+ },
3261
+ {
3262
+ type: "text",
3263
+ text: "{VAL}",
3264
+ x: 0,
3265
+ y: 0.4,
3266
+ anchor: "middle_right"
3267
+ }
3268
+ ],
3269
+ ports: [
3270
+ { ...refblocks20.top1, labels: ["1"] },
3271
+ // TODO add more "standard" labels
3272
+ { ...refblocks20.bottom1, labels: ["2"] },
3273
+ // TODO add more "standard" labels
3274
+ { ...refblocks20.left1, labels: ["3"] }
3275
+ // TODO add more "standard" labels
3276
+ ],
3277
+ size: { width: bounds20.width, height: bounds20.height },
3278
+ center: { x: bounds20.centerX + 0.06, y: bounds20.centerY }
3279
+ });
3280
+
3281
+ // symbols/igbt_transistor_vert.ts
3282
+ var rotated2 = rotateSymbol(igbt_transistor_horz_default);
3283
+ var ref7 = rotated2.primitives.find(
3284
+ (p) => p.type === "text" && p.text === "{REF}"
3285
+ );
3286
+ var val7 = rotated2.primitives.find(
3287
+ (p) => p.type === "text" && p.text === "{VAL}"
3288
+ );
3289
+ ref7.anchor = "middle_left";
3290
+ val7.anchor = "middle_right";
3291
+ ref7.x = 0.45;
3292
+ ref7.y += 0.065;
3293
+ val7.y += 0.065;
3294
+ var igbt_transistor_vert_default = rotated2;
3295
+
3296
+ // assets/generated/inductor.json
3297
+ var inductor_default = {
3298
+ paths: {
3299
+ path8698: {
3300
+ type: "path",
3301
+ points: [
3302
+ {
3303
+ x: -0.20003504999999944,
3304
+ y: 0.028826854587890027
3305
+ },
3306
+ {
3307
+ x: -0.2033544366666661,
3308
+ y: 0.022384739650748782
3309
+ },
3310
+ {
3311
+ x: -0.20667382333333278,
3312
+ y: 0.015976838014532466
3313
+ },
3314
+ {
3315
+ x: -0.20999320999999949,
3316
+ y: 0.009636988132081447
3317
+ },
3318
+ {
3319
+ x: -0.21331259666666616,
3320
+ y: 0.003398282866981144
3321
+ },
3322
+ {
3323
+ x: -0.21663198333333286,
3324
+ y: -0.002707293078776634
3325
+ },
3326
+ {
3327
+ x: -0.21995136999999956,
3328
+ y: -0.008649213595881871
3329
+ },
3330
+ {
3331
+ x: -0.2232707566666662,
3332
+ y: -0.014398745618147975
3333
+ },
3334
+ {
3335
+ x: -0.2265901433333329,
3336
+ y: -0.019929263927997674
3337
+ },
3338
+ {
3339
+ x: -0.22990952999999958,
3340
+ y: -0.02521654286791855
3341
+ },
3342
+ {
3343
+ x: -0.23322891666666629,
3344
+ y: -0.030239021761836165
3345
+ },
3346
+ {
3347
+ x: -0.23654830333333293,
3348
+ y: -0.03497804113839313
3349
+ },
3350
+ {
3351
+ x: -0.23986768999999963,
3352
+ y: -0.039418047168021914
3353
+ },
3354
+ {
3355
+ x: -0.24318707666666634,
3356
+ y: -0.04354676207395655
3357
+ },
3358
+ {
3359
+ x: -0.246506463333333,
3360
+ y: -0.047355318650124094
3361
+ },
3362
+ {
3363
+ x: -0.24982584999999968,
3364
+ y: -0.05083835741210997
3365
+ },
3366
+ {
3367
+ x: -0.25314523666666633,
3368
+ y: -0.05399408531679076
3369
+ },
3370
+ {
3371
+ x: -0.25646462333333303,
3372
+ y: -0.056824295407289886
3373
+ },
3374
+ {
3375
+ x: -0.25978400999999973,
3376
+ y: -0.05933434716802191
3377
+ },
3378
+ {
3379
+ x: -0.26310339666666643,
3380
+ y: -0.061533107805059786
3381
+ },
3382
+ {
3383
+ x: -0.2664227833333331,
3384
+ y: -0.0634328550951695
3385
+ },
3386
+ {
3387
+ x: -0.2697421699999998,
3388
+ y: -0.06504914286791855
3389
+ },
3390
+ {
3391
+ x: -0.2730615566666664,
3392
+ y: -0.06640063059466435
3393
+ },
3394
+ {
3395
+ x: -0.2763809433333332,
3396
+ y: -0.0675088789514813
3397
+ },
3398
+ {
3399
+ x: -0.27970032999999983,
3400
+ y: -0.06839811359588187
3401
+ },
3402
+ {
3403
+ x: -0.28301971666666653,
3404
+ y: -0.0690949597454433
3405
+ },
3406
+ {
3407
+ x: -0.28633910333333323,
3408
+ y: -0.06962815046635218
3409
+ },
3410
+ {
3411
+ x: -0.2896584899999999,
3412
+ y: -0.07002821186791855
3413
+ },
3414
+ {
3415
+ x: -0.2929778766666666,
3416
+ y: -0.07032712865213421
3417
+ },
3418
+ {
3419
+ x: -0.2962972633333332,
3420
+ y: -0.07055799368258454
3421
+ },
3422
+ {
3423
+ x: -0.29961664999999993,
3424
+ y: -0.07075464541210996
3425
+ },
3426
+ {
3427
+ x: -0.30293603333333324,
3428
+ y: -0.07055799368258453
3429
+ },
3430
+ {
3431
+ x: -0.30625541666666656,
3432
+ y: -0.07032712865213421
3433
+ },
3434
+ {
3435
+ x: -0.30957479999999993,
3436
+ y: -0.07002821186791855
3437
+ },
3438
+ {
3439
+ x: -0.31289418333333324,
3440
+ y: -0.06962815046635219
3441
+ },
3442
+ {
3443
+ x: -0.31621356666666656,
3444
+ y: -0.0690949597454433
3445
+ },
3446
+ {
3447
+ x: -0.31953294999999987,
3448
+ y: -0.06839811359588187
3449
+ },
3450
+ {
3451
+ x: -0.32285233333333313,
3452
+ y: -0.0675088789514813
3453
+ },
3454
+ {
3455
+ x: -0.3261717166666665,
3456
+ y: -0.06640063059466433
3457
+ },
3458
+ {
3459
+ x: -0.32949109999999976,
3460
+ y: -0.06504914286791855
3461
+ },
3462
+ {
3463
+ x: -0.33281048333333313,
3464
+ y: -0.06343285509516951
3465
+ },
3466
+ {
3467
+ x: -0.33612986666666644,
3468
+ y: -0.061533107805059786
3469
+ },
3470
+ {
3471
+ x: -0.33944924999999976,
3472
+ y: -0.05933434716802191
3473
+ },
3474
+ {
3475
+ x: -0.3427686333333331,
3476
+ y: -0.056824295407289886
3477
+ },
3478
+ {
3479
+ x: -0.3460880166666664,
3480
+ y: -0.05399408531679075
3481
+ },
3482
+ {
3483
+ x: -0.3494073999999997,
3484
+ y: -0.05083835741210997
3485
+ },
3486
+ {
3487
+ x: -0.352726783333333,
3488
+ y: -0.0473553186501241
3489
+ },
3490
+ {
3491
+ x: -0.35604616666666633,
3492
+ y: -0.04354676207395655
3493
+ },
3494
+ {
3495
+ x: -0.35936554999999964,
3496
+ y: -0.039418047168021914
3497
+ },
3498
+ {
3499
+ x: -0.362684933333333,
3500
+ y: -0.03497804113839313
3501
+ },
3502
+ {
3503
+ x: -0.36600431666666633,
3504
+ y: -0.030239021761836175
3505
+ },
3506
+ {
3507
+ x: -0.3693236999999996,
3508
+ y: -0.025216542867918555
3509
+ },
3510
+ {
3511
+ x: -0.3726430833333329,
3512
+ y: -0.01992926392799769
3513
+ },
3514
+ {
3515
+ x: -0.3759624666666663,
3516
+ y: -0.014398745618147961
3517
+ },
3518
+ {
3519
+ x: -0.3792818499999996,
3520
+ y: -0.008649213595881871
3521
+ },
3522
+ {
3523
+ x: -0.38260123333333285,
3524
+ y: -0.0027072930787766323
3525
+ },
3526
+ {
3527
+ x: -0.38592061666666616,
3528
+ y: 0.003398282866981149
3529
+ },
3530
+ {
3531
+ x: -0.38923999999999953,
3532
+ y: 0.009636988132081444
3533
+ },
3534
+ {
3535
+ x: -0.39255938333333285,
3536
+ y: 0.015976838014532466
3537
+ },
3538
+ {
3539
+ x: -0.39587876666666616,
3540
+ y: 0.022384739650748775
3541
+ },
3542
+ {
3543
+ x: -0.3991981499999995,
3544
+ y: 0.028826854587890027
3545
+ }
3546
+ ],
3547
+ color: "primary",
3548
+ fill: false
3549
+ },
3550
+ path8700: {
3551
+ type: "path",
3552
+ points: [
3553
+ {
3554
+ x: -872049999999458e-18,
3555
+ y: 0.028826154587890507
3556
+ },
3557
+ {
3558
+ x: -0.004191433333332769,
3559
+ y: 0.022384036317415937
3560
+ },
3561
+ {
3562
+ x: -0.00751081666666608,
3563
+ y: 0.01597613134786629
3564
+ },
3565
+ {
3566
+ x: -0.010830199999999391,
3567
+ y: 0.009636278132081942
3568
+ },
3569
+ {
3570
+ x: -0.014149583333332702,
3571
+ y: 0.003397569533648309
3572
+ },
3573
+ {
3574
+ x: -0.01746896666666601,
3575
+ y: -0.0027080097454427934
3576
+ },
3577
+ {
3578
+ x: -0.020788349999999324,
3579
+ y: -0.008649933595881358
3580
+ },
3581
+ {
3582
+ x: -0.02410773333333263,
3583
+ y: -0.014399468951480792
3584
+ },
3585
+ {
3586
+ x: -0.027427116666665946,
3587
+ y: -0.019929990594663816
3588
+ },
3589
+ {
3590
+ x: -0.030746499999999254,
3591
+ y: -0.025217272867918025
3592
+ },
3593
+ {
3594
+ x: -0.03406588333333256,
3595
+ y: -0.030239755095168967
3596
+ },
3597
+ {
3598
+ x: -0.037385266666665876,
3599
+ y: -0.03497877780505925
3600
+ },
3601
+ {
3602
+ x: -0.04070464999999919,
3603
+ y: -0.03941878716802137
3604
+ },
3605
+ {
3606
+ x: -0.0440240333333325,
3607
+ y: -0.04354750540728934
3608
+ },
3609
+ {
3610
+ x: -0.047343416666665805,
3611
+ y: -0.0473560653167902
3612
+ },
3613
+ {
3614
+ x: -0.05066279999999912,
3615
+ y: -0.05083910741210941
3616
+ },
3617
+ {
3618
+ x: -0.053982183333332434,
3619
+ y: -0.05399483865012353
3620
+ },
3621
+ {
3622
+ x: -0.05730156666666574,
3623
+ y: -0.05682505207395598
3624
+ },
3625
+ {
3626
+ x: -0.06062094999999905,
3627
+ y: -0.05933510716802134
3628
+ },
3629
+ {
3630
+ x: -0.06394033333333236,
3631
+ y: -0.06153387113839254
3632
+ },
3633
+ {
3634
+ x: -0.06725971666666566,
3635
+ y: -0.06343362176183558
3636
+ },
3637
+ {
3638
+ x: -0.07057909999999898,
3639
+ y: -0.06504991286791795
3640
+ },
3641
+ {
3642
+ x: -0.0738984833333323,
3643
+ y: -0.06640140392799708
3644
+ },
3645
+ {
3646
+ x: -0.07721786666666561,
3647
+ y: -0.06750965561814737
3648
+ },
3649
+ {
3650
+ x: -0.08053724999999892,
3651
+ y: -0.06839889359588126
3652
+ },
3653
+ {
3654
+ x: -0.08385663333333224,
3655
+ y: -0.06909574307877601
3656
+ },
3657
+ {
3658
+ x: -0.08717601666666554,
3659
+ y: -0.06962893713301824
3660
+ },
3661
+ {
3662
+ x: -0.09049539999999885,
3663
+ y: -0.07002900186791793
3664
+ },
3665
+ {
3666
+ x: -0.09381478333333215,
3667
+ y: -0.0703279219854669
3668
+ },
3669
+ {
3670
+ x: -0.09713416666666547,
3671
+ y: -0.07055879034925058
3672
+ },
3673
+ {
3674
+ x: -0.10045354999999878,
3675
+ y: -0.07075544541210932
3676
+ },
3677
+ {
3678
+ x: -0.10377293666666547,
3679
+ y: -0.07055879034925057
3680
+ },
3681
+ {
3682
+ x: -0.10709232333333214,
3683
+ y: -0.0703279219854669
3684
+ },
3685
+ {
3686
+ x: -0.11041170999999883,
3687
+ y: -0.07002900186791793
3688
+ },
3689
+ {
3690
+ x: -0.1137310966666655,
3691
+ y: -0.06962893713301824
3692
+ },
3693
+ {
3694
+ x: -0.1170504833333322,
3695
+ y: -0.06909574307877601
3696
+ },
3697
+ {
3698
+ x: -0.1203698699999989,
3699
+ y: -0.06839889359588126
3700
+ },
3701
+ {
3702
+ x: -0.12368925666666555,
3703
+ y: -0.06750965561814737
3704
+ },
3705
+ {
3706
+ x: -0.12700864333333226,
3707
+ y: -0.06640140392799707
3708
+ },
3709
+ {
3710
+ x: -0.13032802999999893,
3711
+ y: -0.06504991286791795
3712
+ },
3713
+ {
3714
+ x: -0.13364741666666563,
3715
+ y: -0.06343362176183559
3716
+ },
3717
+ {
3718
+ x: -0.13696680333333228,
3719
+ y: -0.06153387113839254
3720
+ },
3721
+ {
3722
+ x: -0.14028618999999898,
3723
+ y: -0.05933510716802133
3724
+ },
3725
+ {
3726
+ x: -0.14360557666666568,
3727
+ y: -0.05682505207395598
3728
+ },
3729
+ {
3730
+ x: -0.14692496333333235,
3731
+ y: -0.05399483865012352
3732
+ },
3733
+ {
3734
+ x: -0.15024434999999903,
3735
+ y: -0.05083910741210941
3736
+ },
3737
+ {
3738
+ x: -0.1535637366666657,
3739
+ y: -0.04735606531679021
3740
+ },
3741
+ {
3742
+ x: -0.15688312333333237,
3743
+ y: -0.04354750540728934
3744
+ },
3745
+ {
3746
+ x: -0.16020250999999908,
3747
+ y: -0.03941878716802137
3748
+ },
3749
+ {
3750
+ x: -0.16352189666666575,
3751
+ y: -0.03497877780505926
3752
+ },
3753
+ {
3754
+ x: -0.16684128333333245,
3755
+ y: -0.030239755095168977
3756
+ },
3757
+ {
3758
+ x: -0.1701606699999991,
3759
+ y: -0.025217272867918028
3760
+ },
3761
+ {
3762
+ x: -0.1734800566666658,
3763
+ y: -0.019929990594663834
3764
+ },
3765
+ {
3766
+ x: -0.1767994433333325,
3767
+ y: -0.014399468951480778
3768
+ },
3769
+ {
3770
+ x: -0.1801188299999992,
3771
+ y: -0.008649933595881358
3772
+ },
3773
+ {
3774
+ x: -0.18343821666666585,
3775
+ y: -0.0027080097454427916
3776
+ },
3777
+ {
3778
+ x: -0.18675760333333255,
3779
+ y: 0.0033975695336483144
3780
+ },
3781
+ {
3782
+ x: -0.19007698999999922,
3783
+ y: 0.009636278132081942
3784
+ },
3785
+ {
3786
+ x: -0.19339637666666593,
3787
+ y: 0.01597613134786629
3788
+ },
3789
+ {
3790
+ x: -0.19671576333333257,
3791
+ y: 0.02238403631741593
3792
+ },
3793
+ {
3794
+ x: -0.20003514999999927,
3795
+ y: 0.028826154587890507
3796
+ }
3797
+ ],
3798
+ color: "primary",
3799
+ fill: false
3800
+ },
3801
+ path8702: {
3802
+ type: "path",
3803
+ points: [
3804
+ {
3805
+ x: 0.19829105000000036,
3806
+ y: 0.028826154587890507
3807
+ },
3808
+ {
3809
+ x: 0.19497166333333366,
3810
+ y: 0.022384036317415937
3811
+ },
3812
+ {
3813
+ x: 0.191652276666667,
3814
+ y: 0.01597613134786629
3815
+ },
3816
+ {
3817
+ x: 0.1883328900000003,
3818
+ y: 0.009636278132081942
3819
+ },
3820
+ {
3821
+ x: 0.18501350333333363,
3822
+ y: 0.003397569533648309
3823
+ },
3824
+ {
3825
+ x: 0.18169411666666693,
3826
+ y: -0.0027080097454427934
3827
+ },
3828
+ {
3829
+ x: 0.1783747300000003,
3830
+ y: -0.008649933595881358
3831
+ },
3832
+ {
3833
+ x: 0.17505534333333356,
3834
+ y: -0.014399468951480792
3835
+ },
3836
+ {
3837
+ x: 0.1717359566666669,
3838
+ y: -0.019929990594663816
3839
+ },
3840
+ {
3841
+ x: 0.16841657000000018,
3842
+ y: -0.025217272867918025
3843
+ },
3844
+ {
3845
+ x: 0.16509718333333356,
3846
+ y: -0.030239755095168967
3847
+ },
3848
+ {
3849
+ x: 0.16177779666666683,
3850
+ y: -0.03497877780505925
3851
+ },
3852
+ {
3853
+ x: 0.15845841000000016,
3854
+ y: -0.03941878716802137
3855
+ },
3856
+ {
3857
+ x: 0.15513902333333346,
3858
+ y: -0.04354750540728934
3859
+ },
3860
+ {
3861
+ x: 0.15181963666666679,
3862
+ y: -0.0473560653167902
3863
+ },
3864
+ {
3865
+ x: 0.1485002500000001,
3866
+ y: -0.05083910741210941
3867
+ },
3868
+ {
3869
+ x: 0.14518086333333344,
3870
+ y: -0.05399483865012353
3871
+ },
3872
+ {
3873
+ x: 0.14186147666666676,
3874
+ y: -0.05682505207395598
3875
+ },
3876
+ {
3877
+ x: 0.13854209000000006,
3878
+ y: -0.05933510716802134
3879
+ },
3880
+ {
3881
+ x: 0.1352227033333334,
3882
+ y: -0.06153387113839254
3883
+ },
3884
+ {
3885
+ x: 0.13190331666666671,
3886
+ y: -0.06343362176183558
3887
+ },
3888
+ {
3889
+ x: 0.12858393,
3890
+ y: -0.06504991286791795
3891
+ },
3892
+ {
3893
+ x: 0.12526454333333334,
3894
+ y: -0.06640140392799708
3895
+ },
3896
+ {
3897
+ x: 0.12194515666666664,
3898
+ y: -0.06750965561814737
3899
+ },
3900
+ {
3901
+ x: 0.11862576999999996,
3902
+ y: -0.06839889359588126
3903
+ },
3904
+ {
3905
+ x: 0.11530638333333329,
3906
+ y: -0.06909574307877601
3907
+ },
3908
+ {
3909
+ x: 0.11198699666666659,
3910
+ y: -0.06962893713301824
3911
+ },
3912
+ {
3913
+ x: 0.10866760999999991,
3914
+ y: -0.07002900186791793
3915
+ },
3916
+ {
3917
+ x: 0.10534822333333323,
3918
+ y: -0.0703279219854669
3919
+ },
3920
+ {
3921
+ x: 0.10202883666666655,
3922
+ y: -0.07055879034925058
3923
+ },
3924
+ {
3925
+ x: 0.09870944999999987,
3926
+ y: -0.07075544541210932
3927
+ },
3928
+ {
3929
+ x: 0.09539006666666656,
3930
+ y: -0.07055879034925057
3931
+ },
3932
+ {
3933
+ x: 0.09207068333333325,
3934
+ y: -0.0703279219854669
3935
+ },
3936
+ {
3937
+ x: 0.08875129999999994,
3938
+ y: -0.07002900186791793
3939
+ },
3940
+ {
3941
+ x: 0.08543191666666662,
3942
+ y: -0.06962893713301824
3943
+ },
3944
+ {
3945
+ x: 0.08211253333333332,
3946
+ y: -0.06909574307877601
3947
+ },
3948
+ {
3949
+ x: 0.07879315,
3950
+ y: -0.06839889359588126
3951
+ },
3952
+ {
3953
+ x: 0.07547376666666669,
3954
+ y: -0.06750965561814737
3955
+ },
3956
+ {
3957
+ x: 0.07215438333333338,
3958
+ y: -0.06640140392799707
3959
+ },
3960
+ {
3961
+ x: 0.06883500000000006,
3962
+ y: -0.06504991286791795
3963
+ },
3964
+ {
3965
+ x: 0.06551561666666676,
3966
+ y: -0.06343362176183559
3967
+ },
3968
+ {
3969
+ x: 0.06219623333333345,
3970
+ y: -0.06153387113839254
3971
+ },
3972
+ {
3973
+ x: 0.05887685000000013,
3974
+ y: -0.05933510716802133
3975
+ },
3976
+ {
3977
+ x: 0.055557466666666826,
3978
+ y: -0.05682505207395598
3979
+ },
3980
+ {
3981
+ x: 0.05223808333333351,
3982
+ y: -0.05399483865012352
3983
+ },
3984
+ {
3985
+ x: 0.048918700000000204,
3986
+ y: -0.05083910741210941
3987
+ },
3988
+ {
3989
+ x: 0.045599316666666896,
3990
+ y: -0.04735606531679021
3991
+ },
3992
+ {
3993
+ x: 0.04227993333333358,
3994
+ y: -0.04354750540728934
3995
+ },
3996
+ {
3997
+ x: 0.038960550000000274,
3998
+ y: -0.03941878716802137
3999
+ },
4000
+ {
4001
+ x: 0.03564116666666696,
4002
+ y: -0.03497877780505926
4003
+ },
4004
+ {
4005
+ x: 0.03232178333333365,
4006
+ y: -0.030239755095168977
4007
+ },
4008
+ {
4009
+ x: 0.02900240000000034,
4010
+ y: -0.025217272867918028
4011
+ },
4012
+ {
4013
+ x: 0.025683016666667034,
4014
+ y: -0.019929990594663834
4015
+ },
4016
+ {
4017
+ x: 0.022363633333333712,
4018
+ y: -0.014399468951480778
4019
+ },
4020
+ {
4021
+ x: 0.019044250000000405,
4022
+ y: -0.008649933595881358
4023
+ },
4024
+ {
4025
+ x: 0.015724866666667094,
4026
+ y: -0.0027080097454427916
4027
+ },
4028
+ {
4029
+ x: 0.01240548333333378,
4030
+ y: 0.0033975695336483144
4031
+ },
4032
+ {
4033
+ x: 0.009086100000000473,
4034
+ y: 0.009636278132081942
4035
+ },
4036
+ {
4037
+ x: 0.0057667166666671614,
4038
+ y: 0.01597613134786629
4039
+ },
4040
+ {
4041
+ x: 0.002447333333333852,
4042
+ y: 0.02238403631741593
4043
+ },
4044
+ {
4045
+ x: -872049999999458e-18,
4046
+ y: 0.028826154587890507
4047
+ }
4048
+ ],
4049
+ color: "primary",
4050
+ fill: false
4051
+ },
4052
+ path8704: {
4053
+ type: "path",
4054
+ points: [
4055
+ {
4056
+ x: 0.39745405000000034,
4057
+ y: 0.028826154587890507
4058
+ },
4059
+ {
4060
+ x: 0.3941346666666671,
4061
+ y: 0.022384036317415937
4062
+ },
4063
+ {
4064
+ x: 0.3908152833333337,
4065
+ y: 0.01597613134786629
4066
+ },
4067
+ {
4068
+ x: 0.38749590000000045,
4069
+ y: 0.009636278132081942
4070
+ },
4071
+ {
4072
+ x: 0.3841765166666671,
4073
+ y: 0.003397569533648309
4074
+ },
4075
+ {
4076
+ x: 0.3808571333333338,
4077
+ y: -0.0027080097454427934
4078
+ },
4079
+ {
4080
+ x: 0.3775377500000005,
4081
+ y: -0.008649933595881358
4082
+ },
4083
+ {
4084
+ x: 0.37421836666666713,
4085
+ y: -0.014399468951480792
4086
+ },
4087
+ {
4088
+ x: 0.3708989833333339,
4089
+ y: -0.019929990594663816
4090
+ },
4091
+ {
4092
+ x: 0.3675796000000005,
4093
+ y: -0.025217272867918025
4094
+ },
4095
+ {
4096
+ x: 0.36426021666666725,
4097
+ y: -0.030239755095168967
4098
+ },
4099
+ {
4100
+ x: 0.36094083333333393,
4101
+ y: -0.03497877780505925
4102
+ },
4103
+ {
4104
+ x: 0.35762145000000056,
4105
+ y: -0.03941878716802137
4106
+ },
4107
+ {
4108
+ x: 0.3543020666666673,
4109
+ y: -0.04354750540728934
4110
+ },
4111
+ {
4112
+ x: 0.350982683333334,
4113
+ y: -0.0473560653167902
4114
+ },
4115
+ {
4116
+ x: 0.3476633000000007,
4117
+ y: -0.05083910741210941
4118
+ },
4119
+ {
4120
+ x: 0.34434391666666736,
4121
+ y: -0.05399483865012353
4122
+ },
4123
+ {
4124
+ x: 0.34102453333333405,
4125
+ y: -0.05682505207395598
4126
+ },
4127
+ {
4128
+ x: 0.3377051500000008,
4129
+ y: -0.05933510716802134
4130
+ },
4131
+ {
4132
+ x: 0.3343857666666674,
4133
+ y: -0.06153387113839254
4134
+ },
4135
+ {
4136
+ x: 0.33106638333333416,
4137
+ y: -0.06343362176183558
4138
+ },
4139
+ {
4140
+ x: 0.3277470000000008,
4141
+ y: -0.06504991286791795
4142
+ },
4143
+ {
4144
+ x: 0.32442761666666753,
4145
+ y: -0.06640140392799708
4146
+ },
4147
+ {
4148
+ x: 0.32110823333333416,
4149
+ y: -0.06750965561814737
4150
+ },
4151
+ {
4152
+ x: 0.3177888500000009,
4153
+ y: -0.06839889359588126
4154
+ },
4155
+ {
4156
+ x: 0.31446946666666753,
4157
+ y: -0.06909574307877601
4158
+ },
4159
+ {
4160
+ x: 0.31115008333333427,
4161
+ y: -0.06962893713301824
4162
+ },
4163
+ {
4164
+ x: 0.30783070000000096,
4165
+ y: -0.07002900186791793
4166
+ },
4167
+ {
4168
+ x: 0.30451131666666764,
4169
+ y: -0.0703279219854669
4170
+ },
4171
+ {
4172
+ x: 0.3011919333333343,
4173
+ y: -0.07055879034925058
4174
+ },
4175
+ {
4176
+ x: 0.297872550000001,
4177
+ y: -0.07075544541210932
4178
+ },
4179
+ {
4180
+ x: 0.29455316333333437,
4181
+ y: -0.07055879034925057
4182
+ },
4183
+ {
4184
+ x: 0.29123377666666767,
4185
+ y: -0.0703279219854669
4186
+ },
4187
+ {
4188
+ x: 0.287914390000001,
4189
+ y: -0.07002900186791793
4190
+ },
4191
+ {
4192
+ x: 0.28459500333333426,
4193
+ y: -0.06962893713301824
4194
+ },
4195
+ {
4196
+ x: 0.2812756166666676,
4197
+ y: -0.06909574307877601
4198
+ },
4199
+ {
4200
+ x: 0.2779562300000009,
4201
+ y: -0.06839889359588126
4202
+ },
4203
+ {
4204
+ x: 0.2746368433333342,
4205
+ y: -0.06750965561814737
4206
+ },
4207
+ {
4208
+ x: 0.27131745666666757,
4209
+ y: -0.06640140392799707
4210
+ },
4211
+ {
4212
+ x: 0.26799807000000087,
4213
+ y: -0.06504991286791795
4214
+ },
4215
+ {
4216
+ x: 0.2646786833333342,
4217
+ y: -0.06343362176183559
4218
+ },
4219
+ {
4220
+ x: 0.26135929666666746,
4221
+ y: -0.06153387113839254
4222
+ },
4223
+ {
4224
+ x: 0.2580399100000008,
4225
+ y: -0.05933510716802133
4226
+ },
4227
+ {
4228
+ x: 0.2547205233333341,
4229
+ y: -0.05682505207395598
4230
+ },
4231
+ {
4232
+ x: 0.25140113666666747,
4233
+ y: -0.05399483865012352
4234
+ },
4235
+ {
4236
+ x: 0.24808175000000077,
4237
+ y: -0.05083910741210941
4238
+ },
4239
+ {
4240
+ x: 0.24476236333333407,
4241
+ y: -0.04735606531679021
4242
+ },
4243
+ {
4244
+ x: 0.24144297666666742,
4245
+ y: -0.04354750540728934
2908
4246
  },
2909
4247
  {
2910
- x: 0.04390385000000019,
2911
- y: -0.0011709000000001968
2912
- }
2913
- ],
2914
- color: "primary",
2915
- fill: false
2916
- },
2917
- path40: {
2918
- type: "path",
2919
- points: [
4248
+ x: 0.23812359000000072,
4249
+ y: -0.03941878716802137
4250
+ },
2920
4251
  {
2921
- x: 0.12457955000000065,
2922
- y: -0.19306540000000028
4252
+ x: 0.23480420333333404,
4253
+ y: -0.03497877780505926
2923
4254
  },
2924
4255
  {
2925
- x: 0.123649550000001,
2926
- y: 0.1750840999999994
2927
- }
2928
- ],
2929
- color: "primary",
2930
- fill: false
2931
- },
2932
- path42: {
2933
- type: "path",
2934
- points: [
4256
+ x: 0.23148481666666734,
4257
+ y: -0.030239755095168977
4258
+ },
2935
4259
  {
2936
- x: 0.06045334999999952,
2937
- y: 0.1174366
4260
+ x: 0.22816543000000067,
4261
+ y: -0.025217272867918028
2938
4262
  },
2939
4263
  {
2940
- x: 0.06045334999999952,
2941
- y: -0.14714680000000002
2942
- }
2943
- ],
2944
- color: "primary",
2945
- fill: false
2946
- },
2947
- path12: {
2948
- type: "path",
2949
- points: [
4264
+ x: 0.224846043333334,
4265
+ y: -0.019929990594663834
4266
+ },
2950
4267
  {
2951
- x: 0.33417885,
2952
- y: 0.2434666000000001
4268
+ x: 0.2215266566666673,
4269
+ y: -0.014399468951480778
2953
4270
  },
2954
4271
  {
2955
- x: 0.33357884999999987,
2956
- y: 0.5397975000000004
2957
- }
2958
- ],
2959
- color: "primary",
2960
- fill: false
2961
- },
2962
- "path12-1": {
2963
- type: "path",
2964
- points: [
4272
+ x: 0.21820727000000062,
4273
+ y: -0.008649933595881358
4274
+ },
2965
4275
  {
2966
- x: 0.3346655500000004,
2967
- y: -0.5397975000000003
4276
+ x: 0.21488788333333395,
4277
+ y: -0.0027080097454427916
2968
4278
  },
2969
4279
  {
2970
- x: 0.33406555000000027,
2971
- y: -0.2706031000000002
2972
- }
2973
- ],
2974
- color: "primary",
2975
- fill: false
2976
- },
2977
- path15: {
2978
- type: "path",
2979
- points: [
4280
+ x: 0.21156849666666724,
4281
+ y: 0.0033975695336483144
4282
+ },
2980
4283
  {
2981
- x: 0.2236118499999995,
2982
- y: 0.21260169999999978
4284
+ x: 0.20824911000000057,
4285
+ y: 0.009636278132081942
2983
4286
  },
2984
4287
  {
2985
- x: 0.32845994999999917,
2986
- y: 0.22765899999999983
4288
+ x: 0.2049297233333339,
4289
+ y: 0.01597613134786629
2987
4290
  },
2988
4291
  {
2989
- x: 0.2828999499999987,
2990
- y: 0.13876569999999977
4292
+ x: 0.2016103366666672,
4293
+ y: 0.02238403631741593
4294
+ },
4295
+ {
4296
+ x: 0.19829095000000052,
4297
+ y: 0.028826154587890507
2991
4298
  }
2992
4299
  ],
2993
4300
  color: "primary",
2994
- fill: true
4301
+ fill: false
2995
4302
  },
2996
- path17: {
4303
+ path8706: {
2997
4304
  type: "path",
2998
4305
  points: [
2999
4306
  {
3000
- x: 0.12747495000000053,
3001
- y: 0.08265219999999984
4307
+ x: -0.4023286499999996,
4308
+ y: 0.02754405458789022
3002
4309
  },
3003
4310
  {
3004
- x: 0.2829977500000005,
3005
- y: 0.19494979999999984
4311
+ x: -0.5293590499999994,
4312
+ y: 0.02754405458789022
3006
4313
  }
3007
4314
  ],
3008
4315
  color: "primary",
3009
4316
  fill: false
3010
4317
  },
3011
- path2: {
4318
+ "path8706-5": {
3012
4319
  type: "path",
3013
4320
  points: [
3014
4321
  {
3015
- x: 0.1246791499999993,
3016
- y: -0.11535130000000038
4322
+ x: 0.5261604500000003,
4323
+ y: 0.03211105458789021
3017
4324
  },
3018
4325
  {
3019
- x: 0.3341235499999988,
3020
- y: -0.2634207000000004
4326
+ x: 0.39913004999999946,
4327
+ y: 0.03211105458789021
3021
4328
  }
3022
4329
  ],
3023
4330
  color: "primary",
@@ -3028,99 +4335,60 @@ var igbt_transistor_default = {
3028
4335
  top1: {
3029
4336
  type: "text",
3030
4337
  text: "{REF}",
3031
- x: -0.10113134999999929,
3032
- y: -0.3683925999999993
4338
+ x: -0.0040821499999992295,
4339
+ y: -0.22497364541210985
3033
4340
  },
3034
4341
  bottom1: {
3035
4342
  type: "text",
3036
4343
  text: "{VAL}",
3037
- x: 0.08975225000000009,
3038
- y: 0.4174267000000007
4344
+ x: -0.004252755294839927,
4345
+ y: 0.23497364541211008
3039
4346
  }
3040
4347
  },
3041
4348
  refblocks: {
3042
- top1: {
3043
- x: 0.3348183499999997,
3044
- y: -0.5593924999999992
3045
- },
3046
- bottom1: {
3047
- x: 0.3327607500000005,
3048
- y: 0.5538097000000006
3049
- },
3050
4349
  left1: {
3051
- x: -0.34858084999999983,
3052
- y: -0.0029410999999994747
4350
+ x: -0.5504428500000003,
4351
+ y: 0.02627215458789056
4352
+ },
4353
+ right1: {
4354
+ x: 0.5504428500000005,
4355
+ y: 0.03152125458789001
3053
4356
  }
3054
4357
  },
3055
4358
  bounds: {
3056
- minX: -0.33466555000000053,
3057
- maxX: 0.3346655500000004,
3058
- minY: -0.5397975000000003,
3059
- maxY: 0.5397975000000004,
3060
- width: 1,
3061
- height: 1.0795950000000007,
3062
- centerX: -5551115123125783e-32,
3063
- centerY: 5551115123125783e-32
4359
+ minX: -0.5786012910000002,
4360
+ maxX: 0.5786012910000005,
4361
+ minY: -0.3249736454121098,
4362
+ maxY: 0.23497364541211008,
4363
+ width: 1.1572025820000007,
4364
+ height: 0.20994729082421992,
4365
+ centerX: 11102230246251565e-32,
4366
+ centerY: -0.04499999999999987
3064
4367
  },
3065
- circles: {
3066
- path1: {
3067
- type: "circle",
3068
- x: 0.18905494999999983,
3069
- y: -0.010922199999999549,
3070
- radius: 0.28854213,
3071
- color: "primary",
3072
- fill: false
3073
- }
3074
- }
4368
+ circles: {}
3075
4369
  };
3076
4370
 
3077
- // symbols/igbt_transistor_horz.ts
3078
- var { paths: paths18, texts: texts22, bounds: bounds18, refblocks: refblocks18, circles: circles14 } = igbt_transistor_default;
3079
- var igbt_transistor_horz_default = defineSymbol({
4371
+ // symbols/inductor_horz.ts
4372
+ var { paths: paths21, texts: texts23, bounds: bounds21, refblocks: refblocks21, circles: circles17 } = inductor_default;
4373
+ var inductor_horz_default = defineSymbol({
3080
4374
  primitives: [
3081
- ...Object.values(paths18),
3082
- ...Object.values(circles14),
3083
- {
3084
- type: "text",
3085
- text: "{REF}",
3086
- x: 0,
3087
- y: -0.4,
3088
- anchor: "middle_right"
3089
- },
3090
- {
3091
- type: "text",
3092
- text: "{VAL}",
3093
- x: 0,
3094
- y: 0.4,
3095
- anchor: "middle_right"
3096
- }
4375
+ ...Object.values(paths21),
4376
+ ...Object.values(circles17),
4377
+ { ...texts23.top1, anchor: "middle_bottom" },
4378
+ { ...texts23.bottom1, anchor: "middle_top" }
3097
4379
  ],
3098
4380
  ports: [
3099
- { ...refblocks18.top1, labels: ["1"] },
3100
- // TODO add more "standard" labels
3101
- { ...refblocks18.bottom1, labels: ["2"] },
4381
+ { ...refblocks21.left1, labels: ["1"] },
3102
4382
  // TODO add more "standard" labels
3103
- { ...refblocks18.left1, labels: ["3"] }
4383
+ { ...refblocks21.right1, labels: ["2"] }
3104
4384
  // TODO add more "standard" labels
3105
4385
  ],
3106
- size: { width: bounds18.width, height: bounds18.height },
3107
- center: { x: bounds18.centerX + 0.06, y: bounds18.centerY }
4386
+ size: { width: bounds21.width, height: bounds21.height },
4387
+ center: { x: bounds21.centerX, y: bounds21.centerY }
3108
4388
  });
3109
4389
 
3110
- // symbols/igbt_transistor_vert.ts
3111
- var rotated2 = rotateSymbol(igbt_transistor_horz_default);
3112
- var ref7 = rotated2.primitives.find(
3113
- (p) => p.type === "text" && p.text === "{REF}"
3114
- );
3115
- var val7 = rotated2.primitives.find(
3116
- (p) => p.type === "text" && p.text === "{VAL}"
3117
- );
3118
- ref7.anchor = "middle_left";
3119
- val7.anchor = "middle_right";
3120
- ref7.x = 0.45;
3121
- ref7.y += 0.065;
3122
- val7.y += 0.065;
3123
- var igbt_transistor_vert_default = rotated2;
4390
+ // symbols/inductor_vert.ts
4391
+ var inductor_vert_default = rotateSymbol(inductor_horz_default);
3124
4392
 
3125
4393
  // assets/generated/laser_diode.json
3126
4394
  var laser_diode_default = {
@@ -3362,28 +4630,28 @@ var laser_diode_default = {
3362
4630
  };
3363
4631
 
3364
4632
  // symbols/laser_diode_horz.ts
3365
- var { paths: paths19, texts: texts23, bounds: bounds19, refblocks: refblocks19, circles: circles15 } = laser_diode_default;
4633
+ var { paths: paths22, texts: texts24, bounds: bounds22, refblocks: refblocks22, circles: circles18 } = laser_diode_default;
3366
4634
  var laser_diode_horz_default = defineSymbol({
3367
4635
  primitives: [
3368
- ...Object.values(paths19),
3369
- ...Object.values(circles15),
3370
- { ...texts23.top1, anchor: "middle_left" },
3371
- { ...texts23.bottom1, anchor: "middle_bottom" }
4636
+ ...Object.values(paths22),
4637
+ ...Object.values(circles18),
4638
+ { ...texts24.top1, anchor: "middle_left" },
4639
+ { ...texts24.bottom1, anchor: "middle_bottom" }
3372
4640
  ],
3373
4641
  ports: [
3374
- { ...refblocks19.left1, labels: ["1"] },
4642
+ { ...refblocks22.left1, labels: ["1"] },
3375
4643
  // TODO add more "standard" labels
3376
- { ...refblocks19.right1, labels: ["2"] }
4644
+ { ...refblocks22.right1, labels: ["2"] }
3377
4645
  // TODO add more "standard" labels
3378
4646
  ],
3379
- size: { width: bounds19.width, height: bounds19.height },
3380
- center: { x: bounds19.centerX, y: bounds19.centerY }
4647
+ size: { width: bounds22.width, height: bounds22.height },
4648
+ center: { x: bounds22.centerX, y: bounds22.centerY }
3381
4649
  });
3382
4650
 
3383
4651
  // symbols/laser_diode_vert.ts
3384
4652
  var rotatedSymbol10 = rotateSymbol(laser_diode_horz_default);
3385
- var texts24 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
3386
- var ref8 = texts24.find((t) => t.text === "{VAL}");
4653
+ var texts25 = rotatedSymbol10.primitives.filter((p) => p.type === "text");
4654
+ var ref8 = texts25.find((t) => t.text === "{VAL}");
3387
4655
  ref8.x = -0.52;
3388
4656
  ref8.anchor = "middle_right";
3389
4657
  var laser_diode_vert_default = rotatedSymbol10;
@@ -3604,19 +4872,19 @@ var led_default = {
3604
4872
  };
3605
4873
 
3606
4874
  // symbols/led_horz.ts
3607
- var { paths: paths20, texts: texts25, bounds: bounds20, refblocks: refblocks20 } = led_default;
4875
+ var { paths: paths23, texts: texts26, bounds: bounds23, refblocks: refblocks23 } = led_default;
3608
4876
  var led_horz_default = defineSymbol({
3609
4877
  primitives: [
3610
- ...Object.values(paths20),
3611
- { ...texts25.bottom1, anchor: "middle_right" },
3612
- { ...texts25.right1, anchor: "middle_left" }
4878
+ ...Object.values(paths23),
4879
+ { ...texts26.bottom1, anchor: "middle_right" },
4880
+ { ...texts26.right1, anchor: "middle_left" }
3613
4881
  ],
3614
4882
  ports: [
3615
- { ...refblocks20.left1, labels: ["1", "anode", "pos"] },
3616
- { ...refblocks20.right1, labels: ["2", "cathode", "neg"] }
4883
+ { ...refblocks23.left1, labels: ["1", "anode", "pos"] },
4884
+ { ...refblocks23.right1, labels: ["2", "cathode", "neg"] }
3617
4885
  ],
3618
- size: { width: bounds20.width, height: bounds20.height },
3619
- center: { x: bounds20.centerX, y: bounds20.centerY + 0.1 }
4886
+ size: { width: bounds23.width, height: bounds23.height },
4887
+ center: { x: bounds23.centerX, y: bounds23.centerY + 0.1 }
3620
4888
  });
3621
4889
 
3622
4890
  // symbols/led_vert.ts
@@ -3860,32 +5128,32 @@ var light_dependent_resistor_default = {
3860
5128
  };
3861
5129
 
3862
5130
  // symbols/light_dependent_resistor_horz.ts
3863
- var { paths: paths21, texts: texts26, bounds: bounds21, refblocks: refblocks21, circles: circles16 } = light_dependent_resistor_default;
5131
+ var { paths: paths24, texts: texts27, bounds: bounds24, refblocks: refblocks24, circles: circles19 } = light_dependent_resistor_default;
3864
5132
  var light_dependent_resistor_horz_default = defineSymbol({
3865
5133
  primitives: [
3866
- ...Object.values(paths21),
3867
- ...Object.values(circles16),
3868
- { ...texts26.top1, anchor: "middle_left", x: 0 },
3869
- { ...texts26.bottom1, anchor: "middle_left", x: 0 }
5134
+ ...Object.values(paths24),
5135
+ ...Object.values(circles19),
5136
+ { ...texts27.top1, anchor: "middle_left", x: 0 },
5137
+ { ...texts27.bottom1, anchor: "middle_left", x: 0 }
3870
5138
  ],
3871
5139
  ports: [
3872
- { ...refblocks21.left1, labels: ["1"] },
5140
+ { ...refblocks24.left1, labels: ["1"] },
3873
5141
  // TODO add more "standard" labels
3874
- { ...refblocks21.right1, labels: ["2"] }
5142
+ { ...refblocks24.right1, labels: ["2"] }
3875
5143
  // TODO add more "standard" labels
3876
5144
  ],
3877
- size: { width: bounds21.width, height: bounds21.height },
3878
- center: { x: bounds21.centerX, y: bounds21.centerY }
5145
+ size: { width: bounds24.width, height: bounds24.height },
5146
+ center: { x: bounds24.centerX, y: bounds24.centerY }
3879
5147
  });
3880
5148
 
3881
5149
  // symbols/light_dependent_resistor_vert.ts
3882
5150
  var rotatedSymbol11 = rotateSymbol(light_dependent_resistor_horz_default);
3883
- var texts27 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
3884
- var val9 = texts27.find((t) => t.text === "{VAL}");
5151
+ var texts28 = rotatedSymbol11.primitives.filter((p) => p.type === "text");
5152
+ var val9 = texts28.find((t) => t.text === "{VAL}");
3885
5153
  val9.x = -0.35;
3886
5154
  val9.y = 0;
3887
5155
  val9.anchor = "middle_right";
3888
- var ref10 = texts27.find((t) => t.text === "{REF}");
5156
+ var ref10 = texts28.find((t) => t.text === "{REF}");
3889
5157
  ref10.y = 0;
3890
5158
  ref10.x = 0.35;
3891
5159
  ref10.anchor = "middle_left";
@@ -4162,23 +5430,23 @@ var mosfet_depletion_normally_on_default = {
4162
5430
  };
4163
5431
 
4164
5432
  // symbols/mosfet_depletion_normally_on_horz.ts
4165
- var { paths: paths22, texts: texts28, bounds: bounds22, refblocks: refblocks22 } = mosfet_depletion_normally_on_default;
5433
+ var { paths: paths25, texts: texts29, bounds: bounds25, refblocks: refblocks25 } = mosfet_depletion_normally_on_default;
4166
5434
  var mosfet_depletion_normally_on_horz_default = defineSymbol({
4167
5435
  primitives: [
4168
- ...Object.values(paths22),
4169
- { ...texts28.right1, anchor: "middle_left" },
4170
- { ...texts28.right2, anchor: "middle_left" }
5436
+ ...Object.values(paths25),
5437
+ { ...texts29.right1, anchor: "middle_left" },
5438
+ { ...texts29.right2, anchor: "middle_left" }
4171
5439
  ],
4172
5440
  ports: [
4173
- { ...refblocks22.top1, labels: ["1"] },
5441
+ { ...refblocks25.top1, labels: ["1"] },
4174
5442
  // TODO add more "standard" labels
4175
- { ...refblocks22.bottom1, labels: ["2"] },
5443
+ { ...refblocks25.bottom1, labels: ["2"] },
4176
5444
  // TODO add more "standard" labels
4177
- { ...refblocks22.left1, labels: ["3"] }
5445
+ { ...refblocks25.left1, labels: ["3"] }
4178
5446
  // TODO add more "standard" labels
4179
5447
  ],
4180
- size: { width: bounds22.width + 0.4, height: bounds22.height },
4181
- center: { x: bounds22.centerX + 0.2, y: bounds22.centerY }
5448
+ size: { width: bounds25.width + 0.4, height: bounds25.height },
5449
+ center: { x: bounds25.centerX + 0.2, y: bounds25.centerY }
4182
5450
  });
4183
5451
 
4184
5452
  // symbols/mosfet_depletion_normally_on_vert.ts
@@ -4804,20 +6072,20 @@ var mushroom_head_normally_open_momentary_default = {
4804
6072
  };
4805
6073
 
4806
6074
  // symbols/mushroom_head_normally_open_momentary_horz.ts
4807
- var { paths: paths23, texts: texts29, bounds: bounds23, refblocks: refblocks23, circles: circles17 } = mushroom_head_normally_open_momentary_default;
6075
+ var { paths: paths26, texts: texts30, bounds: bounds26, refblocks: refblocks26, circles: circles20 } = mushroom_head_normally_open_momentary_default;
4808
6076
  var mushroom_head_normally_open_momentary_horz_default = defineSymbol({
4809
6077
  primitives: [
4810
- ...Object.values(paths23),
4811
- ...Object.values(circles17),
4812
- { ...texts29.top1, anchor: "middle_bottom", x: 0 },
4813
- { ...texts29.bottom1, anchor: "middle_top", x: 0 }
6078
+ ...Object.values(paths26),
6079
+ ...Object.values(circles20),
6080
+ { ...texts30.top1, anchor: "middle_bottom", x: 0 },
6081
+ { ...texts30.bottom1, anchor: "middle_top", x: 0 }
4814
6082
  ],
4815
6083
  ports: [
4816
- { ...refblocks23.left1, labels: ["1"] },
4817
- { ...refblocks23.right1, labels: ["2"] }
6084
+ { ...refblocks26.left1, labels: ["1"] },
6085
+ { ...refblocks26.right1, labels: ["2"] }
4818
6086
  ],
4819
- size: { width: bounds23.width, height: bounds23.height },
4820
- center: { x: bounds23.centerX + 6e-3, y: bounds23.centerY + 0.06 }
6087
+ size: { width: bounds26.width, height: bounds26.height },
6088
+ center: { x: bounds26.centerX + 6e-3, y: bounds26.centerY + 0.06 }
4821
6089
  });
4822
6090
 
4823
6091
  // symbols/mushroom_head_normally_open_momentary_vert.ts
@@ -5030,34 +6298,34 @@ var n_channel_d_mosfet_transistor_default = {
5030
6298
  };
5031
6299
 
5032
6300
  // symbols/n_channel_d_mosfet_transistor_horz.ts
5033
- var { paths: paths24, texts: texts30, bounds: bounds24, refblocks: refblocks24, circles: circles18 } = n_channel_d_mosfet_transistor_default;
6301
+ var { paths: paths27, texts: texts31, bounds: bounds27, refblocks: refblocks27, circles: circles21 } = n_channel_d_mosfet_transistor_default;
5034
6302
  var n_channel_d_mosfet_transistor_horz_default = defineSymbol({
5035
6303
  primitives: [
5036
- ...Object.values(paths24),
5037
- ...Object.values(circles18),
5038
- { ...texts30.top1, anchor: "middle_right", x: 0 },
5039
- { ...texts30.bottom1, anchor: "middle_right", x: 0 }
6304
+ ...Object.values(paths27),
6305
+ ...Object.values(circles21),
6306
+ { ...texts31.top1, anchor: "middle_right", x: 0 },
6307
+ { ...texts31.bottom1, anchor: "middle_right", x: 0 }
5040
6308
  ],
5041
6309
  ports: [
5042
- { ...refblocks24.top1, labels: ["1", "drain"] },
6310
+ { ...refblocks27.top1, labels: ["1", "drain"] },
5043
6311
  // TODO add more "standard" labels
5044
- { ...refblocks24.bottom1, labels: ["2", "source"] },
6312
+ { ...refblocks27.bottom1, labels: ["2", "source"] },
5045
6313
  // TODO add more "standard" labels
5046
- { ...refblocks24.left1, labels: ["3", "gate"] }
6314
+ { ...refblocks27.left1, labels: ["3", "gate"] }
5047
6315
  // TODO add more "standard" labels
5048
6316
  ],
5049
- size: { width: bounds24.width, height: bounds24.height },
5050
- center: { x: bounds24.centerX, y: bounds24.centerY }
6317
+ size: { width: bounds27.width, height: bounds27.height },
6318
+ center: { x: bounds27.centerX, y: bounds27.centerY }
5051
6319
  });
5052
6320
 
5053
6321
  // symbols/n_channel_d_mosfet_transistor_vert.ts
5054
6322
  var rotatedSymbol12 = rotateSymbol(n_channel_d_mosfet_transistor_horz_default);
5055
- var texts31 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
5056
- var val12 = texts31.find((t) => t.text === "{VAL}");
6323
+ var texts32 = rotatedSymbol12.primitives.filter((p) => p.type === "text");
6324
+ var val12 = texts32.find((t) => t.text === "{VAL}");
5057
6325
  val12.x = -0.35;
5058
6326
  val12.y = 0;
5059
6327
  val12.anchor = "middle_right";
5060
- var ref13 = texts31.find((t) => t.text === "{REF}");
6328
+ var ref13 = texts32.find((t) => t.text === "{REF}");
5061
6329
  ref13.y = 0;
5062
6330
  ref13.x = 0.35;
5063
6331
  ref13.anchor = "middle_left";
@@ -5287,34 +6555,34 @@ var n_channel_e_mosfet_transistor_default = {
5287
6555
  };
5288
6556
 
5289
6557
  // symbols/n_channel_e_mosfet_transistor_horz.ts
5290
- var { paths: paths25, texts: texts32, bounds: bounds25, refblocks: refblocks25, circles: circles19 } = n_channel_e_mosfet_transistor_default;
6558
+ var { paths: paths28, texts: texts33, bounds: bounds28, refblocks: refblocks28, circles: circles22 } = n_channel_e_mosfet_transistor_default;
5291
6559
  var n_channel_e_mosfet_transistor_horz_default = defineSymbol({
5292
6560
  primitives: [
5293
- ...Object.values(paths25),
5294
- ...Object.values(circles19),
5295
- { ...texts32.top1, anchor: "middle_right", x: 0 },
5296
- { ...texts32.bottom1, anchor: "middle_right", x: 0 }
6561
+ ...Object.values(paths28),
6562
+ ...Object.values(circles22),
6563
+ { ...texts33.top1, anchor: "middle_right", x: 0 },
6564
+ { ...texts33.bottom1, anchor: "middle_right", x: 0 }
5297
6565
  ],
5298
6566
  ports: [
5299
- { ...refblocks25.top1, labels: ["1", "drain"] },
6567
+ { ...refblocks28.top1, labels: ["1", "drain"] },
5300
6568
  // TODO add more "standard" labels
5301
- { ...refblocks25.bottom1, labels: ["2", "source"] },
6569
+ { ...refblocks28.bottom1, labels: ["2", "source"] },
5302
6570
  // TODO add more "standard" labels
5303
- { ...refblocks25.left1, labels: ["3", "gate"] }
6571
+ { ...refblocks28.left1, labels: ["3", "gate"] }
5304
6572
  // TODO add more "standard" labels
5305
6573
  ],
5306
- size: { width: bounds25.width, height: bounds25.height },
5307
- center: { x: bounds25.centerX, y: bounds25.centerY }
6574
+ size: { width: bounds28.width, height: bounds28.height },
6575
+ center: { x: bounds28.centerX, y: bounds28.centerY }
5308
6576
  });
5309
6577
 
5310
6578
  // symbols/n_channel_e_mosfet_transistor_vert.ts
5311
6579
  var rotatedSymbol13 = rotateSymbol(n_channel_e_mosfet_transistor_horz_default);
5312
- var texts33 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
5313
- var val13 = texts33.find((t) => t.text === "{VAL}");
6580
+ var texts34 = rotatedSymbol13.primitives.filter((p) => p.type === "text");
6581
+ var val13 = texts34.find((t) => t.text === "{VAL}");
5314
6582
  val13.x = -0.35;
5315
6583
  val13.y = 0;
5316
6584
  val13.anchor = "middle_right";
5317
- var ref14 = texts33.find((t) => t.text === "{REF}");
6585
+ var ref14 = texts34.find((t) => t.text === "{REF}");
5318
6586
  ref14.y = 0;
5319
6587
  ref14.x = 0.35;
5320
6588
  ref14.anchor = "middle_left";
@@ -5484,34 +6752,34 @@ var njfet_transistor_default = {
5484
6752
  };
5485
6753
 
5486
6754
  // symbols/njfet_transistor_horz.ts
5487
- var { paths: paths26, texts: texts34, bounds: bounds26, refblocks: refblocks26, circles: circles20 } = njfet_transistor_default;
6755
+ var { paths: paths29, texts: texts35, bounds: bounds29, refblocks: refblocks29, circles: circles23 } = njfet_transistor_default;
5488
6756
  var njfet_transistor_horz_default = defineSymbol({
5489
6757
  primitives: [
5490
- ...Object.values(paths26),
5491
- ...Object.values(circles20),
5492
- { ...texts34.top1, anchor: "middle_right", x: 0 },
5493
- { ...texts34.bottom1, anchor: "middle_right", x: 0 }
6758
+ ...Object.values(paths29),
6759
+ ...Object.values(circles23),
6760
+ { ...texts35.top1, anchor: "middle_right", x: 0 },
6761
+ { ...texts35.bottom1, anchor: "middle_right", x: 0 }
5494
6762
  ],
5495
6763
  ports: [
5496
- { ...refblocks26.top1, labels: ["1", "drain"] },
6764
+ { ...refblocks29.top1, labels: ["1", "drain"] },
5497
6765
  // TODO add more "standard" labels
5498
- { ...refblocks26.bottom1, labels: ["2", "source"] },
6766
+ { ...refblocks29.bottom1, labels: ["2", "source"] },
5499
6767
  // TODO add more "standard" labels
5500
- { ...refblocks26.left1, labels: ["3", "gate"] }
6768
+ { ...refblocks29.left1, labels: ["3", "gate"] }
5501
6769
  // TODO add more "standard" labels
5502
6770
  ],
5503
- size: { width: bounds26.width, height: bounds26.height },
5504
- center: { x: bounds26.centerX, y: bounds26.centerY }
6771
+ size: { width: bounds29.width, height: bounds29.height },
6772
+ center: { x: bounds29.centerX, y: bounds29.centerY }
5505
6773
  });
5506
6774
 
5507
6775
  // symbols/njfet_transistor_vert.ts
5508
6776
  var rotatedSymbol14 = rotateSymbol(njfet_transistor_horz_default);
5509
- var texts35 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
5510
- var val14 = texts35.find((t) => t.text === "{VAL}");
6777
+ var texts36 = rotatedSymbol14.primitives.filter((p) => p.type === "text");
6778
+ var val14 = texts36.find((t) => t.text === "{VAL}");
5511
6779
  val14.x = -0.35;
5512
6780
  val14.y = 0;
5513
6781
  val14.anchor = "middle_right";
5514
- var ref15 = texts35.find((t) => t.text === "{REF}");
6782
+ var ref15 = texts36.find((t) => t.text === "{REF}");
5515
6783
  ref15.y = 0;
5516
6784
  ref15.x = 0.35;
5517
6785
  ref15.anchor = "middle_left";
@@ -5681,11 +6949,11 @@ var npn_bipolar_transistor_default = {
5681
6949
  };
5682
6950
 
5683
6951
  // symbols/npn_bipolar_transistor_horz.ts
5684
- var { paths: paths27, texts: texts36, bounds: bounds27, refblocks: refblocks27, circles: circles21 } = npn_bipolar_transistor_default;
6952
+ var { paths: paths30, texts: texts37, bounds: bounds30, refblocks: refblocks30, circles: circles24 } = npn_bipolar_transistor_default;
5685
6953
  var npn_bipolar_transistor_horz_default = defineSymbol({
5686
6954
  primitives: [
5687
- ...Object.values(paths27),
5688
- ...Object.values(circles21),
6955
+ ...Object.values(paths30),
6956
+ ...Object.values(circles24),
5689
6957
  {
5690
6958
  type: "text",
5691
6959
  text: "{REF}",
@@ -5702,18 +6970,18 @@ var npn_bipolar_transistor_horz_default = defineSymbol({
5702
6970
  }
5703
6971
  ],
5704
6972
  ports: [
5705
- { ...refblocks27.top1, labels: ["1", "collector"] },
5706
- { ...refblocks27.bottom1, labels: ["2", "emitter"] },
5707
- { ...refblocks27.left1, labels: ["3", "base"] }
6973
+ { ...refblocks30.top1, labels: ["1", "collector"] },
6974
+ { ...refblocks30.bottom1, labels: ["2", "emitter"] },
6975
+ { ...refblocks30.left1, labels: ["3", "base"] }
5708
6976
  ],
5709
- size: { width: bounds27.width, height: bounds27.height },
5710
- center: { x: bounds27.centerX, y: bounds27.centerY }
6977
+ size: { width: bounds30.width, height: bounds30.height },
6978
+ center: { x: bounds30.centerX, y: bounds30.centerY }
5711
6979
  });
5712
6980
 
5713
6981
  // symbols/npn_bipolar_transistor_vert.ts
5714
6982
  var rotatedSymbol15 = rotateSymbol(npn_bipolar_transistor_horz_default);
5715
- var texts37 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
5716
- var ref16 = texts37.find((t) => t.text === "{REF}");
6983
+ var texts38 = rotatedSymbol15.primitives.filter((p) => p.type === "text");
6984
+ var ref16 = texts38.find((t) => t.text === "{REF}");
5717
6985
  ref16.anchor = "middle_left";
5718
6986
  var npn_bipolar_transistor_vert_default = rotatedSymbol15;
5719
6987
 
@@ -5911,34 +7179,34 @@ var p_channel_d_mosfet_transistor_default = {
5911
7179
  };
5912
7180
 
5913
7181
  // symbols/p_channel_d_mosfet_transistor_horz.ts
5914
- var { paths: paths28, texts: texts38, bounds: bounds28, refblocks: refblocks28, circles: circles22 } = p_channel_d_mosfet_transistor_default;
7182
+ var { paths: paths31, texts: texts39, bounds: bounds31, refblocks: refblocks31, circles: circles25 } = p_channel_d_mosfet_transistor_default;
5915
7183
  var p_channel_d_mosfet_transistor_horz_default = defineSymbol({
5916
7184
  primitives: [
5917
- ...Object.values(paths28),
5918
- ...Object.values(circles22),
5919
- { ...texts38.top1, anchor: "middle_right", x: 0 },
5920
- { ...texts38.bottom1, anchor: "middle_right", x: 0 }
7185
+ ...Object.values(paths31),
7186
+ ...Object.values(circles25),
7187
+ { ...texts39.top1, anchor: "middle_right", x: 0 },
7188
+ { ...texts39.bottom1, anchor: "middle_right", x: 0 }
5921
7189
  ],
5922
7190
  ports: [
5923
- { ...refblocks28.top1, labels: ["1", "drain"] },
7191
+ { ...refblocks31.top1, labels: ["1", "drain"] },
5924
7192
  // TODO add more "standard" labels
5925
- { ...refblocks28.bottom1, labels: ["2", "source"] },
7193
+ { ...refblocks31.bottom1, labels: ["2", "source"] },
5926
7194
  // TODO add more "standard" labels
5927
- { ...refblocks28.left1, labels: ["3", "gate"] }
7195
+ { ...refblocks31.left1, labels: ["3", "gate"] }
5928
7196
  // TODO add more "standard" labels
5929
7197
  ],
5930
- size: { width: bounds28.width, height: bounds28.height },
5931
- center: { x: bounds28.centerX, y: bounds28.centerY }
7198
+ size: { width: bounds31.width, height: bounds31.height },
7199
+ center: { x: bounds31.centerX, y: bounds31.centerY }
5932
7200
  });
5933
7201
 
5934
7202
  // symbols/p_channel_d_mosfet_transistor_vert.ts
5935
7203
  var rotatedSymbol16 = rotateSymbol(p_channel_d_mosfet_transistor_horz_default);
5936
- var texts39 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
5937
- var val15 = texts39.find((t) => t.text === "{VAL}");
7204
+ var texts40 = rotatedSymbol16.primitives.filter((p) => p.type === "text");
7205
+ var val15 = texts40.find((t) => t.text === "{VAL}");
5938
7206
  val15.x = -0.35;
5939
7207
  val15.y = 0;
5940
7208
  val15.anchor = "middle_right";
5941
- var ref17 = texts39.find((t) => t.text === "{REF}");
7209
+ var ref17 = texts40.find((t) => t.text === "{REF}");
5942
7210
  ref17.y = 0;
5943
7211
  ref17.x = 0.35;
5944
7212
  ref17.anchor = "middle_left";
@@ -6168,34 +7436,34 @@ var p_channel_e_mosfet_transistor_default = {
6168
7436
  };
6169
7437
 
6170
7438
  // symbols/p_channel_e_mosfet_transistor_horz.ts
6171
- var { paths: paths29, texts: texts40, bounds: bounds29, refblocks: refblocks29, circles: circles23 } = p_channel_e_mosfet_transistor_default;
7439
+ var { paths: paths32, texts: texts41, bounds: bounds32, refblocks: refblocks32, circles: circles26 } = p_channel_e_mosfet_transistor_default;
6172
7440
  var p_channel_e_mosfet_transistor_horz_default = defineSymbol({
6173
7441
  primitives: [
6174
- ...Object.values(paths29),
6175
- ...Object.values(circles23),
6176
- { ...texts40.top1, anchor: "middle_right", x: 0 },
6177
- { ...texts40.bottom1, anchor: "middle_right", x: 0 }
7442
+ ...Object.values(paths32),
7443
+ ...Object.values(circles26),
7444
+ { ...texts41.top1, anchor: "middle_right", x: 0 },
7445
+ { ...texts41.bottom1, anchor: "middle_right", x: 0 }
6178
7446
  ],
6179
7447
  ports: [
6180
- { ...refblocks29.top1, labels: ["1", "drain"] },
7448
+ { ...refblocks32.top1, labels: ["1", "drain"] },
6181
7449
  // TODO add more "standard" labels
6182
- { ...refblocks29.bottom1, labels: ["2", "source"] },
7450
+ { ...refblocks32.bottom1, labels: ["2", "source"] },
6183
7451
  // TODO add more "standard" labels
6184
- { ...refblocks29.left1, labels: ["3", "gate"] }
7452
+ { ...refblocks32.left1, labels: ["3", "gate"] }
6185
7453
  // TODO add more "standard" labels
6186
7454
  ],
6187
- size: { width: bounds29.width, height: bounds29.height },
6188
- center: { x: bounds29.centerX, y: bounds29.centerY }
7455
+ size: { width: bounds32.width, height: bounds32.height },
7456
+ center: { x: bounds32.centerX, y: bounds32.centerY }
6189
7457
  });
6190
7458
 
6191
7459
  // symbols/p_channel_e_mosfet_transistor_vert.ts
6192
7460
  var rotatedSymbol17 = rotateSymbol(p_channel_e_mosfet_transistor_horz_default);
6193
- var texts41 = rotatedSymbol17.primitives.filter((p) => p.type === "text");
6194
- var val16 = texts41.find((t) => t.text === "{VAL}");
7461
+ var texts42 = rotatedSymbol17.primitives.filter((p) => p.type === "text");
7462
+ var val16 = texts42.find((t) => t.text === "{VAL}");
6195
7463
  val16.x = -0.35;
6196
7464
  val16.y = 0;
6197
7465
  val16.anchor = "middle_right";
6198
- var ref18 = texts41.find((t) => t.text === "{REF}");
7466
+ var ref18 = texts42.find((t) => t.text === "{REF}");
6199
7467
  ref18.y = 0;
6200
7468
  ref18.x = 0.35;
6201
7469
  ref18.anchor = "middle_left";
@@ -6426,11 +7694,11 @@ var photodiode_default = {
6426
7694
  };
6427
7695
 
6428
7696
  // symbols/photodiode_horz.ts
6429
- var { paths: paths30, texts: texts42, bounds: bounds30, refblocks: refblocks30, circles: circles24 } = photodiode_default;
7697
+ var { paths: paths33, texts: texts43, bounds: bounds33, refblocks: refblocks33, circles: circles27 } = photodiode_default;
6430
7698
  var photodiode_horz_default = defineSymbol({
6431
- primitives: [
6432
- ...Object.values(paths30),
6433
- ...Object.values(circles24),
7699
+ primitives: [
7700
+ ...Object.values(paths33),
7701
+ ...Object.values(circles27),
6434
7702
  {
6435
7703
  type: "text",
6436
7704
  text: "{REF}",
@@ -6447,19 +7715,19 @@ var photodiode_horz_default = defineSymbol({
6447
7715
  }
6448
7716
  ],
6449
7717
  ports: [
6450
- { ...refblocks30.left1, labels: ["1"] },
7718
+ { ...refblocks33.left1, labels: ["1"] },
6451
7719
  // TODO add more "standard" labels
6452
- { ...refblocks30.right1, labels: ["2"] }
7720
+ { ...refblocks33.right1, labels: ["2"] }
6453
7721
  // TODO add more "standard" labels
6454
7722
  ],
6455
- size: { width: bounds30.width, height: bounds30.height },
6456
- center: { x: bounds30.centerX, y: bounds30.centerY }
7723
+ size: { width: bounds33.width, height: bounds33.height },
7724
+ center: { x: bounds33.centerX, y: bounds33.centerY }
6457
7725
  });
6458
7726
 
6459
7727
  // symbols/photodiode_vert.ts
6460
7728
  var rotatedSymbol18 = rotateSymbol(photodiode_horz_default);
6461
- var texts43 = rotatedSymbol18.primitives.filter((p) => p.type === "text");
6462
- var ref19 = texts43.find((t) => t.text === "{REF}");
7729
+ var texts44 = rotatedSymbol18.primitives.filter((p) => p.type === "text");
7730
+ var ref19 = texts44.find((t) => t.text === "{REF}");
6463
7731
  ref19.y = 0;
6464
7732
  ref19.anchor = "middle_left";
6465
7733
  var photodiode_vert_default = rotatedSymbol18;
@@ -6628,34 +7896,34 @@ var pjfet_transistor_default = {
6628
7896
  };
6629
7897
 
6630
7898
  // symbols/pjfet_transistor_horz.ts
6631
- var { paths: paths31, texts: texts44, bounds: bounds31, refblocks: refblocks31, circles: circles25 } = pjfet_transistor_default;
7899
+ var { paths: paths34, texts: texts45, bounds: bounds34, refblocks: refblocks34, circles: circles28 } = pjfet_transistor_default;
6632
7900
  var pjfet_transistor_horz_default = defineSymbol({
6633
7901
  primitives: [
6634
- ...Object.values(paths31),
6635
- ...Object.values(circles25),
6636
- { ...texts44.top1, anchor: "middle_right", x: 0 },
6637
- { ...texts44.bottom1, anchor: "middle_right" }
7902
+ ...Object.values(paths34),
7903
+ ...Object.values(circles28),
7904
+ { ...texts45.top1, anchor: "middle_right", x: 0 },
7905
+ { ...texts45.bottom1, anchor: "middle_right" }
6638
7906
  ],
6639
7907
  ports: [
6640
- { ...refblocks31.top1, labels: ["1", "drain"] },
7908
+ { ...refblocks34.top1, labels: ["1", "drain"] },
6641
7909
  // TODO add more "standard" labels
6642
- { ...refblocks31.bottom1, labels: ["2", "source"] },
7910
+ { ...refblocks34.bottom1, labels: ["2", "source"] },
6643
7911
  // TODO add more "standard" labels
6644
- { ...refblocks31.left1, labels: ["3", "gate"] }
7912
+ { ...refblocks34.left1, labels: ["3", "gate"] }
6645
7913
  // TODO add more "standard" labels
6646
7914
  ],
6647
- size: { width: bounds31.width, height: bounds31.height },
6648
- center: { x: bounds31.centerX, y: bounds31.centerY }
7915
+ size: { width: bounds34.width, height: bounds34.height },
7916
+ center: { x: bounds34.centerX, y: bounds34.centerY }
6649
7917
  });
6650
7918
 
6651
7919
  // symbols/pjfet_transistor_vert.ts
6652
7920
  var rotatedSymbol19 = rotateSymbol(pjfet_transistor_horz_default);
6653
- var texts45 = rotatedSymbol19.primitives.filter((p) => p.type === "text");
6654
- var val17 = texts45.find((t) => t.text === "{VAL}");
7921
+ var texts46 = rotatedSymbol19.primitives.filter((p) => p.type === "text");
7922
+ var val17 = texts46.find((t) => t.text === "{VAL}");
6655
7923
  val17.x = -0.35;
6656
7924
  val17.y = 0;
6657
7925
  val17.anchor = "middle_right";
6658
- var ref20 = texts45.find((t) => t.text === "{REF}");
7926
+ var ref20 = texts46.find((t) => t.text === "{REF}");
6659
7927
  ref20.y = 0;
6660
7928
  ref20.x = 0.35;
6661
7929
  ref20.anchor = "middle_left";
@@ -6825,11 +8093,11 @@ var pnp_bipolar_transistor_default = {
6825
8093
  };
6826
8094
 
6827
8095
  // symbols/pnp_bipolar_transistor_horz.ts
6828
- var { paths: paths32, texts: texts46, bounds: bounds32, refblocks: refblocks32, circles: circles26 } = pnp_bipolar_transistor_default;
8096
+ var { paths: paths35, texts: texts47, bounds: bounds35, refblocks: refblocks35, circles: circles29 } = pnp_bipolar_transistor_default;
6829
8097
  var pnp_bipolar_transistor_horz_default = defineSymbol({
6830
8098
  primitives: [
6831
- ...Object.values(paths32),
6832
- ...Object.values(circles26),
8099
+ ...Object.values(paths35),
8100
+ ...Object.values(circles29),
6833
8101
  {
6834
8102
  type: "text",
6835
8103
  text: "{REF}",
@@ -6846,18 +8114,18 @@ var pnp_bipolar_transistor_horz_default = defineSymbol({
6846
8114
  }
6847
8115
  ],
6848
8116
  ports: [
6849
- { ...refblocks32.top1, labels: ["1", "collector"] },
6850
- { ...refblocks32.bottom1, labels: ["2", "emitter"] },
6851
- { ...refblocks32.left1, labels: ["3", "base"] }
8117
+ { ...refblocks35.top1, labels: ["1", "collector"] },
8118
+ { ...refblocks35.bottom1, labels: ["2", "emitter"] },
8119
+ { ...refblocks35.left1, labels: ["3", "base"] }
6852
8120
  ],
6853
- size: { width: bounds32.width, height: bounds32.height },
6854
- center: { x: bounds32.centerX, y: bounds32.centerY }
8121
+ size: { width: bounds35.width, height: bounds35.height },
8122
+ center: { x: bounds35.centerX, y: bounds35.centerY }
6855
8123
  });
6856
8124
 
6857
8125
  // symbols/pnp_bipolar_transistor_vert.ts
6858
8126
  var rotatedSymbol20 = rotateSymbol(pnp_bipolar_transistor_horz_default);
6859
- var texts47 = rotatedSymbol20.primitives.filter((p) => p.type === "text");
6860
- var ref21 = texts47.find((t) => t.text === "{REF}");
8127
+ var texts48 = rotatedSymbol20.primitives.filter((p) => p.type === "text");
8128
+ var ref21 = texts48.find((t) => t.text === "{REF}");
6861
8129
  ref21.anchor = "middle_left";
6862
8130
  var pnp_bipolar_transistor_vert_default = rotatedSymbol20;
6863
8131
 
@@ -6976,21 +8244,21 @@ var potentiometer_default = {
6976
8244
  };
6977
8245
 
6978
8246
  // symbols/potentiometer_horz.ts
6979
- var { paths: paths33, texts: texts48, bounds: bounds33, refblocks: refblocks33 } = potentiometer_default;
8247
+ var { paths: paths36, texts: texts49, bounds: bounds36, refblocks: refblocks36 } = potentiometer_default;
6980
8248
  var potentiometer_horz_default = defineSymbol({
6981
8249
  primitives: [
6982
- ...Object.values(paths33),
6983
- { ...texts48.bottom1, y: 0.35, anchor: "middle_top" },
6984
- { ...texts48.top1, anchor: "middle_left" }
8250
+ ...Object.values(paths36),
8251
+ { ...texts49.bottom1, y: 0.35, anchor: "middle_top" },
8252
+ { ...texts49.top1, anchor: "middle_left" }
6985
8253
  ],
6986
8254
  ports: [
6987
- { ...refblocks33.left1, labels: ["1"] },
8255
+ { ...refblocks36.left1, labels: ["1"] },
6988
8256
  // TODO add more "standard" labels
6989
- { ...refblocks33.right1, labels: ["2"] }
8257
+ { ...refblocks36.right1, labels: ["2"] }
6990
8258
  // TODO add more "standard" labels
6991
8259
  ],
6992
- size: { width: bounds33.width + 0.05, height: bounds33.height },
6993
- center: { x: bounds33.centerX, y: bounds33.centerY }
8260
+ size: { width: bounds36.width + 0.05, height: bounds36.height },
8261
+ center: { x: bounds36.centerX, y: bounds36.centerY }
6994
8262
  });
6995
8263
 
6996
8264
  // symbols/potentiometer_vert.ts
@@ -7153,21 +8421,21 @@ var potentiometer2_default = {
7153
8421
  };
7154
8422
 
7155
8423
  // symbols/potentiometer2_horz.ts
7156
- var { paths: paths34, texts: texts49, bounds: bounds34, refblocks: refblocks34 } = potentiometer2_default;
8424
+ var { paths: paths37, texts: texts50, bounds: bounds37, refblocks: refblocks37 } = potentiometer2_default;
7157
8425
  var potentiometer2_horz_default = defineSymbol({
7158
8426
  primitives: [
7159
- ...Object.values(paths34),
7160
- { ...texts49.bottom1, anchor: "middle_right" },
7161
- { ...texts49.top1, anchor: "middle_left" }
8427
+ ...Object.values(paths37),
8428
+ { ...texts50.bottom1, anchor: "middle_right" },
8429
+ { ...texts50.top1, anchor: "middle_left" }
7162
8430
  ],
7163
8431
  ports: [
7164
- { ...refblocks34.left1, labels: ["1"] },
8432
+ { ...refblocks37.left1, labels: ["1"] },
7165
8433
  // TODO add more "standard" labels
7166
- { ...refblocks34.right1, labels: ["2"] }
8434
+ { ...refblocks37.right1, labels: ["2"] }
7167
8435
  // TODO add more "standard" labels
7168
8436
  ],
7169
- size: { width: bounds34.width, height: bounds34.height },
7170
- center: { x: bounds34.centerX, y: bounds34.centerY }
8437
+ size: { width: bounds37.width, height: bounds37.height },
8438
+ center: { x: bounds37.centerX, y: bounds37.centerY }
7171
8439
  });
7172
8440
 
7173
8441
  // symbols/potentiometer2_vert.ts
@@ -7260,11 +8528,11 @@ var power_factor_meter_default = {
7260
8528
  };
7261
8529
 
7262
8530
  // symbols/power_factor_meter_horz.ts
7263
- var { paths: paths35, texts: texts50, bounds: bounds35, refblocks: refblocks35, circles: circles27 } = power_factor_meter_default;
8531
+ var { paths: paths38, texts: texts51, bounds: bounds38, refblocks: refblocks38, circles: circles30 } = power_factor_meter_default;
7264
8532
  var power_factor_meter_horz_default = defineSymbol({
7265
8533
  primitives: [
7266
- ...Object.values(paths35),
7267
- ...Object.values(circles27),
8534
+ ...Object.values(paths38),
8535
+ ...Object.values(circles30),
7268
8536
  // { ...texts.top1, anchor: "middle_left" },
7269
8537
  {
7270
8538
  type: "text",
@@ -7291,21 +8559,21 @@ var power_factor_meter_horz_default = defineSymbol({
7291
8559
  }
7292
8560
  ],
7293
8561
  ports: [
7294
- { ...refblocks35.left1, labels: ["1"] },
8562
+ { ...refblocks38.left1, labels: ["1"] },
7295
8563
  // TODO add more "standard" labels
7296
- { ...refblocks35.right1, labels: ["2"] }
8564
+ { ...refblocks38.right1, labels: ["2"] }
7297
8565
  // TODO add more "standard" labels
7298
8566
  ],
7299
- size: { width: bounds35.width, height: bounds35.height },
7300
- center: { x: bounds35.centerX, y: bounds35.centerY }
8567
+ size: { width: bounds38.width, height: bounds38.height },
8568
+ center: { x: bounds38.centerX, y: bounds38.centerY }
7301
8569
  });
7302
8570
 
7303
8571
  // symbols/power_factor_meter_vert.ts
7304
8572
  var rotatedSymbol21 = rotateSymbol(power_factor_meter_horz_default);
7305
- var texts51 = rotatedSymbol21.primitives.filter((p) => p.type === "text");
7306
- var ref22 = texts51.find((t) => t.text === "{REF}");
7307
- var val18 = texts51.find((t) => t.text === "{VAL}");
7308
- var text_cos = texts51.find((t) => t.text === "COS \u03C6");
8573
+ var texts52 = rotatedSymbol21.primitives.filter((p) => p.type === "text");
8574
+ var ref22 = texts52.find((t) => t.text === "{REF}");
8575
+ var val18 = texts52.find((t) => t.text === "{VAL}");
8576
+ var text_cos = texts52.find((t) => t.text === "COS \u03C6");
7309
8577
  ref22.x = 0.35;
7310
8578
  ref22.y = 0;
7311
8579
  val18.x = -0.6;
@@ -7416,21 +8684,21 @@ var push_button_normally_closed_momentary_default = {
7416
8684
  };
7417
8685
 
7418
8686
  // symbols/push_button_normally_closed_momentary_horz.ts
7419
- var { paths: paths36, texts: texts52, bounds: bounds36, refblocks: refblocks36 } = push_button_normally_closed_momentary_default;
8687
+ var { paths: paths39, texts: texts53, bounds: bounds39, refblocks: refblocks39 } = push_button_normally_closed_momentary_default;
7420
8688
  var push_button_normally_closed_momentary_horz_default = defineSymbol({
7421
8689
  primitives: [
7422
- ...Object.values(paths36),
7423
- { ...texts52.top1, anchor: "middle_bottom" },
7424
- { ...texts52.bottom1, anchor: "middle_top" }
8690
+ ...Object.values(paths39),
8691
+ { ...texts53.top1, anchor: "middle_bottom" },
8692
+ { ...texts53.bottom1, anchor: "middle_top" }
7425
8693
  ],
7426
8694
  ports: [
7427
- { ...refblocks36.left1, labels: ["1"] },
8695
+ { ...refblocks39.left1, labels: ["1"] },
7428
8696
  // TODO add more "standard" labels
7429
- { ...refblocks36.right1, labels: ["2"] }
8697
+ { ...refblocks39.right1, labels: ["2"] }
7430
8698
  // TODO add more "standard" labels
7431
8699
  ],
7432
- size: { width: bounds36.width, height: bounds36.height },
7433
- center: { x: bounds36.centerX, y: bounds36.centerY }
8700
+ size: { width: bounds39.width, height: bounds39.height },
8701
+ center: { x: bounds39.centerX, y: bounds39.centerY }
7434
8702
  });
7435
8703
 
7436
8704
  // symbols/push_button_normally_closed_momentary_vert.ts
@@ -7551,21 +8819,21 @@ var push_button_normally_open_momentary_default = {
7551
8819
  };
7552
8820
 
7553
8821
  // symbols/push_button_normally_open_momentary_horz.ts
7554
- var { paths: paths37, texts: texts53, bounds: bounds37, refblocks: refblocks37 } = push_button_normally_open_momentary_default;
8822
+ var { paths: paths40, texts: texts54, bounds: bounds40, refblocks: refblocks40 } = push_button_normally_open_momentary_default;
7555
8823
  var push_button_normally_open_momentary_horz_default = defineSymbol({
7556
8824
  primitives: [
7557
- ...Object.values(paths37),
7558
- { ...texts53.top1, anchor: "middle_bottom" },
7559
- { ...texts53.bottom1, anchor: "middle_top" }
8825
+ ...Object.values(paths40),
8826
+ { ...texts54.top1, anchor: "middle_bottom" },
8827
+ { ...texts54.bottom1, anchor: "middle_top" }
7560
8828
  ],
7561
8829
  ports: [
7562
- { ...refblocks37.left1, labels: ["1"] },
8830
+ { ...refblocks40.left1, labels: ["1"] },
7563
8831
  // TODO add more "standard" labels
7564
- { ...refblocks37.right1, labels: ["2"] }
8832
+ { ...refblocks40.right1, labels: ["2"] }
7565
8833
  // TODO add more "standard" labels
7566
8834
  ],
7567
- size: { width: bounds37.width, height: bounds37.height },
7568
- center: { x: bounds37.centerX, y: bounds37.centerY }
8835
+ size: { width: bounds40.width, height: bounds40.height },
8836
+ center: { x: bounds40.centerX, y: bounds40.centerY }
7569
8837
  });
7570
8838
 
7571
8839
  // symbols/push_button_normally_open_momentary_vert.ts
@@ -7994,26 +9262,26 @@ var rectifier_diode_default = {
7994
9262
  };
7995
9263
 
7996
9264
  // symbols/rectifier_diode_horz.ts
7997
- var { paths: paths38, texts: texts54, bounds: bounds38, refblocks: refblocks38, circles: circles28 } = rectifier_diode_default;
9265
+ var { paths: paths41, texts: texts55, bounds: bounds41, refblocks: refblocks41, circles: circles31 } = rectifier_diode_default;
7998
9266
  var rectifier_diode_horz_default = defineSymbol({
7999
9267
  primitives: [
8000
- ...Object.values(paths38),
8001
- ...Object.values(circles28),
8002
- { ...texts54.top1, anchor: "middle_right" },
8003
- { ...texts54.bottom1, anchor: "middle_right" }
9268
+ ...Object.values(paths41),
9269
+ ...Object.values(circles31),
9270
+ { ...texts55.top1, anchor: "middle_right" },
9271
+ { ...texts55.bottom1, anchor: "middle_right" }
8004
9272
  ],
8005
9273
  ports: [
8006
- { ...refblocks38.top1, labels: ["1"] },
9274
+ { ...refblocks41.top1, labels: ["1"] },
8007
9275
  // TODO add more "standard" labels
8008
- { ...refblocks38.bottom1, labels: ["2"] },
9276
+ { ...refblocks41.bottom1, labels: ["2"] },
8009
9277
  // TODO add more "standard" labels
8010
- { ...refblocks38.left1, labels: ["3"] },
9278
+ { ...refblocks41.left1, labels: ["3"] },
8011
9279
  // TODO add more "standard" labels
8012
- { ...refblocks38.right1, labels: ["4"] }
9280
+ { ...refblocks41.right1, labels: ["4"] }
8013
9281
  // TODO add more "standard" labels
8014
9282
  ],
8015
- size: { width: bounds38.width, height: bounds38.height },
8016
- center: { x: bounds38.centerX, y: bounds38.centerY }
9283
+ size: { width: bounds41.width, height: bounds41.height },
9284
+ center: { x: bounds41.centerX, y: bounds41.centerY }
8017
9285
  });
8018
9286
 
8019
9287
  // symbols/rectifier_diode_vert.ts
@@ -8374,11 +9642,11 @@ var resonator_default = {
8374
9642
  };
8375
9643
 
8376
9644
  // symbols/resonator_horz.ts
8377
- var { paths: paths39, texts: texts55, bounds: bounds39, refblocks: refblocks39, circles: circles29 } = resonator_default;
9645
+ var { paths: paths42, texts: texts56, bounds: bounds42, refblocks: refblocks42, circles: circles32 } = resonator_default;
8378
9646
  var resonator_horz_default = defineSymbol({
8379
9647
  primitives: [
8380
- ...Object.values(paths39),
8381
- ...Object.values(circles29),
9648
+ ...Object.values(paths42),
9649
+ ...Object.values(circles32),
8382
9650
  // { ...texts.top1, anchor: "middle_left" },
8383
9651
  // { ...texts.bottom1, anchor: "middle_left" },
8384
9652
  {
@@ -8397,15 +9665,15 @@ var resonator_horz_default = defineSymbol({
8397
9665
  }
8398
9666
  ],
8399
9667
  ports: [
8400
- { ...refblocks39.left1, labels: ["1"] },
9668
+ { ...refblocks42.left1, labels: ["1"] },
8401
9669
  // TODO add more "standard" labels
8402
- { ...refblocks39.right1, labels: ["2"] },
9670
+ { ...refblocks42.right1, labels: ["2"] },
8403
9671
  // TODO add more "standard" labels
8404
- { ...refblocks39.right2, labels: ["3"] }
9672
+ { ...refblocks42.right2, labels: ["3"] }
8405
9673
  // TODO add more "standard" labels
8406
9674
  ],
8407
- size: { width: bounds39.width, height: bounds39.height },
8408
- center: { x: bounds39.centerX, y: bounds39.centerY }
9675
+ size: { width: bounds42.width, height: bounds42.height },
9676
+ center: { x: bounds42.centerX, y: bounds42.centerY }
8409
9677
  });
8410
9678
 
8411
9679
  // symbols/resonator_vert.ts
@@ -8603,22 +9871,22 @@ var schottky_diode_default = {
8603
9871
  };
8604
9872
 
8605
9873
  // symbols/schottky_diode_horz.ts
8606
- var { paths: paths40, texts: texts56, bounds: bounds40, refblocks: refblocks40, circles: circles30 } = schottky_diode_default;
9874
+ var { paths: paths43, texts: texts57, bounds: bounds43, refblocks: refblocks43, circles: circles33 } = schottky_diode_default;
8607
9875
  var schottky_diode_horz_default = defineSymbol({
8608
9876
  primitives: [
8609
- ...Object.values(paths40),
8610
- ...Object.values(circles30),
8611
- { ...texts56.top1, anchor: "middle_bottom" },
8612
- { ...texts56.bottom1, anchor: "middle_top" }
9877
+ ...Object.values(paths43),
9878
+ ...Object.values(circles33),
9879
+ { ...texts57.top1, anchor: "middle_bottom" },
9880
+ { ...texts57.bottom1, anchor: "middle_top" }
8613
9881
  ],
8614
9882
  ports: [
8615
- { ...refblocks40.left1, labels: ["1"] },
9883
+ { ...refblocks43.left1, labels: ["1"] },
8616
9884
  // TODO add more "standard" labels
8617
- { ...refblocks40.right1, labels: ["2"] }
9885
+ { ...refblocks43.right1, labels: ["2"] }
8618
9886
  // TODO add more "standard" labels
8619
9887
  ],
8620
- size: { width: bounds40.width, height: bounds40.height },
8621
- center: { x: bounds40.centerX, y: bounds40.centerY }
9888
+ size: { width: bounds43.width, height: bounds43.height },
9889
+ center: { x: bounds43.centerX, y: bounds43.centerY }
8622
9890
  });
8623
9891
 
8624
9892
  // symbols/schottky_diode_vert.ts
@@ -8777,32 +10045,32 @@ var silicon_controlled_rectifier_default = {
8777
10045
  };
8778
10046
 
8779
10047
  // symbols/silicon_controlled_rectifier_horz.ts
8780
- var { paths: paths41, texts: texts57, bounds: bounds41, refblocks: refblocks41, circles: circles31 } = silicon_controlled_rectifier_default;
10048
+ var { paths: paths44, texts: texts58, bounds: bounds44, refblocks: refblocks44, circles: circles34 } = silicon_controlled_rectifier_default;
8781
10049
  var silicon_controlled_rectifier_horz_default = defineSymbol({
8782
10050
  primitives: [
8783
- ...Object.values(paths41),
8784
- ...Object.values(circles31),
8785
- { ...texts57.top1, anchor: "middle_left" },
8786
- { ...texts57.bottom1, anchor: "middle_top" }
10051
+ ...Object.values(paths44),
10052
+ ...Object.values(circles34),
10053
+ { ...texts58.top1, anchor: "middle_left" },
10054
+ { ...texts58.bottom1, anchor: "middle_top" }
8787
10055
  ],
8788
10056
  ports: [
8789
- { ...refblocks41.left1, labels: ["1"] },
10057
+ { ...refblocks44.left1, labels: ["1"] },
8790
10058
  // TODO add more "standard" labels
8791
- { ...refblocks41.right1, labels: ["2"] },
10059
+ { ...refblocks44.right1, labels: ["2"] },
8792
10060
  // TODO add more "standard" labels
8793
- { ...refblocks41.bottom1, labels: ["3"] }
10061
+ { ...refblocks44.bottom1, labels: ["3"] }
8794
10062
  // TODO add more "standard" labels
8795
10063
  ],
8796
- size: { width: bounds41.width, height: bounds41.height },
8797
- center: { x: bounds41.centerX, y: bounds41.centerY }
10064
+ size: { width: bounds44.width, height: bounds44.height },
10065
+ center: { x: bounds44.centerX, y: bounds44.centerY }
8798
10066
  });
8799
10067
 
8800
10068
  // symbols/silicon_controlled_rectifier_vert.ts
8801
10069
  var rotatedSymbol22 = rotateSymbol(silicon_controlled_rectifier_horz_default);
8802
- var texts58 = rotatedSymbol22.primitives.filter(
10070
+ var texts59 = rotatedSymbol22.primitives.filter(
8803
10071
  (primitive) => primitive.type === "text"
8804
10072
  );
8805
- var ref27 = texts58.find((text) => text.text === "{REF}");
10073
+ var ref27 = texts59.find((text) => text.text === "{REF}");
8806
10074
  ref27.y = 0;
8807
10075
  ref27.anchor = "middle_left";
8808
10076
  var silicon_controlled_rectifier_vert_default = rotatedSymbol22;
@@ -8925,34 +10193,34 @@ var SPDT_switch_default = {
8925
10193
  };
8926
10194
 
8927
10195
  // symbols/SPDT_switch_horz.ts
8928
- var { paths: paths42, texts: texts59, bounds: bounds42, refblocks: refblocks42, circles: circles32 } = SPDT_switch_default;
10196
+ var { paths: paths45, texts: texts60, bounds: bounds45, refblocks: refblocks45, circles: circles35 } = SPDT_switch_default;
8929
10197
  var SPDT_switch_horz_default = defineSymbol({
8930
10198
  primitives: [
8931
- ...Object.values(paths42),
8932
- ...Object.values(circles32),
8933
- { ...texts59.top1, anchor: "middle_bottom", x: -0.01 },
8934
- { ...texts59.bottom1, anchor: "middle_top", x: -0.01 }
10199
+ ...Object.values(paths45),
10200
+ ...Object.values(circles35),
10201
+ { ...texts60.top1, anchor: "middle_bottom", x: -0.01 },
10202
+ { ...texts60.bottom1, anchor: "middle_top", x: -0.01 }
8935
10203
  ],
8936
10204
  ports: [
8937
- { ...refblocks42.left1, labels: ["1"] },
10205
+ { ...refblocks45.left1, labels: ["1"] },
8938
10206
  // TODO add more "standard" labels
8939
- { ...refblocks42.right1, labels: ["3"] },
10207
+ { ...refblocks45.right1, labels: ["3"] },
8940
10208
  // TODO add more "standard" labels
8941
- { ...refblocks42.right2, labels: ["2"] }
10209
+ { ...refblocks45.right2, labels: ["2"] }
8942
10210
  // TODO add more "standard" labels
8943
10211
  ],
8944
- size: { width: bounds42.width, height: bounds42.height },
8945
- center: { x: bounds42.centerX, y: bounds42.centerY }
10212
+ size: { width: bounds45.width, height: bounds45.height },
10213
+ center: { x: bounds45.centerX, y: bounds45.centerY }
8946
10214
  });
8947
10215
 
8948
10216
  // symbols/SPDT_switch_vert.ts
8949
10217
  var rotatedSymbol23 = rotateSymbol(SPDT_switch_horz_default);
8950
- var texts60 = rotatedSymbol23.primitives.filter((p) => p.type === "text");
8951
- var val23 = texts60.find((t) => t.text === "{VAL}");
10218
+ var texts61 = rotatedSymbol23.primitives.filter((p) => p.type === "text");
10219
+ var val23 = texts61.find((t) => t.text === "{VAL}");
8952
10220
  val23.anchor = "middle_right";
8953
10221
  val23.x = -0.3;
8954
10222
  val23.y = 0;
8955
- var ref28 = texts60.find((t) => t.text === "{REF}");
10223
+ var ref28 = texts61.find((t) => t.text === "{REF}");
8956
10224
  ref28.anchor = "middle_left";
8957
10225
  ref28.x = 0.3;
8958
10226
  ref28.y = 0;
@@ -9053,32 +10321,32 @@ var SPST_switch_default = {
9053
10321
  };
9054
10322
 
9055
10323
  // symbols/SPST_switch_horz.ts
9056
- var { paths: paths43, texts: texts61, bounds: bounds43, refblocks: refblocks43, circles: circles33 } = SPST_switch_default;
10324
+ var { paths: paths46, texts: texts62, bounds: bounds46, refblocks: refblocks46, circles: circles36 } = SPST_switch_default;
9057
10325
  var SPST_switch_horz_default = defineSymbol({
9058
10326
  primitives: [
9059
- ...Object.values(paths43),
9060
- ...Object.values(circles33),
9061
- { ...texts61.top1, anchor: "middle_bottom", x: 0 },
9062
- { ...texts61.bottom1, anchor: "middle_top", x: 0 }
10327
+ ...Object.values(paths46),
10328
+ ...Object.values(circles36),
10329
+ { ...texts62.top1, anchor: "middle_bottom", x: 0 },
10330
+ { ...texts62.bottom1, anchor: "middle_top", x: 0 }
9063
10331
  ],
9064
10332
  ports: [
9065
- { ...refblocks43.left1, labels: ["1"] },
10333
+ { ...refblocks46.left1, labels: ["1"] },
9066
10334
  // TODO add more "standard" labels
9067
- { ...refblocks43.right1, labels: ["2"] }
10335
+ { ...refblocks46.right1, labels: ["2"] }
9068
10336
  // TODO add more "standard" labels
9069
10337
  ],
9070
- size: { width: bounds43.width, height: bounds43.height },
9071
- center: { x: bounds43.centerX, y: bounds43.centerY }
10338
+ size: { width: bounds46.width, height: bounds46.height },
10339
+ center: { x: bounds46.centerX, y: bounds46.centerY }
9072
10340
  });
9073
10341
 
9074
10342
  // symbols/SPST_switch_vert.ts
9075
10343
  var rotatedSymbol24 = rotateSymbol(SPST_switch_horz_default);
9076
- var texts62 = rotatedSymbol24.primitives.filter((p) => p.type === "text");
9077
- var val24 = texts62.find((t) => t.text === "{VAL}");
10344
+ var texts63 = rotatedSymbol24.primitives.filter((p) => p.type === "text");
10345
+ var val24 = texts63.find((t) => t.text === "{VAL}");
9078
10346
  val24.anchor = "middle_right";
9079
10347
  val24.x = -0.3;
9080
10348
  val24.y = 0;
9081
- var ref29 = texts62.find((t) => t.text === "{REF}");
10349
+ var ref29 = texts63.find((t) => t.text === "{REF}");
9082
10350
  ref29.anchor = "middle_left";
9083
10351
  ref29.x = 0.3;
9084
10352
  ref29.y = 0;
@@ -9246,11 +10514,11 @@ var step_recovery_diode_default = {
9246
10514
  };
9247
10515
 
9248
10516
  // symbols/step_recovery_diode_horz.ts
9249
- var { paths: paths44, texts: texts63, bounds: bounds44, refblocks: refblocks44, circles: circles34 } = step_recovery_diode_default;
10517
+ var { paths: paths47, texts: texts64, bounds: bounds47, refblocks: refblocks47, circles: circles37 } = step_recovery_diode_default;
9250
10518
  var step_recovery_diode_horz_default = defineSymbol({
9251
10519
  primitives: [
9252
- ...Object.values(paths44),
9253
- ...Object.values(circles34),
10520
+ ...Object.values(paths47),
10521
+ ...Object.values(circles37),
9254
10522
  // { ...texts.top1, anchor: "middle_left" },
9255
10523
  // { ...texts.bottom1, anchor: "middle_left" },
9256
10524
  {
@@ -9269,13 +10537,13 @@ var step_recovery_diode_horz_default = defineSymbol({
9269
10537
  }
9270
10538
  ],
9271
10539
  ports: [
9272
- { ...refblocks44.left1, labels: ["1"] },
10540
+ { ...refblocks47.left1, labels: ["1"] },
9273
10541
  // TODO add more "standard" labels
9274
- { ...refblocks44.right1, labels: ["2"] }
10542
+ { ...refblocks47.right1, labels: ["2"] }
9275
10543
  // TODO add more "standard" labels
9276
10544
  ],
9277
- size: { width: bounds44.width, height: bounds44.height },
9278
- center: { x: bounds44.centerX, y: bounds44.centerY }
10545
+ size: { width: bounds47.width, height: bounds47.height },
10546
+ center: { x: bounds47.centerX, y: bounds47.centerY }
9279
10547
  });
9280
10548
 
9281
10549
  // symbols/step_recovery_diode_vert.ts
@@ -9368,11 +10636,11 @@ var tachometer_default = {
9368
10636
  };
9369
10637
 
9370
10638
  // symbols/tachometer_horz.ts
9371
- var { paths: paths45, texts: texts64, bounds: bounds45, refblocks: refblocks45, circles: circles35 } = tachometer_default;
10639
+ var { paths: paths48, texts: texts65, bounds: bounds48, refblocks: refblocks48, circles: circles38 } = tachometer_default;
9372
10640
  var tachometer_horz_default = defineSymbol({
9373
10641
  primitives: [
9374
- ...Object.values(paths45),
9375
- ...Object.values(circles35),
10642
+ ...Object.values(paths48),
10643
+ ...Object.values(circles38),
9376
10644
  {
9377
10645
  type: "text",
9378
10646
  text: "{REF}",
@@ -9387,16 +10655,16 @@ var tachometer_horz_default = defineSymbol({
9387
10655
  y: 0.35,
9388
10656
  anchor: "middle_top"
9389
10657
  },
9390
- { ...texts64.left1, anchor: "center", fontSize: 0.2 }
10658
+ { ...texts65.left1, anchor: "center", fontSize: 0.2 }
9391
10659
  ],
9392
10660
  ports: [
9393
- { ...refblocks45.left1, labels: ["1"] },
10661
+ { ...refblocks48.left1, labels: ["1"] },
9394
10662
  // TODO add more "standard" labels
9395
- { ...refblocks45.right1, labels: ["2"] }
10663
+ { ...refblocks48.right1, labels: ["2"] }
9396
10664
  // TODO add more "standard" labels
9397
10665
  ],
9398
- size: { width: bounds45.width, height: bounds45.height },
9399
- center: { x: bounds45.centerX, y: bounds45.centerY }
10666
+ size: { width: bounds48.width, height: bounds48.height },
10667
+ center: { x: bounds48.centerX, y: bounds48.centerY }
9400
10668
  });
9401
10669
 
9402
10670
  // symbols/tachometer_vert.ts
@@ -9604,33 +10872,33 @@ var triac_default = {
9604
10872
  };
9605
10873
 
9606
10874
  // symbols/triac_horz.ts
9607
- var { paths: paths46, texts: texts65, bounds: bounds46, refblocks: refblocks46, circles: circles36 } = triac_default;
10875
+ var { paths: paths49, texts: texts66, bounds: bounds49, refblocks: refblocks49, circles: circles39 } = triac_default;
9608
10876
  var triac_horz_default = defineSymbol({
9609
10877
  primitives: [
9610
- ...Object.values(paths46),
9611
- ...Object.values(circles36),
9612
- { ...texts65.top1, anchor: "middle_left" },
9613
- { ...texts65.bottom1, anchor: "middle_top" }
10878
+ ...Object.values(paths49),
10879
+ ...Object.values(circles39),
10880
+ { ...texts66.top1, anchor: "middle_left" },
10881
+ { ...texts66.bottom1, anchor: "middle_top" }
9614
10882
  ],
9615
10883
  ports: [
9616
- { ...refblocks46.left1, labels: ["1"] },
10884
+ { ...refblocks49.left1, labels: ["1"] },
9617
10885
  // TODO add more "standard" labels
9618
- { ...refblocks46.right1, labels: ["2"] },
10886
+ { ...refblocks49.right1, labels: ["2"] },
9619
10887
  // TODO add more "standard" labels
9620
- { ...refblocks46.bottom1, labels: ["3"] }
10888
+ { ...refblocks49.bottom1, labels: ["3"] }
9621
10889
  // TODO add more "standard" labels
9622
10890
  ],
9623
- size: { width: bounds46.width, height: bounds46.height },
9624
- center: { x: bounds46.centerX, y: bounds46.centerY }
10891
+ size: { width: bounds49.width, height: bounds49.height },
10892
+ center: { x: bounds49.centerX, y: bounds49.centerY }
9625
10893
  });
9626
10894
 
9627
10895
  // symbols/triac_vert.ts
9628
10896
  var rotatedSymbol26 = rotateSymbol(triac_horz_default);
9629
- var texts66 = rotatedSymbol26.primitives.filter(
10897
+ var texts67 = rotatedSymbol26.primitives.filter(
9630
10898
  (primitive) => primitive.type === "text"
9631
10899
  );
9632
- var ref30 = texts66.find((text) => text.text === "{REF}");
9633
- var val25 = texts66.find((text) => text.text === "{VAL}");
10900
+ var ref30 = texts67.find((text) => text.text === "{REF}");
10901
+ var val25 = texts67.find((text) => text.text === "{VAL}");
9634
10902
  ref30.y = 0;
9635
10903
  val25.y = 0;
9636
10904
  var triac_vert_default = rotatedSymbol26;
@@ -9797,22 +11065,22 @@ var tunnel_diode_default = {
9797
11065
  };
9798
11066
 
9799
11067
  // symbols/tunnel_diode_horz.ts
9800
- var { paths: paths47, texts: texts67, bounds: bounds47, refblocks: refblocks47, circles: circles37 } = tunnel_diode_default;
11068
+ var { paths: paths50, texts: texts68, bounds: bounds50, refblocks: refblocks50, circles: circles40 } = tunnel_diode_default;
9801
11069
  var tunnel_diode_horz_default = defineSymbol({
9802
11070
  primitives: [
9803
- ...Object.values(paths47),
9804
- ...Object.values(circles37),
9805
- { ...texts67.top1, anchor: "middle_bottom" },
9806
- { ...texts67.bottom1, anchor: "middle_top" }
11071
+ ...Object.values(paths50),
11072
+ ...Object.values(circles40),
11073
+ { ...texts68.top1, anchor: "middle_bottom" },
11074
+ { ...texts68.bottom1, anchor: "middle_top" }
9807
11075
  ],
9808
11076
  ports: [
9809
- { ...refblocks47.left1, labels: ["1"] },
11077
+ { ...refblocks50.left1, labels: ["1"] },
9810
11078
  // TODO add more "standard" labels
9811
- { ...refblocks47.right1, labels: ["2"] }
11079
+ { ...refblocks50.right1, labels: ["2"] }
9812
11080
  // TODO add more "standard" labels
9813
11081
  ],
9814
- size: { width: bounds47.width, height: bounds47.height },
9815
- center: { x: bounds47.centerX, y: bounds47.centerY }
11082
+ size: { width: bounds50.width, height: bounds50.height },
11083
+ center: { x: bounds50.centerX, y: bounds50.centerY }
9816
11084
  });
9817
11085
 
9818
11086
  // symbols/tunnel_diode_vert.ts
@@ -9995,34 +11263,34 @@ var unijunction_transistor_default = {
9995
11263
  };
9996
11264
 
9997
11265
  // symbols/unijunction_transistor_horz.ts
9998
- var { paths: paths48, texts: texts68, bounds: bounds48, refblocks: refblocks48, circles: circles38 } = unijunction_transistor_default;
11266
+ var { paths: paths51, texts: texts69, bounds: bounds51, refblocks: refblocks51, circles: circles41 } = unijunction_transistor_default;
9999
11267
  var unijunction_transistor_horz_default = defineSymbol({
10000
11268
  primitives: [
10001
- ...Object.values(paths48),
10002
- ...Object.values(circles38),
10003
- { ...texts68.top1, anchor: "middle_left" },
10004
- { ...texts68.bottom1, anchor: "middle_right" }
11269
+ ...Object.values(paths51),
11270
+ ...Object.values(circles41),
11271
+ { ...texts69.top1, anchor: "middle_left" },
11272
+ { ...texts69.bottom1, anchor: "middle_right" }
10005
11273
  ],
10006
11274
  ports: [
10007
- { ...refblocks48.top1, labels: ["1"] },
11275
+ { ...refblocks51.top1, labels: ["1"] },
10008
11276
  // TODO add more "standard" labels
10009
- { ...refblocks48.bottom1, labels: ["2"] },
11277
+ { ...refblocks51.bottom1, labels: ["2"] },
10010
11278
  // TODO add more "standard" labels
10011
- { ...refblocks48.left1, labels: ["3"] }
11279
+ { ...refblocks51.left1, labels: ["3"] }
10012
11280
  // TODO add more "standard" labels
10013
11281
  ],
10014
- size: { width: bounds48.width, height: bounds48.height },
10015
- center: { x: bounds48.centerX, y: bounds48.centerY }
11282
+ size: { width: bounds51.width, height: bounds51.height },
11283
+ center: { x: bounds51.centerX, y: bounds51.centerY }
10016
11284
  });
10017
11285
 
10018
11286
  // symbols/unijunction_transistor_vert.ts
10019
11287
  var rotatedSymbol27 = rotateSymbol(unijunction_transistor_horz_default);
10020
- var texts69 = rotatedSymbol27.primitives.filter(
11288
+ var texts70 = rotatedSymbol27.primitives.filter(
10021
11289
  (primitive) => primitive.type === "text"
10022
11290
  );
10023
- var ref32 = texts69.find((text) => text.text === "{REF}");
11291
+ var ref32 = texts70.find((text) => text.text === "{REF}");
10024
11292
  ref32.y = 0.1;
10025
- var val27 = texts69.find((text) => text.text === "{VAL}");
11293
+ var val27 = texts70.find((text) => text.text === "{VAL}");
10026
11294
  val27.y = 0.1;
10027
11295
  val27.x = -0.4;
10028
11296
  var unijunction_transistor_vert_default = rotatedSymbol27;
@@ -10114,33 +11382,33 @@ var var_meter_default = {
10114
11382
  };
10115
11383
 
10116
11384
  // symbols/var_meter_horz.ts
10117
- var { paths: paths49, texts: texts70, bounds: bounds49, refblocks: refblocks49, circles: circles39 } = var_meter_default;
11385
+ var { paths: paths52, texts: texts71, bounds: bounds52, refblocks: refblocks52, circles: circles42 } = var_meter_default;
10118
11386
  var var_meter_horz_default = defineSymbol({
10119
11387
  primitives: [
10120
- ...Object.values(paths49),
10121
- ...Object.values(circles39),
11388
+ ...Object.values(paths52),
11389
+ ...Object.values(circles42),
10122
11390
  {
10123
- ...texts70.top1,
11391
+ ...texts71.top1,
10124
11392
  x: 0,
10125
11393
  y: -0.3594553499999995,
10126
11394
  anchor: "middle_bottom"
10127
11395
  },
10128
11396
  {
10129
- ...texts70.bottom1,
11397
+ ...texts71.bottom1,
10130
11398
  x: 0,
10131
11399
  y: 0.35,
10132
11400
  anchor: "middle_top"
10133
11401
  },
10134
- { ...texts70.left1, x: -0.02, y: -0.02, fontSize: 0.2, anchor: "center" }
11402
+ { ...texts71.left1, x: -0.02, y: -0.02, fontSize: 0.2, anchor: "center" }
10135
11403
  ],
10136
11404
  ports: [
10137
- { ...refblocks49.left1, labels: ["1"] },
11405
+ { ...refblocks52.left1, labels: ["1"] },
10138
11406
  // TODO add more "standard" labels
10139
- { ...refblocks49.right1, labels: ["2"] }
11407
+ { ...refblocks52.right1, labels: ["2"] }
10140
11408
  // TODO add more "standard" labels
10141
11409
  ],
10142
- size: { width: bounds49.width, height: bounds49.height },
10143
- center: { x: bounds49.centerX, y: bounds49.centerY }
11410
+ size: { width: bounds52.width, height: bounds52.height },
11411
+ center: { x: bounds52.centerX, y: bounds52.centerY }
10144
11412
  });
10145
11413
 
10146
11414
  // symbols/var_meter_vert.ts
@@ -10293,22 +11561,22 @@ var varactor_diode_default = {
10293
11561
  };
10294
11562
 
10295
11563
  // symbols/varactor_diode_horz.ts
10296
- var { paths: paths50, texts: texts71, bounds: bounds50, refblocks: refblocks50, circles: circles40 } = varactor_diode_default;
11564
+ var { paths: paths53, texts: texts72, bounds: bounds53, refblocks: refblocks53, circles: circles43 } = varactor_diode_default;
10297
11565
  var varactor_diode_horz_default = defineSymbol({
10298
11566
  primitives: [
10299
- ...Object.values(paths50),
10300
- ...Object.values(circles40),
10301
- { ...texts71.top1, anchor: "middle_bottom" },
10302
- { ...texts71.bottom1, anchor: "middle_top" }
11567
+ ...Object.values(paths53),
11568
+ ...Object.values(circles43),
11569
+ { ...texts72.top1, anchor: "middle_bottom" },
11570
+ { ...texts72.bottom1, anchor: "middle_top" }
10303
11571
  ],
10304
11572
  ports: [
10305
- { ...refblocks50.left1, labels: ["1"] },
11573
+ { ...refblocks53.left1, labels: ["1"] },
10306
11574
  // TODO add more "standard" labels
10307
- { ...refblocks50.right1, labels: ["2"] }
11575
+ { ...refblocks53.right1, labels: ["2"] }
10308
11576
  // TODO add more "standard" labels
10309
11577
  ],
10310
- size: { width: bounds50.width, height: bounds50.height },
10311
- center: { x: bounds50.centerX, y: bounds50.centerY }
11578
+ size: { width: bounds53.width, height: bounds53.height },
11579
+ center: { x: bounds53.centerX, y: bounds53.centerY }
10312
11580
  });
10313
11581
 
10314
11582
  // symbols/varactor_diode_vert.ts
@@ -10456,26 +11724,26 @@ var varistor_default = {
10456
11724
  };
10457
11725
 
10458
11726
  // symbols/varistor_horz.ts
10459
- var { paths: paths51, texts: texts72, bounds: bounds51, refblocks: refblocks51 } = varistor_default;
11727
+ var { paths: paths54, texts: texts73, bounds: bounds54, refblocks: refblocks54 } = varistor_default;
10460
11728
  var varistor_horz_default = defineSymbol({
10461
11729
  primitives: [
10462
- ...Object.values(paths51),
10463
- { ...texts72.top1, anchor: "middle_left" },
10464
- { ...texts72.bottom1, anchor: "middle_right" }
11730
+ ...Object.values(paths54),
11731
+ { ...texts73.top1, anchor: "middle_left" },
11732
+ { ...texts73.bottom1, anchor: "middle_right" }
10465
11733
  ],
10466
11734
  ports: [
10467
11735
  {
10468
- ...refblocks51.left1,
11736
+ ...refblocks54.left1,
10469
11737
  labels: ["1", "-"]
10470
11738
  },
10471
11739
  {
10472
- ...refblocks51.right1,
11740
+ ...refblocks54.right1,
10473
11741
  labels: ["2", "+"]
10474
11742
  }
10475
11743
  ],
10476
- size: { width: bounds51.width, height: bounds51.height },
11744
+ size: { width: bounds54.width, height: bounds54.height },
10477
11745
  //{ width: 1, height: 0.24 },
10478
- center: { x: bounds51.centerX, y: bounds51.centerY }
11746
+ center: { x: bounds54.centerX, y: bounds54.centerY }
10479
11747
  });
10480
11748
 
10481
11749
  // symbols/varistor_vert.ts
@@ -10568,11 +11836,11 @@ var varmeter_default = {
10568
11836
  };
10569
11837
 
10570
11838
  // symbols/varmeter_horz.ts
10571
- var { paths: paths52, texts: texts73, bounds: bounds52, refblocks: refblocks52, circles: circles41 } = varmeter_default;
11839
+ var { paths: paths55, texts: texts74, bounds: bounds55, refblocks: refblocks55, circles: circles44 } = varmeter_default;
10572
11840
  var varmeter_horz_default = defineSymbol({
10573
11841
  primitives: [
10574
- ...Object.values(paths52),
10575
- ...Object.values(circles41),
11842
+ ...Object.values(paths55),
11843
+ ...Object.values(circles44),
10576
11844
  {
10577
11845
  type: "text",
10578
11846
  text: "{REF}",
@@ -10587,16 +11855,16 @@ var varmeter_horz_default = defineSymbol({
10587
11855
  y: 0.35,
10588
11856
  anchor: "middle_top"
10589
11857
  },
10590
- { ...texts73.left1, anchor: "center", fontSize: 0.2 }
11858
+ { ...texts74.left1, anchor: "center", fontSize: 0.2 }
10591
11859
  ],
10592
11860
  ports: [
10593
- { ...refblocks52.left1, labels: ["1"] },
11861
+ { ...refblocks55.left1, labels: ["1"] },
10594
11862
  // TODO add more "standard" labels
10595
- { ...refblocks52.right1, labels: ["2"] }
11863
+ { ...refblocks55.right1, labels: ["2"] }
10596
11864
  // TODO add more "standard" labels
10597
11865
  ],
10598
- size: { width: bounds52.width, height: bounds52.height },
10599
- center: { x: bounds52.centerX, y: bounds52.centerY }
11866
+ size: { width: bounds55.width, height: bounds55.height },
11867
+ center: { x: bounds55.centerX, y: bounds55.centerY }
10600
11868
  });
10601
11869
 
10602
11870
  // symbols/varmeter_vert.ts
@@ -10713,11 +11981,11 @@ var volt_meter_default = {
10713
11981
  };
10714
11982
 
10715
11983
  // symbols/volt_meter_horz.ts
10716
- var { paths: paths53, texts: texts74, bounds: bounds53, circles: circles42, refblocks: refblocks53 } = volt_meter_default;
11984
+ var { paths: paths56, texts: texts75, bounds: bounds56, circles: circles45, refblocks: refblocks56 } = volt_meter_default;
10717
11985
  var volt_meter_horz_default = defineSymbol({
10718
11986
  primitives: [
10719
- ...Object.values(paths53),
10720
- ...Object.values(circles42),
11987
+ ...Object.values(paths56),
11988
+ ...Object.values(circles45),
10721
11989
  {
10722
11990
  type: "text",
10723
11991
  text: "{REF}",
@@ -10734,13 +12002,13 @@ var volt_meter_horz_default = defineSymbol({
10734
12002
  }
10735
12003
  ],
10736
12004
  ports: [
10737
- { ...refblocks53.left1, labels: ["1"] },
12005
+ { ...refblocks56.left1, labels: ["1"] },
10738
12006
  // TODO add more "standard" labels
10739
- { ...refblocks53.right1, labels: ["2"] }
12007
+ { ...refblocks56.right1, labels: ["2"] }
10740
12008
  // TODO add more "standard" labels
10741
12009
  ],
10742
- size: { width: bounds53.width, height: bounds53.height },
10743
- center: { x: bounds53.centerX, y: bounds53.centerY }
12010
+ size: { width: bounds56.width, height: bounds56.height },
12011
+ center: { x: bounds56.centerX, y: bounds56.centerY }
10744
12012
  });
10745
12013
 
10746
12014
  // symbols/volt_meter_vert.ts
@@ -10833,11 +12101,11 @@ var watt_hour_meter_default = {
10833
12101
  };
10834
12102
 
10835
12103
  // symbols/watt_hour_meter_horz.ts
10836
- var { paths: paths54, texts: texts75, bounds: bounds54, refblocks: refblocks54, circles: circles43 } = watt_hour_meter_default;
12104
+ var { paths: paths57, texts: texts76, bounds: bounds57, refblocks: refblocks57, circles: circles46 } = watt_hour_meter_default;
10837
12105
  var watt_hour_meter_horz_default = defineSymbol({
10838
12106
  primitives: [
10839
- ...Object.values(paths54),
10840
- ...Object.values(circles43),
12107
+ ...Object.values(paths57),
12108
+ ...Object.values(circles46),
10841
12109
  {
10842
12110
  type: "text",
10843
12111
  text: "{REF}",
@@ -10852,16 +12120,16 @@ var watt_hour_meter_horz_default = defineSymbol({
10852
12120
  y: 0.35,
10853
12121
  anchor: "middle_top"
10854
12122
  },
10855
- { ...texts75.left1, anchor: "center", fontSize: 0.2 }
12123
+ { ...texts76.left1, anchor: "center", fontSize: 0.2 }
10856
12124
  ],
10857
12125
  ports: [
10858
- { ...refblocks54.left1, labels: ["1"] },
12126
+ { ...refblocks57.left1, labels: ["1"] },
10859
12127
  // TODO add more "standard" labels
10860
- { ...refblocks54.right1, labels: ["2"] }
12128
+ { ...refblocks57.right1, labels: ["2"] }
10861
12129
  // TODO add more "standard" labels
10862
12130
  ],
10863
- size: { width: bounds54.width, height: bounds54.height },
10864
- center: { x: bounds54.centerX, y: bounds54.centerY }
12131
+ size: { width: bounds57.width, height: bounds57.height },
12132
+ center: { x: bounds57.centerX, y: bounds57.centerY }
10865
12133
  });
10866
12134
 
10867
12135
  // symbols/watt_hour_meter_vert.ts
@@ -10965,11 +12233,11 @@ var wattmeter_default = {
10965
12233
  };
10966
12234
 
10967
12235
  // symbols/wattmeter_horz.ts
10968
- var { paths: paths55, texts: texts76, bounds: bounds55, refblocks: refblocks55, circles: circles44 } = wattmeter_default;
12236
+ var { paths: paths58, texts: texts77, bounds: bounds58, refblocks: refblocks58, circles: circles47 } = wattmeter_default;
10969
12237
  var wattmeter_horz_default = defineSymbol({
10970
12238
  primitives: [
10971
- ...Object.values(paths55),
10972
- ...Object.values(circles44),
12239
+ ...Object.values(paths58),
12240
+ ...Object.values(circles47),
10973
12241
  {
10974
12242
  type: "text",
10975
12243
  text: "{REF}",
@@ -10984,16 +12252,16 @@ var wattmeter_horz_default = defineSymbol({
10984
12252
  y: 0.35,
10985
12253
  anchor: "middle_top"
10986
12254
  },
10987
- { ...texts76.left1, anchor: "center", fontSize: 0.3 }
12255
+ { ...texts77.left1, anchor: "center", fontSize: 0.3 }
10988
12256
  ],
10989
12257
  ports: [
10990
- { ...refblocks55.left1, labels: ["1"] },
12258
+ { ...refblocks58.left1, labels: ["1"] },
10991
12259
  // TODO add more "standard" labels
10992
- { ...refblocks55.right1, labels: ["2"] }
12260
+ { ...refblocks58.right1, labels: ["2"] }
10993
12261
  // TODO add more "standard" labels
10994
12262
  ],
10995
- size: { width: bounds55.width, height: bounds55.height },
10996
- center: { x: bounds55.centerX, y: bounds55.centerY }
12263
+ size: { width: bounds58.width, height: bounds58.height },
12264
+ center: { x: bounds58.centerX, y: bounds58.centerY }
10997
12265
  });
10998
12266
 
10999
12267
  // symbols/wattmeter_vert.ts
@@ -11157,22 +12425,22 @@ var zener_diode_default = {
11157
12425
  };
11158
12426
 
11159
12427
  // symbols/zener_diode_horz.ts
11160
- var { paths: paths56, texts: texts77, bounds: bounds56, refblocks: refblocks56, circles: circles45 } = zener_diode_default;
12428
+ var { paths: paths59, texts: texts78, bounds: bounds59, refblocks: refblocks59, circles: circles48 } = zener_diode_default;
11161
12429
  var zener_diode_horz_default = defineSymbol({
11162
12430
  primitives: [
11163
- ...Object.values(paths56),
11164
- ...Object.values(circles45),
11165
- { ...texts77.top1, anchor: "middle_bottom" },
11166
- { ...texts77.bottom1, anchor: "middle_top" }
12431
+ ...Object.values(paths59),
12432
+ ...Object.values(circles48),
12433
+ { ...texts78.top1, anchor: "middle_bottom" },
12434
+ { ...texts78.bottom1, anchor: "middle_top" }
11167
12435
  ],
11168
12436
  ports: [
11169
- { ...refblocks56.left1, labels: ["1"] },
12437
+ { ...refblocks59.left1, labels: ["1"] },
11170
12438
  // TODO add more "standard" labels
11171
- { ...refblocks56.right1, labels: ["2"] }
12439
+ { ...refblocks59.right1, labels: ["2"] }
11172
12440
  // TODO add more "standard" labels
11173
12441
  ],
11174
- size: { width: bounds56.width, height: bounds56.height },
11175
- center: { x: bounds56.centerX, y: bounds56.centerY }
12442
+ size: { width: bounds59.width, height: bounds59.height },
12443
+ center: { x: bounds59.centerX, y: bounds59.centerY }
11176
12444
  });
11177
12445
 
11178
12446
  // symbols/zener_diode_vert.ts
@@ -11221,10 +12489,14 @@ var symbols_index_default = {
11221
12489
  "frequency_meter_vert": frequency_meter_vert_default,
11222
12490
  "fuse_horz": fuse_horz_default,
11223
12491
  "fuse_vert": fuse_vert_default,
12492
+ "ground_horz": ground_horz_default,
12493
+ "ground_vert": ground_vert_default,
11224
12494
  "gunn_diode_horz": gunn_diode_horz_default,
11225
12495
  "gunn_diode_vert": gunn_diode_vert_default,
11226
12496
  "igbt_transistor_horz": igbt_transistor_horz_default,
11227
12497
  "igbt_transistor_vert": igbt_transistor_vert_default,
12498
+ "inductor_horz": inductor_horz_default,
12499
+ "inductor_vert": inductor_vert_default,
11228
12500
  "laser_diode_horz": laser_diode_horz_default,
11229
12501
  "laser_diode_vert": laser_diode_vert_default,
11230
12502
  "led_horz": led_horz_default,