@tscircuit/schematic-trace-solver 0.0.87 → 0.0.88
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/.agents/skills/schematic-trace-visualization/SKILL.md +115 -0
- package/.github/scripts/import-json-bug-report.ts +15 -1
- package/.github/workflows/json-bug-report.yml +3 -2
- package/AGENTS.md +22 -0
- package/lib/testing/PipelineStageDebugRunner.ts +344 -0
- package/package.json +3 -2
- package/scripts/debug-pipeline-stages.ts +146 -0
- package/site/bug-reports/bug-report-20260706T220324Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T020342Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T092615Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T134549Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T134722Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T140410Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T141025Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260707T141421Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +357 -3448
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +64 -0
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.json +233 -0
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2098 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1392 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +857 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +652 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +275 -0
- package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +265 -0
- package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +950 -0
- package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +610 -0
- package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +218 -0
- package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +185 -0
- package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +613 -0
- package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +499 -0
- package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.test.ts +12 -0
- package/tests/examples/__snapshots__/example01.snap.svg +59 -162
- package/tests/examples/__snapshots__/example02.snap.svg +64 -273
- package/tests/examples/__snapshots__/example03.snap.svg +85 -290
- package/tests/examples/__snapshots__/example04.snap.svg +50 -94
- package/tests/examples/__snapshots__/example05.snap.svg +73 -191
- package/tests/examples/__snapshots__/example06.snap.svg +49 -95
- package/tests/examples/__snapshots__/example07.snap.svg +65 -218
- package/tests/examples/__snapshots__/example08.snap.svg +61 -143
- package/tests/examples/__snapshots__/example09.snap.svg +123 -493
- package/tests/examples/__snapshots__/example10.snap.svg +57 -136
- package/tests/examples/__snapshots__/example11.snap.svg +64 -173
- package/tests/examples/__snapshots__/example12.snap.svg +58 -159
- package/tests/examples/__snapshots__/example13.snap.svg +78 -348
- package/tests/examples/__snapshots__/example14.snap.svg +77 -293
- package/tests/examples/__snapshots__/example15.snap.svg +140 -984
- package/tests/examples/__snapshots__/example16.snap.svg +62 -162
- package/tests/examples/__snapshots__/example17.snap.svg +67 -198
- package/tests/examples/__snapshots__/example18.snap.svg +69 -249
- package/tests/examples/__snapshots__/example19.snap.svg +63 -202
- package/tests/examples/__snapshots__/example20.snap.svg +60 -148
- package/tests/examples/__snapshots__/example21.snap.svg +73 -298
- package/tests/examples/__snapshots__/example22.snap.svg +62 -156
- package/tests/examples/__snapshots__/example23.snap.svg +66 -172
- package/tests/examples/__snapshots__/example24.snap.svg +64 -164
- package/tests/examples/__snapshots__/example25.snap.svg +76 -299
- package/tests/examples/__snapshots__/example26.snap.svg +64 -164
- package/tests/examples/__snapshots__/example27.snap.svg +83 -300
- package/tests/examples/__snapshots__/example28.snap.svg +54 -115
- package/tests/examples/__snapshots__/example29.snap.svg +257 -1299
- package/tests/examples/__snapshots__/example30.snap.svg +91 -293
- package/tests/examples/__snapshots__/example31.snap.svg +47 -88
- package/tests/examples/__snapshots__/example32.snap.svg +107 -405
- package/tests/examples/__snapshots__/example33.snap.svg +71 -180
- package/tests/examples/__snapshots__/example34.snap.svg +55 -116
- package/tests/examples/__snapshots__/example35.snap.svg +69 -176
- package/tests/examples/__snapshots__/example36.snap.svg +65 -159
- package/tests/examples/__snapshots__/example37.snap.svg +75 -223
- package/tests/examples/__snapshots__/example38.snap.svg +46 -76
- package/tests/examples/__snapshots__/example39.snap.svg +51 -106
- package/tests/examples/__snapshots__/example40.snap.svg +83 -270
- package/tests/examples/__snapshots__/example41.snap.svg +54 -118
- package/tests/examples/__snapshots__/example42.snap.svg +67 -194
- package/tests/examples/__snapshots__/example43.snap.svg +62 -168
- package/tests/examples/__snapshots__/example44.snap.svg +86 -369
- package/tests/examples/__snapshots__/example45.snap.svg +60 -169
- package/tests/examples/__snapshots__/example46.snap.svg +80 -342
- package/tests/examples/__snapshots__/example47.snap.svg +82 -323
- package/tests/examples/__snapshots__/example48.snap.svg +64 -167
- package/tests/examples/__snapshots__/example49.snap.svg +120 -565
- package/tests/examples/__snapshots__/example50.snap.svg +71 -189
- package/tests/fixtures/getLastStepGraphicsObject.ts +38 -0
- package/tests/fixtures/getLastStepSvg.ts +9 -0
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +67 -218
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +47 -87
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +73 -272
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +284 -0
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +470 -0
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +94 -395
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +88 -467
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +109 -569
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +95 -459
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +64 -176
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +51 -112
- package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +239 -0
- package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +432 -0
- package/tests/repros/repro-atmega328p-fault-pullup.test.ts +11 -0
- package/tests/repros/repro-atmega328p-missing-gnd-netlabel.test.ts +16 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +59 -159
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +54 -118
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +58 -245
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView01.snap.svg +73 -222
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView02.snap.svg +65 -204
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView03.snap.svg +65 -183
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +54 -139
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +61 -215
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +54 -124
|
@@ -1,460 +1,96 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
x-" data-x="-2.6999999999999997" data-y="1.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
x-" data-x="-2.6999999999999997" data-y="0.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
x
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
x
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
x+" data-x="4.950000000000001" data-y="-4.8" cx="521.8528220325109" cy="435.9096135473393" r="3" fill="hsl(227, 100%, 50%, 0.8)" />
|
|
74
|
-
</g>
|
|
75
|
-
<g>
|
|
76
|
-
<circle data-type="point" data-label="R2.1
|
|
77
|
-
y+" data-x="-6.25" data-y="4.1" cx="150.94205868102486" cy="141.16802481267635" r="3" fill="hsl(107, 100%, 50%, 0.8)" />
|
|
78
|
-
</g>
|
|
79
|
-
<g>
|
|
80
|
-
<circle data-type="point" data-label="R2.2
|
|
81
|
-
y-" data-x="-6.25" data-y="3" cx="150.94205868102486" cy="177.596760498983" r="3" fill="hsl(108, 100%, 50%, 0.8)" />
|
|
82
|
-
</g>
|
|
83
|
-
<g>
|
|
84
|
-
<circle data-type="point" data-label="R3.1
|
|
85
|
-
y+" data-x="-5.1" data-y="4.1" cx="189.0266459894364" cy="141.16802481267635" r="3" fill="hsl(348, 100%, 50%, 0.8)" />
|
|
86
|
-
</g>
|
|
87
|
-
<g>
|
|
88
|
-
<circle data-type="point" data-label="R3.2
|
|
89
|
-
y-" data-x="-5.1" data-y="3" cx="189.0266459894364" cy="177.596760498983" r="3" fill="hsl(349, 100%, 50%, 0.8)" />
|
|
90
|
-
</g>
|
|
91
|
-
<g>
|
|
92
|
-
<circle data-type="point" data-label="R4.1
|
|
93
|
-
y+" data-x="6" data-y="4.1" cx="556.6257060967127" cy="141.16802481267635" r="3" fill="hsl(229, 100%, 50%, 0.8)" />
|
|
94
|
-
</g>
|
|
95
|
-
<g>
|
|
96
|
-
<circle data-type="point" data-label="R4.2
|
|
97
|
-
y-" data-x="6" data-y="3" cx="556.6257060967127" cy="177.596760498983" r="3" fill="hsl(230, 100%, 50%, 0.8)" />
|
|
98
|
-
</g>
|
|
99
|
-
<g>
|
|
100
|
-
<circle data-type="point" data-label="R5.1
|
|
101
|
-
y+" data-x="7.15" data-y="4.1" cx="594.7102934051242" cy="141.16802481267635" r="3" fill="hsl(110, 100%, 50%, 0.8)" />
|
|
102
|
-
</g>
|
|
103
|
-
<g>
|
|
104
|
-
<circle data-type="point" data-label="R5.2
|
|
105
|
-
y-" data-x="7.15" data-y="3" cx="594.7102934051242" cy="177.596760498983" r="3" fill="hsl(111, 100%, 50%, 0.8)" />
|
|
106
|
-
</g>
|
|
107
|
-
<g>
|
|
108
|
-
<circle data-type="point" data-label="C1.1
|
|
109
|
-
y+" data-x="-4.7" data-y="-0.8999999999999999" cx="202.27345896627517" cy="306.75318702316116" r="3" fill="hsl(121, 100%, 50%, 0.8)" />
|
|
110
|
-
</g>
|
|
111
|
-
<g>
|
|
112
|
-
<circle data-type="point" data-label="C1.2
|
|
113
|
-
y-" data-x="-4.7" data-y="-2" cx="202.27345896627517" cy="343.1819227094678" r="3" fill="hsl(122, 100%, 50%, 0.8)" />
|
|
114
|
-
</g>
|
|
115
|
-
<g>
|
|
116
|
-
<circle data-type="point" data-label="C2.1
|
|
117
|
-
y+" data-x="-2.55" data-y="-5.1" cx="273.4750787167836" cy="445.84472327996843" r="3" fill="hsl(2, 100%, 50%, 0.8)" />
|
|
118
|
-
</g>
|
|
119
|
-
<g>
|
|
120
|
-
<circle data-type="point" data-label="C2.2
|
|
121
|
-
y-" data-x="-2.55" data-y="-6.200000000000001" cx="273.4750787167836" cy="482.27345896627514" r="3" fill="hsl(3, 100%, 50%, 0.8)" />
|
|
122
|
-
</g>
|
|
123
|
-
<g>
|
|
124
|
-
<circle data-type="point" data-label="anchorPoint
|
|
125
|
-
orientation: x-" data-x="-6.25" data-y="2.25" cx="150.94205868102486" cy="202.43453483055572" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
126
|
-
</g>
|
|
127
|
-
<g>
|
|
128
|
-
<circle data-type="point" data-label="anchorPoint
|
|
129
|
-
orientation: x-" data-x="-5.1" data-y="2.15" cx="189.0266459894364" cy="205.74623807476542" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
130
|
-
</g>
|
|
131
|
-
<g>
|
|
132
|
-
<circle data-type="point" data-label="anchorPoint
|
|
133
|
-
orientation: y-" data-x="-2.55" data-y="-6.400000000000001" cx="273.4750787167836" cy="488.89686545469453" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
134
|
-
</g>
|
|
135
|
-
<g>
|
|
136
|
-
<circle data-type="point" data-label="anchorPoint
|
|
137
|
-
orientation: x+" data-x="-4.7" data-y="-0.3999999999999999" cx="202.27345896627517" cy="290.1946708021127" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
138
|
-
</g>
|
|
139
|
-
<g>
|
|
140
|
-
<circle data-type="point" data-label="anchorPoint
|
|
141
|
-
orientation: x-" data-x="-3" data-y="-2.75" cx="258.57241411784" cy="368.01969704104056" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
142
|
-
</g>
|
|
143
|
-
<g>
|
|
144
|
-
<circle data-type="point" data-label="anchorPoint
|
|
145
|
-
orientation: x+" data-x="3.2749999999999995" data-y="-0.17499999999999993" cx="466.38179269199844" cy="282.7433385026409" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
146
|
-
</g>
|
|
147
|
-
<g>
|
|
148
|
-
<circle data-type="point" data-label="anchorPoint
|
|
149
|
-
orientation: y+" data-x="5.150000000000001" data-y="-0.42499999999999993" cx="528.4762285209304" cy="291.0225966131651" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
150
|
-
</g>
|
|
151
|
-
<g>
|
|
152
|
-
<circle data-type="point" data-label="anchorPoint
|
|
153
|
-
orientation: x-" data-x="2.9" data-y="-2.0124999999999997" cx="453.96290552621207" cy="343.595885614994" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
154
|
-
</g>
|
|
155
|
-
<g>
|
|
156
|
-
<circle data-type="point" data-label="anchorPoint
|
|
157
|
-
orientation: x-" data-x="6" data-y="2.2625" cx="556.6257060967127" cy="202.02057192502951" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
158
|
-
</g>
|
|
159
|
-
<g>
|
|
160
|
-
<circle data-type="point" data-label="anchorPoint
|
|
161
|
-
orientation: x-" data-x="-6.25" data-y="4.3" cx="150.94205868102486" cy="134.54461832425696" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
162
|
-
</g>
|
|
163
|
-
<g>
|
|
164
|
-
<circle data-type="point" data-label="anchorPoint
|
|
165
|
-
orientation: x-" data-x="6" data-y="4.3" cx="556.6257060967127" cy="134.54461832425696" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
166
|
-
</g>
|
|
167
|
-
<g>
|
|
168
|
-
<polyline data-points="-6.25,4.1 -5.1,4.1" data-type="line" data-label="" points="150.94205868102486,141.16802481267635 189.0266459894364,141.16802481267635" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1" />
|
|
169
|
-
</g>
|
|
170
|
-
<g>
|
|
171
|
-
<polyline data-points="6,4.1 7.15,4.1" data-type="line" data-label="" points="556.6257060967127,141.16802481267635 594.7102934051242,141.16802481267635" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1" />
|
|
172
|
-
</g>
|
|
173
|
-
<g>
|
|
174
|
-
<polyline data-points="-6.25,3 -2.6999999999999997,1.5" data-type="line" data-label="" points="150.94205868102486,177.596760498983 268.5075238504691,227.27230916212847" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1" />
|
|
175
|
-
</g>
|
|
176
|
-
<g>
|
|
177
|
-
<polyline data-points="-5.1,3 -2.6999999999999997,1.3" data-type="line" data-label="" points="189.0266459894364,177.596760498983 268.5075238504691,233.89571565054786" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1" />
|
|
178
|
-
</g>
|
|
179
|
-
<g>
|
|
180
|
-
<polyline data-points="6,3 2.6999999999999997,1.525" data-type="line" data-label="" points="556.6257060967127,177.596760498983 447.3394990377927,226.44438335107603" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1" />
|
|
181
|
-
</g>
|
|
182
|
-
<g>
|
|
183
|
-
<polyline data-points="7.15,3 2.6999999999999997,0.775" data-type="line" data-label="" points="594.7102934051242,177.596760498983 447.3394990377927,251.28215768264874" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1" />
|
|
184
|
-
</g>
|
|
185
|
-
<g>
|
|
186
|
-
<polyline data-points="-4.7,-0.8999999999999999 -2.6999999999999997,0.10000000000000009" data-type="line" data-label="" points="202.27345896627517,306.75318702316116 268.5075238504691,273.6361545810642" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1" />
|
|
187
|
-
</g>
|
|
188
|
-
<g>
|
|
189
|
-
<polyline data-points="-7.2,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1" />
|
|
190
|
-
</g>
|
|
191
|
-
<g>
|
|
192
|
-
<polyline data-points="-2.55,-5.1 -2.6999999999999997,-0.3999999999999999" data-type="line" data-label="" points="273.4750787167836,445.84472327996843 268.5075238504691,290.1946708021127" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1" />
|
|
193
|
-
</g>
|
|
194
|
-
<g>
|
|
195
|
-
<polyline data-points="-2.55,-5.1 3.8499999999999996,-4.8" data-type="line" data-label="" points="273.4750787167836,445.84472327996843 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1" />
|
|
196
|
-
</g>
|
|
197
|
-
<g>
|
|
198
|
-
<polyline data-points="3.8499999999999996,-4.8 2.6999999999999997,-0.17499999999999993" data-type="line" data-label="" points="485.4240863462042,435.9096135473393 447.3394990377927,282.7433385026409" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1" />
|
|
199
|
-
</g>
|
|
200
|
-
<g>
|
|
201
|
-
<polyline data-points="4.950000000000001,-4.8 2.6999999999999997,-0.42499999999999993" data-type="line" data-label="" points="521.8528220325109,435.9096135473393 447.3394990377927,291.0225966131651" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1" />
|
|
202
|
-
</g>
|
|
203
|
-
<g>
|
|
204
|
-
<polyline data-points="-2.6999999999999997,1.5 -6.25,3" data-type="line" data-label="" points="268.5075238504691,227.27230916212847 150.94205868102486,177.596760498983" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
205
|
-
</g>
|
|
206
|
-
<g>
|
|
207
|
-
<polyline data-points="-2.6999999999999997,1.3 -5.1,3" data-type="line" data-label="" points="268.5075238504691,233.89571565054786 189.0266459894364,177.596760498983" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
208
|
-
</g>
|
|
209
|
-
<g>
|
|
210
|
-
<polyline data-points="-2.6999999999999997,1.1 0,-1.3499999999999999" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 357.9235114441309,321.6558516221048" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
211
|
-
</g>
|
|
212
|
-
<g>
|
|
213
|
-
<polyline data-points="-2.6999999999999997,1.1 -7.2,-5" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 119.48087786103275,442.5330200357587" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
214
|
-
</g>
|
|
215
|
-
<g>
|
|
216
|
-
<polyline data-points="-2.6999999999999997,1.1 -4.7,-2" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
217
|
-
</g>
|
|
218
|
-
<g>
|
|
219
|
-
<polyline data-points="-2.6999999999999997,1.1 -2.55,-6.200000000000001" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
220
|
-
</g>
|
|
221
|
-
<g>
|
|
222
|
-
<polyline data-points="0,-1.3499999999999999 -7.2,-5" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 119.48087786103275,442.5330200357587" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
223
|
-
</g>
|
|
224
|
-
<g>
|
|
225
|
-
<polyline data-points="0,-1.3499999999999999 -4.7,-2" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
226
|
-
</g>
|
|
227
|
-
<g>
|
|
228
|
-
<polyline data-points="0,-1.3499999999999999 -2.55,-6.200000000000001" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
229
|
-
</g>
|
|
230
|
-
<g>
|
|
231
|
-
<polyline data-points="-7.2,-5 -4.7,-2" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
232
|
-
</g>
|
|
233
|
-
<g>
|
|
234
|
-
<polyline data-points="-7.2,-5 -2.55,-6.200000000000001" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
235
|
-
</g>
|
|
236
|
-
<g>
|
|
237
|
-
<polyline data-points="-4.7,-2 -2.55,-6.200000000000001" data-type="line" data-label="" points="202.27345896627517,343.1819227094678 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
238
|
-
</g>
|
|
239
|
-
<g>
|
|
240
|
-
<polyline data-points="-2.6999999999999997,-0.3999999999999999 2.6999999999999997,-0.17499999999999993" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 447.3394990377927,282.7433385026409" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
241
|
-
</g>
|
|
242
|
-
<g>
|
|
243
|
-
<polyline data-points="-2.6999999999999997,-0.3999999999999999 -7.2,-4.6" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 119.48087786103275,429.2862070589199" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
244
|
-
</g>
|
|
245
|
-
<g>
|
|
246
|
-
<polyline data-points="-2.6999999999999997,-0.3999999999999999 3.8499999999999996,-4.8" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
247
|
-
</g>
|
|
248
|
-
<g>
|
|
249
|
-
<polyline data-points="-2.6999999999999997,-0.3999999999999999 -2.55,-5.1" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
250
|
-
</g>
|
|
251
|
-
<g>
|
|
252
|
-
<polyline data-points="2.6999999999999997,-0.17499999999999993 -7.2,-4.6" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 119.48087786103275,429.2862070589199" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
253
|
-
</g>
|
|
254
|
-
<g>
|
|
255
|
-
<polyline data-points="2.6999999999999997,-0.17499999999999993 3.8499999999999996,-4.8" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
256
|
-
</g>
|
|
257
|
-
<g>
|
|
258
|
-
<polyline data-points="2.6999999999999997,-0.17499999999999993 -2.55,-5.1" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
259
|
-
</g>
|
|
260
|
-
<g>
|
|
261
|
-
<polyline data-points="-7.2,-4.6 3.8499999999999996,-4.8" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
262
|
-
</g>
|
|
263
|
-
<g>
|
|
264
|
-
<polyline data-points="-7.2,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
265
|
-
</g>
|
|
266
|
-
<g>
|
|
267
|
-
<polyline data-points="3.8499999999999996,-4.8 -2.55,-5.1" data-type="line" data-label="" points="485.4240863462042,435.9096135473393 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
268
|
-
</g>
|
|
269
|
-
<g>
|
|
270
|
-
<polyline data-points="2.6999999999999997,-0.42499999999999993 4.950000000000001,-4.8" data-type="line" data-label="" points="447.3394990377927,291.0225966131651 521.8528220325109,435.9096135473393" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
271
|
-
</g>
|
|
272
|
-
<g>
|
|
273
|
-
<polyline data-points="2.6999999999999997,0.775 -7.2,-4.8" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 119.48087786103275,435.9096135473393" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
274
|
-
</g>
|
|
275
|
-
<g>
|
|
276
|
-
<polyline data-points="2.6999999999999997,0.775 7.15,3" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 594.7102934051242,177.596760498983" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
277
|
-
</g>
|
|
278
|
-
<g>
|
|
279
|
-
<polyline data-points="-7.2,-4.8 7.15,3" data-type="line" data-label="" points="119.48087786103275,435.9096135473393 594.7102934051242,177.596760498983" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
280
|
-
</g>
|
|
281
|
-
<g>
|
|
282
|
-
<polyline data-points="2.6999999999999997,1.525 6,3" data-type="line" data-label="" points="447.3394990377927,226.44438335107603 556.6257060967127,177.596760498983" fill="none" stroke="hsl(189, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
283
|
-
</g>
|
|
284
|
-
<g>
|
|
285
|
-
<polyline data-points="-6.25,4.1 -6.25,4.3 -5.1,4.3 -5.1,4.1" data-type="line" data-label="" points="150.94205868102486,141.16802481267635 150.94205868102486,134.54461832425696 189.0266459894364,134.54461832425696 189.0266459894364,141.16802481267635" fill="none" stroke="purple" stroke-width="1" />
|
|
286
|
-
</g>
|
|
287
|
-
<g>
|
|
288
|
-
<polyline data-points="6,4.1 6,4.3 7.15,4.3 7.15,4.1" data-type="line" data-label="" points="556.6257060967127,141.16802481267635 556.6257060967127,134.54461832425696 594.7102934051242,134.54461832425696 594.7102934051242,141.16802481267635" fill="none" stroke="purple" stroke-width="1" />
|
|
289
|
-
</g>
|
|
290
|
-
<g>
|
|
291
|
-
<polyline data-points="-6.25,3 -6.25,1.5 -2.6999999999999997,1.5" data-type="line" data-label="" points="150.94205868102486,177.596760498983 150.94205868102486,227.27230916212847 268.5075238504691,227.27230916212847" fill="none" stroke="purple" stroke-width="1" />
|
|
292
|
-
</g>
|
|
293
|
-
<g>
|
|
294
|
-
<polyline data-points="-5.1,3 -5.1,1.2999999999999998 -2.6999999999999997,1.2999999999999998" data-type="line" data-label="" points="189.0266459894364,177.596760498983 189.0266459894364,233.89571565054786 268.5075238504691,233.89571565054786" fill="none" stroke="purple" stroke-width="1" />
|
|
295
|
-
</g>
|
|
296
|
-
<g>
|
|
297
|
-
<polyline data-points="6,3 6,1.525 2.6999999999999997,1.525" data-type="line" data-label="" points="556.6257060967127,177.596760498983 556.6257060967127,226.44438335107603 447.3394990377927,226.44438335107603" fill="none" stroke="purple" stroke-width="1" />
|
|
298
|
-
</g>
|
|
299
|
-
<g>
|
|
300
|
-
<polyline data-points="2.6999999999999997,0.775 2.9,0.775 2.9,-4.8 -7.2,-4.8" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 453.96290552621207,251.28215768264874 453.96290552621207,435.9096135473393 119.48087786103275,435.9096135473393" fill="none" stroke="purple" stroke-width="1" />
|
|
301
|
-
</g>
|
|
302
|
-
<g>
|
|
303
|
-
<polyline data-points="7.15,3 7.15,0.775 2.6999999999999997,0.775" data-type="line" data-label="" points="594.7102934051242,177.596760498983 594.7102934051242,251.28215768264874 447.3394990377927,251.28215768264874" fill="none" stroke="purple" stroke-width="1" />
|
|
304
|
-
</g>
|
|
305
|
-
<g>
|
|
306
|
-
<polyline data-points="-4.7,-0.8999999999999999 -4.7,0.10000000000000009 -2.6999999999999997,0.10000000000000009" data-type="line" data-label="" points="202.27345896627517,306.75318702316116 202.27345896627517,273.6361545810642 268.5075238504691,273.6361545810642" fill="none" stroke="purple" stroke-width="1" />
|
|
307
|
-
</g>
|
|
308
|
-
<g>
|
|
309
|
-
<polyline data-points="-2.6999999999999997,-0.3999999999999999 -3,-0.3999999999999999 -3,-2.75 -2.55,-2.75 -2.55,-5.1" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 258.57241411784,290.1946708021127 258.57241411784,368.01969704104056 273.4750787167836,368.01969704104056 273.4750787167836,445.84472327996843" fill="none" stroke="purple" stroke-width="1" />
|
|
310
|
-
</g>
|
|
311
|
-
<g>
|
|
312
|
-
<polyline data-points="-7.2,-4.6 -2.55,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="purple" stroke-width="1" />
|
|
313
|
-
</g>
|
|
314
|
-
<g>
|
|
315
|
-
<polyline data-points="2.6999999999999997,-0.17499999999999993 3.2749999999999995,-0.17499999999999993 3.2749999999999995,-4.8 3.8499999999999996,-4.8" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 466.38179269199844,282.7433385026409 466.38179269199844,435.9096135473393 485.4240863462042,435.9096135473393" fill="none" stroke="purple" stroke-width="1" />
|
|
316
|
-
</g>
|
|
317
|
-
<g>
|
|
318
|
-
<polyline data-points="4.950000000000001,-4.8 5.150000000000001,-4.8 5.150000000000001,-0.42499999999999993 2.6999999999999997,-0.42499999999999993" data-type="line" data-label="" points="521.8528220325109,435.9096135473393 528.4762285209304,435.9096135473393 528.4762285209304,291.0225966131651 447.3394990377927,291.0225966131651" fill="none" stroke="purple" stroke-width="1" />
|
|
319
|
-
</g>
|
|
320
|
-
<g>
|
|
321
|
-
<polyline data-points="-2.7,1.0999999999999996 -3.7,1.0999999999999996 -3.7,-2.2 -4.7,-2.2 -4.7,-2" data-type="line" data-label="" points="268.50752385046906,240.51912213896725 235.39049140837213,240.51912213896725 235.39049140837213,349.8053291978872 202.27345896627517,349.8053291978872 202.27345896627517,343.1819227094678" fill="none" stroke="purple" stroke-width="1" />
|
|
322
|
-
</g>
|
|
323
|
-
<g>
|
|
324
|
-
<polyline data-points="0,-1.3499999999999999 0,-1.5499999999999998 -2.8,-1.5499999999999998 -2.8,1.1 -2.6999999999999997,1.1" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 357.9235114441309,328.2792581105242 265.1958206062594,328.2792581105242 265.1958206062594,240.51912213896725 268.5075238504691,240.51912213896725" fill="none" stroke="purple" stroke-width="1" />
|
|
325
|
-
</g>
|
|
326
|
-
<g>
|
|
327
|
-
<polyline data-points="-7.2,-5 -4.7,-5 -4.7,-2" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 202.27345896627517,442.5330200357587 202.27345896627517,343.1819227094678" fill="none" stroke="purple" stroke-width="1" />
|
|
328
|
-
</g>
|
|
329
|
-
<g>
|
|
330
|
-
<polyline data-points="-2.55,-6.200000000000001 -2.55,-6.400000000000001 -4.875,-6.400000000000001 -4.875,-5 -7.2,-5" data-type="line" data-label="" points="273.4750787167836,482.27345896627514 273.4750787167836,488.89686545469453 196.4779782889082,488.89686545469453 196.4779782889082,442.5330200357587 119.48087786103275,442.5330200357587" fill="none" stroke="purple" stroke-width="1" />
|
|
331
|
-
</g>
|
|
332
|
-
<g>
|
|
333
|
-
<rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0.55" x="268.5075238504691" y="195.81112834213633" width="178.83197518732356" height="125.84472327996849" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
334
|
-
</g>
|
|
335
|
-
<g>
|
|
336
|
-
<rect data-type="rect" data-label="schematic_component_1" data-x="-8.4" data-y="-4.8" x="40" y="422.6628005705005" width="79.48087786103275" height="26.493625953677622" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
337
|
-
</g>
|
|
338
|
-
<g>
|
|
339
|
-
<rect data-type="rect" data-label="schematic_component_2" data-x="4.4" data-y="-4.8" x="485.4240863462042" y="429.46982941285" width="36.42873568630665" height="12.879568268978574" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
340
|
-
</g>
|
|
341
|
-
<g>
|
|
342
|
-
<rect data-type="rect" data-label="schematic_component_3" data-x="-6.25" data-y="3.55" x="145.65235208614916" y="141.16802481267635" width="10.57941318975142" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
343
|
-
</g>
|
|
344
|
-
<g>
|
|
345
|
-
<rect data-type="rect" data-label="schematic_component_4" data-x="-5.1" data-y="3.55" x="183.73693939456066" y="141.16802481267635" width="10.579413189751449" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
346
|
-
</g>
|
|
347
|
-
<g>
|
|
348
|
-
<rect data-type="rect" data-label="schematic_component_5" data-x="6" data-y="3.55" x="551.335999501837" y="141.16802481267635" width="10.579413189751335" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
349
|
-
</g>
|
|
350
|
-
<g>
|
|
351
|
-
<rect data-type="rect" data-label="schematic_component_6" data-x="7.15" data-y="3.55" x="589.4205868102484" y="141.16802481267635" width="10.579413189751449" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
352
|
-
</g>
|
|
353
|
-
<g>
|
|
354
|
-
<rect data-type="rect" data-label="schematic_component_7" data-x="-4.7" data-y="-1.45" x="193.49744536911948" y="306.75318702316116" width="17.552027194311364" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
355
|
-
</g>
|
|
356
|
-
<g>
|
|
357
|
-
<rect data-type="rect" data-label="schematic_component_8" data-x="-2.55" data-y="-5.65" x="264.69906511962796" y="445.84472327996843" width="17.552027194311393" height="36.42873568630671" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723" />
|
|
358
|
-
</g>
|
|
359
|
-
<g>
|
|
360
|
-
<rect data-type="rect" data-label="netId: SDA
|
|
361
|
-
globalConnNetId: connectivity_net2" data-x="-6.49" data-y="2.25" x="135.04588310881832" y="199.12283158634602" width="15.896175572206545" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
362
|
-
</g>
|
|
363
|
-
<g>
|
|
364
|
-
<rect data-type="rect" data-label="netId: SCL
|
|
365
|
-
globalConnNetId: connectivity_net3" data-x="-5.34" data-y="2.15" x="173.13047041722984" y="202.43453483055572" width="15.896175572206545" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
366
|
-
</g>
|
|
367
|
-
<g>
|
|
368
|
-
<rect data-type="rect" data-label="netId: PGND
|
|
369
|
-
globalConnNetId: connectivity_net9" data-x="-2.55" data-y="-6.700000000000001" x="270.16337547257393" y="488.89686545469453" width="6.623406488419391" height="19.870219465258174" fill="#00000066" stroke="#000000" stroke-width="0.030195942276785723" />
|
|
370
|
-
</g>
|
|
371
|
-
<g>
|
|
372
|
-
<rect data-type="rect" data-label="netId: C1.pin1 to U1.VDD
|
|
373
|
-
globalConnNetId: connectivity_net6" data-x="-4.4750000000000005" data-y="-0.3999999999999999" x="202.27345896627517" y="286.882967557903" width="14.902664598943602" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
374
|
-
</g>
|
|
375
|
-
<g>
|
|
376
|
-
<rect data-type="rect" data-label="netId: PACKP
|
|
377
|
-
globalConnNetId: connectivity_net7" data-x="-3.36" data-y="-2.75" x="234.7281507595302" y="364.70799379683086" width="23.84426335830983" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
378
|
-
</g>
|
|
379
|
-
<g>
|
|
380
|
-
<rect data-type="rect" data-label="netId: PACKP
|
|
381
|
-
globalConnNetId: connectivity_net7" data-x="3.6349999999999993" data-y="-0.17499999999999993" x="466.38179269199844" y="279.4316352584312" width="23.844263358309775" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
382
|
-
</g>
|
|
383
|
-
<g>
|
|
384
|
-
<rect data-type="rect" data-label="netId: VSYS
|
|
385
|
-
globalConnNetId: connectivity_net8" data-x="5.150000000000001" data-y="-0.12499999999999994" x="525.1645252767206" y="271.1523771479069" width="6.623406488419391" height="19.870219465258174" fill="#ef444466" stroke="#ef4444" stroke-width="0.030195942276785723" />
|
|
386
|
-
</g>
|
|
387
|
-
<g>
|
|
388
|
-
<rect data-type="rect" data-label="netId: BIN
|
|
389
|
-
globalConnNetId: connectivity_net5" data-x="2.66" data-y="-2.0124999999999997" x="438.06672995400555" y="340.2841823707843" width="15.896175572206573" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
390
|
-
</g>
|
|
391
|
-
<g>
|
|
392
|
-
<rect data-type="rect" data-label="netId: GPOUT
|
|
393
|
-
globalConnNetId: connectivity_net4" data-x="5.64" data-y="2.2625" x="532.7814427384028" y="198.70886868081982" width="23.844263358309945" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
394
|
-
</g>
|
|
395
|
-
<g>
|
|
396
|
-
<rect data-type="rect" data-label="netId: R2.pin1 to R3.pin1
|
|
397
|
-
globalConnNetId: connectivity_net0" data-x="-6.475" data-y="4.3" x="136.03939408208126" y="131.2329150800473" width="14.902664598943602" height="6.623406488419363" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
398
|
-
</g>
|
|
399
|
-
<g>
|
|
400
|
-
<rect data-type="rect" data-label="netId: R4.pin1 to R5.pin1
|
|
401
|
-
globalConnNetId: connectivity_net1" data-x="5.775" data-y="4.3" x="541.723041497769" y="131.2329150800473" width="14.902664598943716" height="6.623406488419363" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723" />
|
|
402
|
-
</g>
|
|
403
|
-
<g id="crosshair" style="display: none">
|
|
404
|
-
<line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5" />
|
|
405
|
-
<line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5" /><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text>
|
|
406
|
-
</g>
|
|
407
|
-
<script>
|
|
408
|
-
<![CDATA[
|
|
409
|
-
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
410
|
-
const svg = e.currentTarget;
|
|
411
|
-
const rect = svg.getBoundingClientRect();
|
|
412
|
-
const x = e.clientX - rect.left;
|
|
413
|
-
const y = e.clientY - rect.top;
|
|
414
|
-
const crosshair = svg.getElementById('crosshair');
|
|
415
|
-
const h = svg.getElementById('crosshair-h');
|
|
416
|
-
const v = svg.getElementById('crosshair-v');
|
|
417
|
-
const coords = svg.getElementById('coordinates');
|
|
1
|
+
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-6.25,4.1 -5.1,4.1" data-type="line" data-label="" points="150.94205868102486,141.16802481267635 189.0266459894364,141.16802481267635" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6,4.1 7.15,4.1" data-type="line" data-label="" points="556.6257060967127,141.16802481267635 594.7102934051242,141.16802481267635" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.25,3 -2.6999999999999997,1.5" data-type="line" data-label="" points="150.94205868102486,177.596760498983 268.5075238504691,227.27230916212847" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.1,3 -2.6999999999999997,1.3" data-type="line" data-label="" points="189.0266459894364,177.596760498983 268.5075238504691,233.89571565054786" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6,3 2.6999999999999997,1.525" data-type="line" data-label="" points="556.6257060967127,177.596760498983 447.3394990377927,226.44438335107603" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.15,3 2.6999999999999997,0.775" data-type="line" data-label="" points="594.7102934051242,177.596760498983 447.3394990377927,251.28215768264874" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.7,-0.8999999999999999 -2.6999999999999997,0.10000000000000009" data-type="line" data-label="" points="202.27345896627517,306.75318702316116 268.5075238504691,273.6361545810642" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.2,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.55,-5.1 -2.6999999999999997,-0.3999999999999999" data-type="line" data-label="" points="273.4750787167836,445.84472327996843 268.5075238504691,290.1946708021127" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.55,-5.1 3.8499999999999996,-4.8" data-type="line" data-label="" points="273.4750787167836,445.84472327996843 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.8499999999999996,-4.8 2.6999999999999997,-0.17499999999999993" data-type="line" data-label="" points="485.4240863462042,435.9096135473393 447.3394990377927,282.7433385026409" fill="none" stroke="hsl(96, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.950000000000001,-4.8 2.6999999999999997,-0.42499999999999993" data-type="line" data-label="" points="521.8528220325109,435.9096135473393 447.3394990377927,291.0225966131651" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.6999999999999997,1.5 -6.25,3" data-type="line" data-label="" points="268.5075238504691,227.27230916212847 150.94205868102486,177.596760498983" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,1.3 -5.1,3" data-type="line" data-label="" points="268.5075238504691,233.89571565054786 189.0266459894364,177.596760498983" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,1.1 0,-1.3499999999999999" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 357.9235114441309,321.6558516221048" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,1.1 -7.2,-5" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 119.48087786103275,442.5330200357587" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,1.1 -4.7,-2" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,1.1 -2.55,-6.200000000000001" data-type="line" data-label="" points="268.5075238504691,240.51912213896725 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.3499999999999999 -7.2,-5" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 119.48087786103275,442.5330200357587" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.3499999999999999 -4.7,-2" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0,-1.3499999999999999 -2.55,-6.200000000000001" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-5 -4.7,-2" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 202.27345896627517,343.1819227094678" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-5 -2.55,-6.200000000000001" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.7,-2 -2.55,-6.200000000000001" data-type="line" data-label="" points="202.27345896627517,343.1819227094678 273.4750787167836,482.27345896627514" fill="none" stroke="hsl(237, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,-0.3999999999999999 2.6999999999999997,-0.17499999999999993" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 447.3394990377927,282.7433385026409" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,-0.3999999999999999 -7.2,-4.6" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 119.48087786103275,429.2862070589199" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,-0.3999999999999999 3.8499999999999996,-4.8" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.6999999999999997,-0.3999999999999999 -2.55,-5.1" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,-0.17499999999999993 -7.2,-4.6" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 119.48087786103275,429.2862070589199" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,-0.17499999999999993 3.8499999999999996,-4.8" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,-0.17499999999999993 -2.55,-5.1" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-4.6 3.8499999999999996,-4.8" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 485.4240863462042,435.9096135473393" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.8499999999999996,-4.8 -2.55,-5.1" data-type="line" data-label="" points="485.4240863462042,435.9096135473393 273.4750787167836,445.84472327996843" fill="none" stroke="hsl(127, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,-0.42499999999999993 4.950000000000001,-4.8" data-type="line" data-label="" points="447.3394990377927,291.0225966131651 521.8528220325109,435.9096135473393" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,0.775 -7.2,-4.8" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 119.48087786103275,435.9096135473393" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,0.775 7.15,3" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 594.7102934051242,177.596760498983" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.2,-4.8 7.15,3" data-type="line" data-label="" points="119.48087786103275,435.9096135473393 594.7102934051242,177.596760498983" fill="none" stroke="hsl(247, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6999999999999997,1.525 6,3" data-type="line" data-label="" points="447.3394990377927,226.44438335107603 556.6257060967127,177.596760498983" fill="none" stroke="hsl(189, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.25,4.1 -6.25,4.3 -5.1,4.3 -5.1,4.1" data-type="line" data-label="" points="150.94205868102486,141.16802481267635 150.94205868102486,134.54461832425696 189.0266459894364,134.54461832425696 189.0266459894364,141.16802481267635" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6,4.1 6,4.3 7.15,4.3 7.15,4.1" data-type="line" data-label="" points="556.6257060967127,141.16802481267635 556.6257060967127,134.54461832425696 594.7102934051242,134.54461832425696 594.7102934051242,141.16802481267635" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.25,3 -6.25,1.5 -2.6999999999999997,1.5" data-type="line" data-label="" points="150.94205868102486,177.596760498983 150.94205868102486,227.27230916212847 268.5075238504691,227.27230916212847" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.1,3 -5.1,1.2999999999999998 -2.6999999999999997,1.2999999999999998" data-type="line" data-label="" points="189.0266459894364,177.596760498983 189.0266459894364,233.89571565054786 268.5075238504691,233.89571565054786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6,3 6,1.525 2.6999999999999997,1.525" data-type="line" data-label="" points="556.6257060967127,177.596760498983 556.6257060967127,226.44438335107603 447.3394990377927,226.44438335107603" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6999999999999997,0.775 2.9,0.775 2.9,-4.8 -7.2,-4.8" data-type="line" data-label="" points="447.3394990377927,251.28215768264874 453.96290552621207,251.28215768264874 453.96290552621207,435.9096135473393 119.48087786103275,435.9096135473393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.15,3 7.15,0.775 2.6999999999999997,0.775" data-type="line" data-label="" points="594.7102934051242,177.596760498983 594.7102934051242,251.28215768264874 447.3394990377927,251.28215768264874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.7,-0.8999999999999999 -4.7,0.10000000000000009 -2.6999999999999997,0.10000000000000009" data-type="line" data-label="" points="202.27345896627517,306.75318702316116 202.27345896627517,273.6361545810642 268.5075238504691,273.6361545810642" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.6999999999999997,-0.3999999999999999 -3,-0.3999999999999999 -3,-2.75 -2.55,-2.75 -2.55,-5.1" data-type="line" data-label="" points="268.5075238504691,290.1946708021127 258.57241411784,290.1946708021127 258.57241411784,368.01969704104056 273.4750787167836,368.01969704104056 273.4750787167836,445.84472327996843" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-4.6 -2.55,-4.6 -2.55,-5.1" data-type="line" data-label="" points="119.48087786103275,429.2862070589199 273.4750787167836,429.2862070589199 273.4750787167836,445.84472327996843" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.6999999999999997,-0.17499999999999993 3.2749999999999995,-0.17499999999999993 3.2749999999999995,-4.8 3.8499999999999996,-4.8" data-type="line" data-label="" points="447.3394990377927,282.7433385026409 466.38179269199844,282.7433385026409 466.38179269199844,435.9096135473393 485.4240863462042,435.9096135473393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.950000000000001,-4.8 5.150000000000001,-4.8 5.150000000000001,-0.42499999999999993 2.6999999999999997,-0.42499999999999993" data-type="line" data-label="" points="521.8528220325109,435.9096135473393 528.4762285209304,435.9096135473393 528.4762285209304,291.0225966131651 447.3394990377927,291.0225966131651" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7,1.0999999999999996 -3.7,1.0999999999999996 -3.7,-2.2 -4.7,-2.2 -4.7,-2" data-type="line" data-label="" points="268.50752385046906,240.51912213896725 235.39049140837213,240.51912213896725 235.39049140837213,349.8053291978872 202.27345896627517,349.8053291978872 202.27345896627517,343.1819227094678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-1.3499999999999999 0,-1.5499999999999998 -2.8,-1.5499999999999998 -2.8,1.1 -2.6999999999999997,1.1" data-type="line" data-label="" points="357.9235114441309,321.6558516221048 357.9235114441309,328.2792581105242 265.1958206062594,328.2792581105242 265.1958206062594,240.51912213896725 268.5075238504691,240.51912213896725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.2,-5 -4.7,-5 -4.7,-2" data-type="line" data-label="" points="119.48087786103275,442.5330200357587 202.27345896627517,442.5330200357587 202.27345896627517,343.1819227094678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.55,-6.200000000000001 -2.55,-6.400000000000001 -4.875,-6.400000000000001 -4.875,-5 -7.2,-5" data-type="line" data-label="" points="273.4750787167836,482.27345896627514 273.4750787167836,488.89686545469453 196.4779782889082,488.89686545469453 196.4779782889082,442.5330200357587 119.48087786103275,442.5330200357587" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0.55" x="268.5075238504691" y="195.8111283421363" width="178.83197518732356" height="125.84472327996849" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-8.4" data-y="-4.8" x="40.00000000000003" y="422.6628005705005" width="79.48087786103275" height="26.493625953677622" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="4.4" data-y="-4.8" x="485.42408634620426" y="429.46982941285" width="36.42873568630665" height="12.879568268978574" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-6.25" data-y="3.55" x="145.65235208614916" y="141.16802481267635" width="10.57941318975142" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5.1" data-y="3.55" x="183.73693939456066" y="141.16802481267635" width="10.579413189751449" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="6" data-y="3.55" x="551.335999501837" y="141.16802481267635" width="10.579413189751335" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="7.15" data-y="3.55" x="589.4205868102484" y="141.16802481267635" width="10.579413189751449" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.7" data-y="-1.45" x="193.49744536911948" y="306.7531870231612" width="17.552027194311364" height="36.42873568630665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-2.55" data-y="-5.65" x="264.6990651196279" y="445.84472327996843" width="17.552027194311393" height="36.42873568630671" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
2
|
+
globalConnNetId: connectivity_net2" data-x="-6.49" data-y="2.25" x="135.04588310881832" y="199.12283158634602" width="15.896175572206545" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
3
|
+
globalConnNetId: connectivity_net3" data-x="-5.34" data-y="2.15" x="173.13047041722984" y="202.43453483055572" width="15.896175572206545" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: PGND
|
|
4
|
+
globalConnNetId: connectivity_net9" data-x="-2.55" data-y="-6.700000000000001" x="270.16337547257393" y="488.8968654546945" width="6.623406488419391" height="19.870219465258174" fill="#00000066" stroke="#000000" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: C1.pin1 to U1.VDD
|
|
5
|
+
globalConnNetId: connectivity_net6" data-x="-4.4750000000000005" data-y="-0.3999999999999999" x="202.27345896627517" y="286.882967557903" width="14.902664598943602" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: PACKP
|
|
6
|
+
globalConnNetId: connectivity_net7" data-x="-3.36" data-y="-2.75" x="234.7281507595302" y="364.70799379683086" width="23.84426335830983" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: PACKP
|
|
7
|
+
globalConnNetId: connectivity_net7" data-x="3.6349999999999993" data-y="-0.17499999999999993" x="466.3817926919985" y="279.4316352584312" width="23.844263358309775" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: VSYS
|
|
8
|
+
globalConnNetId: connectivity_net8" data-x="5.150000000000001" data-y="-0.12499999999999994" x="525.1645252767207" y="271.1523771479069" width="6.623406488419391" height="19.870219465258174" fill="#ef444466" stroke="#ef4444" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: BIN
|
|
9
|
+
globalConnNetId: connectivity_net5" data-x="2.66" data-y="-2.0124999999999997" x="438.0667299540055" y="340.2841823707843" width="15.896175572206573" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: GPOUT
|
|
10
|
+
globalConnNetId: connectivity_net4" data-x="5.64" data-y="2.2625" x="532.7814427384028" y="198.70886868081982" width="23.844263358309945" height="6.623406488419391" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: R2.pin1 to R3.pin1
|
|
11
|
+
globalConnNetId: connectivity_net0" data-x="-6.475" data-y="4.3" x="136.03939408208126" y="131.2329150800473" width="14.902664598943602" height="6.623406488419363" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><rect data-type="rect" data-label="netId: R4.pin1 to R5.pin1
|
|
12
|
+
globalConnNetId: connectivity_net1" data-x="5.775" data-y="4.3" x="541.7230414977689" y="131.2329150800473" width="14.902664598943716" height="6.623406488419363" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.030195942276785723"/></g><g><circle data-type="point" data-label="U1.1
|
|
13
|
+
x-" data-x="-2.6999999999999997" data-y="1.5" cx="268.5075238504691" cy="227.27230916212847" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
|
|
14
|
+
x-" data-x="-2.6999999999999997" data-y="1.3" cx="268.5075238504691" cy="233.89571565054786" r="3" fill="hsl(320, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.3
|
|
15
|
+
x-" data-x="-2.6999999999999997" data-y="1.1" cx="268.5075238504691" cy="240.51912213896725" r="3" fill="hsl(321, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.4
|
|
16
|
+
x-" data-x="-2.6999999999999997" data-y="0.55" cx="268.5075238504691" cy="258.73348998212055" r="3" fill="hsl(322, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.5
|
|
17
|
+
x-" data-x="-2.6999999999999997" data-y="0.10000000000000009" cx="268.5075238504691" cy="273.6361545810642" r="3" fill="hsl(323, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.6
|
|
18
|
+
x-" data-x="-2.6999999999999997" data-y="-0.3999999999999999" cx="268.5075238504691" cy="290.1946708021127" r="3" fill="hsl(324, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.7
|
|
19
|
+
x+" data-x="2.6999999999999997" data-y="-0.42499999999999993" cx="447.3394990377927" cy="291.0225966131651" r="3" fill="hsl(325, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.8
|
|
20
|
+
x+" data-x="2.6999999999999997" data-y="-0.17499999999999993" cx="447.3394990377927" cy="282.7433385026409" r="3" fill="hsl(326, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.9
|
|
21
|
+
x+" data-x="2.6999999999999997" data-y="0.32500000000000007" cx="447.3394990377927" cy="266.1848222815924" r="3" fill="hsl(327, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.10
|
|
22
|
+
x+" data-x="2.6999999999999997" data-y="0.775" cx="447.3394990377927" cy="251.28215768264874" r="3" fill="hsl(217, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.11
|
|
23
|
+
x+" data-x="2.6999999999999997" data-y="1.3250000000000002" cx="447.3394990377927" cy="233.06778983949542" r="3" fill="hsl(218, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.12
|
|
24
|
+
x+" data-x="2.6999999999999997" data-y="1.525" cx="447.3394990377927" cy="226.44438335107603" r="3" fill="hsl(219, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.13
|
|
25
|
+
y-" data-x="0" data-y="-1.3499999999999999" cx="357.9235114441309" cy="321.6558516221048" r="3" fill="hsl(220, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J5.1
|
|
26
|
+
x+" data-x="-7.2" data-y="-5" cx="119.48087786103275" cy="442.5330200357587" r="3" fill="hsl(102, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J5.2
|
|
27
|
+
x+" data-x="-7.2" data-y="-4.8" cx="119.48087786103275" cy="435.9096135473393" r="3" fill="hsl(103, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J5.3
|
|
28
|
+
x+" data-x="-7.2" data-y="-4.6" cx="119.48087786103275" cy="429.2862070589199" r="3" fill="hsl(104, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.1
|
|
29
|
+
x-" data-x="3.8499999999999996" data-y="-4.8" cx="485.4240863462042" cy="435.9096135473393" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.2
|
|
30
|
+
x+" data-x="4.950000000000001" data-y="-4.8" cx="521.8528220325109" cy="435.9096135473393" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.1
|
|
31
|
+
y+" data-x="-6.25" data-y="4.1" cx="150.94205868102486" cy="141.16802481267635" r="3" fill="hsl(107, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R2.2
|
|
32
|
+
y-" data-x="-6.25" data-y="3" cx="150.94205868102486" cy="177.596760498983" r="3" fill="hsl(108, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.1
|
|
33
|
+
y+" data-x="-5.1" data-y="4.1" cx="189.0266459894364" cy="141.16802481267635" r="3" fill="hsl(348, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R3.2
|
|
34
|
+
y-" data-x="-5.1" data-y="3" cx="189.0266459894364" cy="177.596760498983" r="3" fill="hsl(349, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.1
|
|
35
|
+
y+" data-x="6" data-y="4.1" cx="556.6257060967127" cy="141.16802481267635" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R4.2
|
|
36
|
+
y-" data-x="6" data-y="3" cx="556.6257060967127" cy="177.596760498983" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.1
|
|
37
|
+
y+" data-x="7.15" data-y="4.1" cx="594.7102934051242" cy="141.16802481267635" r="3" fill="hsl(110, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R5.2
|
|
38
|
+
y-" data-x="7.15" data-y="3" cx="594.7102934051242" cy="177.596760498983" r="3" fill="hsl(111, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.1
|
|
39
|
+
y+" data-x="-4.7" data-y="-0.8999999999999999" cx="202.27345896627517" cy="306.75318702316116" r="3" fill="hsl(121, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C1.2
|
|
40
|
+
y-" data-x="-4.7" data-y="-2" cx="202.27345896627517" cy="343.1819227094678" r="3" fill="hsl(122, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.1
|
|
41
|
+
y+" data-x="-2.55" data-y="-5.1" cx="273.4750787167836" cy="445.84472327996843" r="3" fill="hsl(2, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C2.2
|
|
42
|
+
y-" data-x="-2.55" data-y="-6.200000000000001" cx="273.4750787167836" cy="482.27345896627514" r="3" fill="hsl(3, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
43
|
+
orientation: x-" data-x="-6.25" data-y="2.25" cx="150.94205868102486" cy="202.43453483055572" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
44
|
+
orientation: x-" data-x="-5.1" data-y="2.15" cx="189.0266459894364" cy="205.74623807476542" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
45
|
+
orientation: y-" data-x="-2.55" data-y="-6.400000000000001" cx="273.4750787167836" cy="488.89686545469453" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
46
|
+
orientation: x+" data-x="-4.7" data-y="-0.3999999999999999" cx="202.27345896627517" cy="290.1946708021127" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
47
|
+
orientation: x-" data-x="-3" data-y="-2.75" cx="258.57241411784" cy="368.01969704104056" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
48
|
+
orientation: x+" data-x="3.2749999999999995" data-y="-0.17499999999999993" cx="466.38179269199844" cy="282.7433385026409" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
49
|
+
orientation: y+" data-x="5.150000000000001" data-y="-0.42499999999999993" cx="528.4762285209304" cy="291.0225966131651" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
50
|
+
orientation: x-" data-x="2.9" data-y="-2.0124999999999997" cx="453.96290552621207" cy="343.595885614994" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
51
|
+
orientation: x-" data-x="6" data-y="2.2625" cx="556.6257060967127" cy="202.02057192502951" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
52
|
+
orientation: x-" data-x="-6.25" data-y="4.3" cx="150.94205868102486" cy="134.54461832425696" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
53
|
+
orientation: x-" data-x="6" data-y="4.3" cx="556.6257060967127" cy="134.54461832425696" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
54
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
55
|
+
const svg = e.currentTarget;
|
|
56
|
+
const rect = svg.getBoundingClientRect();
|
|
57
|
+
const x = e.clientX - rect.left;
|
|
58
|
+
const y = e.clientY - rect.top;
|
|
59
|
+
const crosshair = svg.getElementById('crosshair');
|
|
60
|
+
const h = svg.getElementById('crosshair-h');
|
|
61
|
+
const v = svg.getElementById('crosshair-v');
|
|
62
|
+
const coords = svg.getElementById('coordinates');
|
|
63
|
+
|
|
64
|
+
crosshair.style.display = 'block';
|
|
65
|
+
h.setAttribute('x1', '0');
|
|
66
|
+
h.setAttribute('x2', '640');
|
|
67
|
+
h.setAttribute('y1', y);
|
|
68
|
+
h.setAttribute('y2', y);
|
|
69
|
+
v.setAttribute('x1', x);
|
|
70
|
+
v.setAttribute('x2', x);
|
|
71
|
+
v.setAttribute('y1', '0');
|
|
72
|
+
v.setAttribute('y2', '640');
|
|
418
73
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
const sx = matrix.a;
|
|
443
|
-
const sy = matrix.d;
|
|
444
|
-
const tx = matrix.e;
|
|
445
|
-
const ty = matrix.f;
|
|
446
|
-
const realPoint = {
|
|
447
|
-
x: (x - tx) / sx,
|
|
448
|
-
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
452
|
-
coords.setAttribute('x', (x + 5).toString());
|
|
453
|
-
coords.setAttribute('y', (y - 5).toString());
|
|
454
|
-
});
|
|
455
|
-
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
456
|
-
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
457
|
-
});
|
|
458
|
-
]]>
|
|
459
|
-
</script>
|
|
460
|
-
</svg>
|
|
74
|
+
// Calculate real coordinates using inverse transformation
|
|
75
|
+
const matrix = {"a":33.11703244209696,"c":0,"e":357.9235114441309,"b":0,"d":-33.11703244209696,"f":276.9478578252739};
|
|
76
|
+
// Manually invert and apply the affine transform
|
|
77
|
+
// Since we only use translate and scale, we can directly compute:
|
|
78
|
+
// x' = (x - tx) / sx
|
|
79
|
+
// y' = (y - ty) / sy
|
|
80
|
+
const sx = matrix.a;
|
|
81
|
+
const sy = matrix.d;
|
|
82
|
+
const tx = matrix.e;
|
|
83
|
+
const ty = matrix.f;
|
|
84
|
+
const realPoint = {
|
|
85
|
+
x: (x - tx) / sx,
|
|
86
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
90
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
91
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
92
|
+
});
|
|
93
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
94
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
95
|
+
});
|
|
96
|
+
]]></script></svg>
|