@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,370 +1,87 @@
|
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
x-" data-x="-1.05" data-y="-0.30000000000000004" cx="228.49777574997148" cy="374.61389300787044" r="3" fill="hsl(156, 100%, 50%, 0.8)"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
x-" data-x="-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
x-" data-x="-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
x-" data-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
|
-
<circle data-type="point" data-label="C7.1
|
|
65
|
-
x-" data-x="2.45" data-y="0" cx="452.0634196418387" cy="355.4511235314247" r="3" fill="hsl(127, 100%, 50%, 0.8)" />
|
|
66
|
-
</g>
|
|
67
|
-
<g>
|
|
68
|
-
<circle data-type="point" data-label="C7.2
|
|
69
|
-
x+" data-x="3.55" data-y="0" cx="522.3269077221398" cy="355.4511235314247" r="3" fill="hsl(128, 100%, 50%, 0.8)" />
|
|
70
|
-
</g>
|
|
71
|
-
<g>
|
|
72
|
-
<circle data-type="point" data-label="LED1.1
|
|
73
|
-
x-" data-x="3.4350000000000005" data-y="3" cx="514.9811794228357" cy="163.82342876696706" r="3" fill="hsl(57, 100%, 50%, 0.8)" />
|
|
74
|
-
</g>
|
|
75
|
-
<g>
|
|
76
|
-
<circle data-type="point" data-label="LED1.2
|
|
77
|
-
x+" data-x="4.5649999999999995" data-y="3" cx="587.1609444507812" cy="163.82342876696706" r="3" fill="hsl(58, 100%, 50%, 0.8)" />
|
|
78
|
-
</g>
|
|
79
|
-
<g>
|
|
80
|
-
<circle data-type="point" data-label="anchorPoint
|
|
81
|
-
orientation: y-" data-x="1.151" data-y="-0.5010000000000001" cx="369.08862780882856" cy="387.45294855708914" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
82
|
-
</g>
|
|
83
|
-
<g>
|
|
84
|
-
<circle data-type="point" data-label="anchorPoint
|
|
85
|
-
orientation: y-" data-x="-1.75" data-y="-1.9999999999999998" cx="183.78464697159802" cy="483.20292004106307" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
86
|
-
</g>
|
|
87
|
-
<g>
|
|
88
|
-
<circle data-type="point" data-label="anchorPoint
|
|
89
|
-
orientation: y-" data-x="3.75" data-y="-1.5" cx="535.1020873731037" cy="451.2649709136535" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
90
|
-
</g>
|
|
91
|
-
<g>
|
|
92
|
-
<circle data-type="point" data-label="anchorPoint
|
|
93
|
-
orientation: y-" data-x="4.6659999999999995" data-y="2.649" cx="593.6124101745181" cy="186.24386905440858" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
94
|
-
</g>
|
|
95
|
-
<g>
|
|
96
|
-
<circle data-type="point" data-label="anchorPoint
|
|
97
|
-
orientation: y+" data-x="1.4" data-y="0" cx="384.99372647427856" cy="355.4511235314247" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
98
|
-
</g>
|
|
99
|
-
<g>
|
|
100
|
-
<circle data-type="point" data-label="anchorPoint
|
|
101
|
-
orientation: y+" data-x="-2.3510000000000004" data-y="0.401" cx="145.39523212045165" cy="329.83688833124216" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
102
|
-
</g>
|
|
103
|
-
<g>
|
|
104
|
-
<circle data-type="point" data-label="anchorPoint
|
|
105
|
-
orientation: y+" data-x="-2.1" data-y="0" cx="161.4280825824113" cy="355.4511235314247" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
106
|
-
</g>
|
|
107
|
-
<g>
|
|
108
|
-
<circle data-type="point" data-label="anchorPoint
|
|
109
|
-
orientation: x-" data-x="-3.55" data-y="-1.9999999999999998" cx="68.80803011292346" cy="483.20292004106307" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
110
|
-
</g>
|
|
111
|
-
<g>
|
|
112
|
-
<circle data-type="point" data-label="anchorPoint
|
|
113
|
-
orientation: y+" data-x="-3.75" data-y="2" cx="56.03285046195958" cy="227.69932702178625" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
114
|
-
</g>
|
|
115
|
-
<g>
|
|
116
|
-
<circle data-type="point" data-label="anchorPoint
|
|
117
|
-
orientation: y+" data-x="-1.151" data-y="0.5010000000000001" cx="222.04631002623472" cy="323.4492985057602" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
118
|
-
</g>
|
|
119
|
-
<g>
|
|
120
|
-
<circle data-type="point" data-label="anchorPoint
|
|
121
|
-
orientation: y+" data-x="2.349" data-y="0.651" cx="445.611953918102" cy="313.8679137675374" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
122
|
-
</g>
|
|
123
|
-
<g>
|
|
124
|
-
<circle data-type="point" data-label="anchorPoint
|
|
125
|
-
orientation: y+" data-x="1.9637500000000003" data-y="3" cx="421.0037641154329" cy="163.82342876696706" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
|
|
126
|
-
</g>
|
|
127
|
-
<g>
|
|
128
|
-
<polyline data-points="-3.55,0 -1.05,0.30000000000000004" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 228.49777574997148,336.2883540549789" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1" />
|
|
129
|
-
</g>
|
|
130
|
-
<g>
|
|
131
|
-
<polyline data-points="3.4350000000000005,3 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 139.07151819322456,227.69932702178625" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1" />
|
|
132
|
-
</g>
|
|
133
|
-
<g>
|
|
134
|
-
<polyline data-points="-1.05,0.10000000000000003 -2.45,0" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 139.07151819322456,355.4511235314247" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1" />
|
|
135
|
-
</g>
|
|
136
|
-
<g>
|
|
137
|
-
<polyline data-points="-1.05,0.10000000000000003 -3.55,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 68.80803011292346,483.20292004106307" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1" />
|
|
138
|
-
</g>
|
|
139
|
-
<g>
|
|
140
|
-
<polyline data-points="1.05,0.2 -1.05,-0.09999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 228.49777574997148,361.8387133569066" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
141
|
-
</g>
|
|
142
|
-
<g>
|
|
143
|
-
<polyline data-points="1.05,0.2 -2.45,-1.9999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
144
|
-
</g>
|
|
145
|
-
<g>
|
|
146
|
-
<polyline data-points="1.05,0.2 3.55,-1.5" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
147
|
-
</g>
|
|
148
|
-
<g>
|
|
149
|
-
<polyline data-points="1.05,0.2 3.55,0" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
150
|
-
</g>
|
|
151
|
-
<g>
|
|
152
|
-
<polyline data-points="1.05,0.2 4.5649999999999995,3" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
153
|
-
</g>
|
|
154
|
-
<g>
|
|
155
|
-
<polyline data-points="-1.05,-0.09999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
156
|
-
</g>
|
|
157
|
-
<g>
|
|
158
|
-
<polyline data-points="-1.05,-0.09999999999999998 3.55,-1.5" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
159
|
-
</g>
|
|
160
|
-
<g>
|
|
161
|
-
<polyline data-points="-1.05,-0.09999999999999998 3.55,0" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
162
|
-
</g>
|
|
163
|
-
<g>
|
|
164
|
-
<polyline data-points="-1.05,-0.09999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
165
|
-
</g>
|
|
166
|
-
<g>
|
|
167
|
-
<polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
168
|
-
</g>
|
|
169
|
-
<g>
|
|
170
|
-
<polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
171
|
-
</g>
|
|
172
|
-
<g>
|
|
173
|
-
<polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
174
|
-
</g>
|
|
175
|
-
<g>
|
|
176
|
-
<polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
177
|
-
</g>
|
|
178
|
-
<g>
|
|
179
|
-
<polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
180
|
-
</g>
|
|
181
|
-
<g>
|
|
182
|
-
<polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
183
|
-
</g>
|
|
184
|
-
<g>
|
|
185
|
-
<polyline data-points="1.05,0 -1.05,-0.30000000000000004" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 228.49777574997148,374.61389300787044" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
186
|
-
</g>
|
|
187
|
-
<g>
|
|
188
|
-
<polyline data-points="1.05,0 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
189
|
-
</g>
|
|
190
|
-
<g>
|
|
191
|
-
<polyline data-points="-1.05,-0.30000000000000004 2.45,-1.5" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
192
|
-
</g>
|
|
193
|
-
<g>
|
|
194
|
-
<polyline data-points="-1.05,0.30000000000000004 -3.55,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
195
|
-
</g>
|
|
196
|
-
<g>
|
|
197
|
-
<polyline data-points="-1.05,0.30000000000000004 -3.55,2" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
198
|
-
</g>
|
|
199
|
-
<g>
|
|
200
|
-
<polyline data-points="-1.05,0.30000000000000004 2.45,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
201
|
-
</g>
|
|
202
|
-
<g>
|
|
203
|
-
<polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
204
|
-
</g>
|
|
205
|
-
<g>
|
|
206
|
-
<polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
207
|
-
</g>
|
|
208
|
-
<g>
|
|
209
|
-
<polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
|
|
210
|
-
</g>
|
|
211
|
-
<g>
|
|
212
|
-
<polyline data-points="-3.55,2 -3.75,2 -3.75,0 -3.55,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 56.03285046195958,227.69932702178625 56.03285046195958,355.4511235314247 68.80803011292346,355.4511235314247" fill="none" stroke="purple" stroke-width="1" />
|
|
213
|
-
</g>
|
|
214
|
-
<g>
|
|
215
|
-
<polyline data-points="-2.45,0 -1.75,0 -1.75,0.10000000000000003 -1.05,0.10000000000000003" data-type="line" data-label="" points="139.07151819322456,355.4511235314247 183.78464697159802,355.4511235314247 183.78464697159802,349.06353370594275 228.49777574997148,349.06353370594275" fill="none" stroke="purple" stroke-width="1" />
|
|
216
|
-
</g>
|
|
217
|
-
<g>
|
|
218
|
-
<polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 535.1020873731037,355.4511235314247 535.1020873731037,451.2649709136535 522.3269077221398,451.2649709136535" fill="none" stroke="purple" stroke-width="1" />
|
|
219
|
-
</g>
|
|
220
|
-
<g>
|
|
221
|
-
<polyline data-points="3.4350000000000005,3 0.49250000000000016,3 0.49250000000000016,2 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 327.0263488080301,163.82342876696706 327.0263488080301,227.69932702178625 139.07151819322456,227.69932702178625" fill="none" stroke="purple" stroke-width="1" />
|
|
222
|
-
</g>
|
|
223
|
-
<g>
|
|
224
|
-
<polyline data-points="-1.05,-0.09999999999999998 -1.75,-0.09999999999999998 -1.75,-1.9999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 183.78464697159802,361.8387133569066 183.78464697159802,483.20292004106307 139.07151819322456,483.20292004106307" fill="none" stroke="purple" stroke-width="1" />
|
|
225
|
-
</g>
|
|
226
|
-
<g>
|
|
227
|
-
<polyline data-points="1.05,0 1.75,0 1.75,-1.5 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 407.35029086346526,355.4511235314247 407.35029086346526,451.2649709136535 452.0634196418387,451.2649709136535" fill="none" stroke="purple" stroke-width="1" />
|
|
228
|
-
</g>
|
|
229
|
-
<g>
|
|
230
|
-
<polyline data-points="1.05,0.2 1.151,0.2 1.151,-0.5010000000000001" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 369.08862780882856,342.67594388046086 369.08862780882856,387.45294855708914" fill="none" stroke="purple" stroke-width="1" />
|
|
231
|
-
</g>
|
|
232
|
-
<g>
|
|
233
|
-
<polyline data-points="4.5649999999999995,3 4.6659999999999995,3 4.6659999999999995,2.649" data-type="line" data-label="" points="587.1609444507812,163.82342876696706 593.6124101745181,163.82342876696706 593.6124101745181,186.24386905440858" fill="none" stroke="purple" stroke-width="1" />
|
|
234
|
-
</g>
|
|
235
|
-
<g>
|
|
236
|
-
<polyline data-points="-1.05,-0.30000000000000004 -2.3510000000000004,-0.30000000000000004 -2.3510000000000004,0.401" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 145.39523212045165,374.61389300787044 145.39523212045165,329.83688833124216" fill="none" stroke="purple" stroke-width="1" />
|
|
237
|
-
</g>
|
|
238
|
-
<g>
|
|
239
|
-
<polyline data-points="-1.05,0.30000000000000004 -1.151,0.30000000000000004 -1.151,0.5010000000000001" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 222.04631002623472,336.2883540549789 222.04631002623472,323.4492985057602" fill="none" stroke="purple" stroke-width="1" />
|
|
240
|
-
</g>
|
|
241
|
-
<g>
|
|
242
|
-
<polyline data-points="2.45,0 2.349,0 2.349,0.651" data-type="line" data-label="" points="452.0634196418387,355.4511235314247 445.611953918102,355.4511235314247 445.611953918102,313.8679137675374" fill="none" stroke="purple" stroke-width="1" />
|
|
243
|
-
</g>
|
|
244
|
-
<g>
|
|
245
|
-
<rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="228.49777574997148" y="323.5131744040151" width="134.13938633512032" height="63.87589825481916" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
246
|
-
</g>
|
|
247
|
-
<g>
|
|
248
|
-
<rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="68.80803011292346" y="330.5743132200297" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
249
|
-
</g>
|
|
250
|
-
<g>
|
|
251
|
-
<rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="68.80803011292346" y="458.32610972966813" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
252
|
-
</g>
|
|
253
|
-
<g>
|
|
254
|
-
<rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="68.80803011292346" y="202.82251671039128" width="70.2634880803011" height="49.75362062278995" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
255
|
-
</g>
|
|
256
|
-
<g>
|
|
257
|
-
<rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="452.0634196418387" y="411.6619139956656" width="70.2634880803011" height="79.20611383597583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
258
|
-
</g>
|
|
259
|
-
<g>
|
|
260
|
-
<rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="452.0634196418387" y="315.8480666134368" width="70.2634880803011" height="79.20611383597577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
261
|
-
</g>
|
|
262
|
-
<g>
|
|
263
|
-
<rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3.1325000000000003" x="514.9811794228357" y="126.13664879662366" width="72.17976502794556" height="58.446446903159654" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714" />
|
|
264
|
-
</g>
|
|
265
|
-
<g>
|
|
266
|
-
<rect data-type="rect" data-label="netId: gnd
|
|
267
|
-
globalConnNetId: connectivity_net3" data-x="1.151" data-y="-0.7410000000000001" x="362.7010379833466" y="387.45294855708914" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714" />
|
|
268
|
-
</g>
|
|
269
|
-
<g>
|
|
270
|
-
<rect data-type="rect" data-label="netId: gnd
|
|
271
|
-
globalConnNetId: connectivity_net3" data-x="-1.75" data-y="-2.2399999999999998" x="177.39705714611608" y="483.20292004106307" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714" />
|
|
272
|
-
</g>
|
|
273
|
-
<g>
|
|
274
|
-
<rect data-type="rect" data-label="netId: gnd
|
|
275
|
-
globalConnNetId: connectivity_net3" data-x="3.75" data-y="-1.74" x="528.7144975476217" y="451.2649709136535" width="12.775179650963878" height="30.660431162313273" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714" />
|
|
276
|
-
</g>
|
|
277
|
-
<g>
|
|
278
|
-
<rect data-type="rect" data-label="netId: gnd
|
|
279
|
-
globalConnNetId: connectivity_net3" data-x="4.6659999999999995" data-y="2.409" x="587.2248203490362" y="186.24386905440858" width="12.775179650963764" height="30.660431162313273" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714" />
|
|
280
|
-
</g>
|
|
281
|
-
<g>
|
|
282
|
-
<rect data-type="rect" data-label="netId: v5
|
|
283
|
-
globalConnNetId: connectivity_net4" data-x="1.4" data-y="0.18" x="378.6061366487966" y="332.4558001596898" width="12.775179650963821" height="22.995323371734912" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714" />
|
|
284
|
-
</g>
|
|
285
|
-
<g>
|
|
286
|
-
<rect data-type="rect" data-label="netId: v5
|
|
287
|
-
globalConnNetId: connectivity_net4" data-x="-2.3510000000000004" data-y="0.581" x="139.0076422949697" y="306.84156495950725" width="12.77517965096385" height="22.995323371734912" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714" />
|
|
288
|
-
</g>
|
|
289
|
-
<g>
|
|
290
|
-
<rect data-type="rect" data-label="netId: .PWR1 > .FB to .R6 > .pin2
|
|
291
|
-
globalConnNetId: connectivity_net2" data-x="-2.1" data-y="0.225" x="155.04049275692935" y="326.70696931675604" width="12.77517965096385" height="28.74415421466864" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714" />
|
|
292
|
-
</g>
|
|
293
|
-
<g>
|
|
294
|
-
<rect data-type="rect" data-label="netId: .PWR1 > .FB to .R7 > .pin1
|
|
295
|
-
globalConnNetId: connectivity_net2" data-x="-3.776" data-y="-1.9999999999999998" x="40" y="476.8153302155812" width="28.74415421466864" height="12.775179650963821" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714" />
|
|
296
|
-
</g>
|
|
297
|
-
<g>
|
|
298
|
-
<rect data-type="rect" data-label="netId: v3_3
|
|
299
|
-
globalConnNetId: connectivity_net0" data-x="-3.75" data-y="2.3" x="49.64526063647767" y="189.37378806889475" width="12.77517965096385" height="38.32553895289152" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714" />
|
|
300
|
-
</g>
|
|
301
|
-
<g>
|
|
302
|
-
<rect data-type="rect" data-label="netId: v3_3
|
|
303
|
-
globalConnNetId: connectivity_net0" data-x="-1.151" data-y="0.8010000000000002" x="215.65872020075278" y="285.1237595528687" width="12.775179650963878" height="38.32553895289152" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714" />
|
|
304
|
-
</g>
|
|
305
|
-
<g>
|
|
306
|
-
<rect data-type="rect" data-label="netId: v3_3
|
|
307
|
-
globalConnNetId: connectivity_net0" data-x="2.349" data-y="0.9510000000000001" x="439.22436409262" y="275.5423748146458" width="12.775179650963878" height="38.32553895289158" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714" />
|
|
308
|
-
</g>
|
|
309
|
-
<g>
|
|
310
|
-
<rect data-type="rect" data-label="netId: .LED1 > .pos to .R8 > .pin2
|
|
311
|
-
globalConnNetId: connectivity_net1" data-x="1.9637500000000003" data-y="3.225" x="414.61617428995095" y="135.0792745522984" width="12.775179650963821" height="28.74415421466867" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714" />
|
|
312
|
-
</g>
|
|
313
|
-
<g id="crosshair" style="display: none">
|
|
314
|
-
<line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5" />
|
|
315
|
-
<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>
|
|
316
|
-
</g>
|
|
317
|
-
<script>
|
|
318
|
-
<![CDATA[
|
|
319
|
-
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
320
|
-
const svg = e.currentTarget;
|
|
321
|
-
const rect = svg.getBoundingClientRect();
|
|
322
|
-
const x = e.clientX - rect.left;
|
|
323
|
-
const y = e.clientY - rect.top;
|
|
324
|
-
const crosshair = svg.getElementById('crosshair');
|
|
325
|
-
const h = svg.getElementById('crosshair-h');
|
|
326
|
-
const v = svg.getElementById('crosshair-v');
|
|
327
|
-
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="-3.55,0 -1.05,0.30000000000000004" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 228.49777574997148,336.2883540549789" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 139.07151819322456,227.69932702178625" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -2.45,0" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 139.07151819322456,355.4511235314247" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -3.55,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 68.80803011292346,483.20292004106307" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 -1.05,-0.09999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 228.49777574997148,361.8387133569066" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 -2.45,-1.9999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,-1.5" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,0" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 4.5649999999999995,3" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,-1.5" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,0" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 -1.05,-0.30000000000000004" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 228.49777574997148,374.61389300787044" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.30000000000000004 2.45,-1.5" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,2" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 2.45,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 -3.75,2 -3.75,0 -3.55,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 56.03285046195958,227.69932702178625 56.03285046195958,355.4511235314247 68.80803011292346,355.4511235314247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,0 -1.75,0 -1.75,0.10000000000000003 -1.05,0.10000000000000003" data-type="line" data-label="" points="139.07151819322456,355.4511235314247 183.78464697159802,355.4511235314247 183.78464697159802,349.06353370594275 228.49777574997148,349.06353370594275" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 535.1020873731037,355.4511235314247 535.1020873731037,451.2649709136535 522.3269077221398,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 0.49250000000000016,3 0.49250000000000016,2 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 327.0263488080301,163.82342876696706 327.0263488080301,227.69932702178625 139.07151819322456,227.69932702178625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -1.75,-0.09999999999999998 -1.75,-1.9999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 183.78464697159802,361.8387133569066 183.78464697159802,483.20292004106307 139.07151819322456,483.20292004106307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0 1.75,0 1.75,-1.5 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 407.35029086346526,355.4511235314247 407.35029086346526,451.2649709136535 452.0634196418387,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 1.151,0.2 1.151,-0.5010000000000001" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 369.08862780882856,342.67594388046086 369.08862780882856,387.45294855708914" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5649999999999995,3 4.6659999999999995,3 4.6659999999999995,2.649" data-type="line" data-label="" points="587.1609444507812,163.82342876696706 593.6124101745181,163.82342876696706 593.6124101745181,186.24386905440858" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.30000000000000004 -2.3510000000000004,-0.30000000000000004 -2.3510000000000004,0.401" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 145.39523212045165,374.61389300787044 145.39523212045165,329.83688833124216" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.30000000000000004 -1.151,0.30000000000000004 -1.151,0.5010000000000001" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 222.04631002623472,336.2883540549789 222.04631002623472,323.4492985057602" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.45,0 2.349,0 2.349,0.651" data-type="line" data-label="" points="452.0634196418387,355.4511235314247 445.611953918102,355.4511235314247 445.611953918102,313.8679137675374" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="228.49777574997148" y="323.5131744040151" width="134.13938633512032" height="63.87589825481916" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="68.80803011292346" y="330.5743132200297" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="68.80803011292346" y="458.32610972966813" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="68.80803011292346" y="202.82251671039126" width="70.2634880803011" height="49.75362062278995" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="452.06341964183866" y="411.6619139956656" width="70.2634880803011" height="79.20611383597583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="452.06341964183866" y="315.8480666134368" width="70.2634880803011" height="79.20611383597577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3.1325000000000003" x="514.9811794228358" y="126.13664879662366" width="72.17976502794556" height="58.446446903159654" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
2
|
+
globalConnNetId: connectivity_net3" data-x="1.151" data-y="-0.7410000000000001" x="362.7010379833466" y="387.45294855708914" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
3
|
+
globalConnNetId: connectivity_net3" data-x="-1.75" data-y="-2.2399999999999998" x="177.39705714611608" y="483.20292004106307" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
4
|
+
globalConnNetId: connectivity_net3" data-x="3.75" data-y="-1.74" x="528.7144975476217" y="451.2649709136534" width="12.775179650963878" height="30.660431162313273" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
5
|
+
globalConnNetId: connectivity_net3" data-x="4.6659999999999995" data-y="2.409" x="587.2248203490362" y="186.24386905440858" width="12.775179650963764" height="30.660431162313273" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: v5
|
|
6
|
+
globalConnNetId: connectivity_net4" data-x="1.4" data-y="0.18" x="378.6061366487967" y="332.4558001596898" width="12.775179650963821" height="22.995323371734912" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: v5
|
|
7
|
+
globalConnNetId: connectivity_net4" data-x="-2.3510000000000004" data-y="0.581" x="139.00764229496974" y="306.84156495950725" width="12.77517965096385" height="22.995323371734912" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: .PWR1 > .FB to .R6 > .pin2
|
|
8
|
+
globalConnNetId: connectivity_net2" data-x="-2.1" data-y="0.225" x="155.04049275692938" y="326.70696931675604" width="12.77517965096385" height="28.74415421466864" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: .PWR1 > .FB to .R7 > .pin1
|
|
9
|
+
globalConnNetId: connectivity_net2" data-x="-3.776" data-y="-1.9999999999999998" x="40" y="476.8153302155812" width="28.74415421466864" height="12.775179650963821" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: v3_3
|
|
10
|
+
globalConnNetId: connectivity_net0" data-x="-3.75" data-y="2.3" x="49.64526063647766" y="189.37378806889475" width="12.77517965096385" height="38.32553895289152" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: v3_3
|
|
11
|
+
globalConnNetId: connectivity_net0" data-x="-1.151" data-y="0.8010000000000002" x="215.65872020075278" y="285.1237595528687" width="12.775179650963878" height="38.32553895289152" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: v3_3
|
|
12
|
+
globalConnNetId: connectivity_net0" data-x="2.349" data-y="0.9510000000000001" x="439.2243640926201" y="275.54237481464577" width="12.775179650963878" height="38.32553895289158" fill="#ef444466" stroke="#ef4444" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: .LED1 > .pos to .R8 > .pin2
|
|
13
|
+
globalConnNetId: connectivity_net1" data-x="1.9637500000000003" data-y="3.225" x="414.616174289951" y="135.0792745522984" width="12.775179650963821" height="28.74415421466867" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01565535714285714"/></g><g><circle data-type="point" data-label="PWR1.7
|
|
14
|
+
x+" data-x="1.05" data-y="0.2" cx="362.6371620850918" cy="342.67594388046086" r="3" fill="hsl(159, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.6
|
|
15
|
+
x+" data-x="1.05" data-y="0" cx="362.6371620850918" cy="355.4511235314247" r="3" fill="hsl(158, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.5
|
|
16
|
+
x+" data-x="1.05" data-y="-0.2" cx="362.6371620850918" cy="368.2263031823885" r="3" fill="hsl(157, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.4
|
|
17
|
+
x-" data-x="-1.05" data-y="-0.30000000000000004" cx="228.49777574997148" cy="374.61389300787044" r="3" fill="hsl(156, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.3
|
|
18
|
+
x-" data-x="-1.05" data-y="-0.09999999999999998" cx="228.49777574997148" cy="361.8387133569066" r="3" fill="hsl(155, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.2
|
|
19
|
+
x-" data-x="-1.05" data-y="0.10000000000000003" cx="228.49777574997148" cy="349.06353370594275" r="3" fill="hsl(154, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PWR1.1
|
|
20
|
+
x-" data-x="-1.05" data-y="0.30000000000000004" cx="228.49777574997148" cy="336.2883540549789" r="3" fill="hsl(153, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.1
|
|
21
|
+
x-" data-x="-3.55" data-y="0" cx="68.80803011292346" cy="355.4511235314247" r="3" fill="hsl(351, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R6.2
|
|
22
|
+
x+" data-x="-2.45" data-y="0" cx="139.07151819322456" cy="355.4511235314247" r="3" fill="hsl(352, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.1
|
|
23
|
+
x-" data-x="-3.55" data-y="-1.9999999999999998" cx="68.80803011292346" cy="483.20292004106307" r="3" fill="hsl(232, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R7.2
|
|
24
|
+
x+" data-x="-2.45" data-y="-1.9999999999999998" cx="139.07151819322456" cy="483.20292004106307" r="3" fill="hsl(233, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.1
|
|
25
|
+
x-" data-x="-3.55" data-y="2" cx="68.80803011292346" cy="227.69932702178625" r="3" fill="hsl(113, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R8.2
|
|
26
|
+
x+" data-x="-2.45" data-y="2" cx="139.07151819322456" cy="227.69932702178625" r="3" fill="hsl(114, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.1
|
|
27
|
+
x-" data-x="2.45" data-y="-1.5" cx="452.0634196418387" cy="451.2649709136535" r="3" fill="hsl(246, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C6.2
|
|
28
|
+
x+" data-x="3.55" data-y="-1.5" cx="522.3269077221398" cy="451.2649709136535" r="3" fill="hsl(247, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.1
|
|
29
|
+
x-" data-x="2.45" data-y="0" cx="452.0634196418387" cy="355.4511235314247" r="3" fill="hsl(127, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="C7.2
|
|
30
|
+
x+" data-x="3.55" data-y="0" cx="522.3269077221398" cy="355.4511235314247" r="3" fill="hsl(128, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LED1.1
|
|
31
|
+
x-" data-x="3.4350000000000005" data-y="3" cx="514.9811794228357" cy="163.82342876696706" r="3" fill="hsl(57, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="LED1.2
|
|
32
|
+
x+" data-x="4.5649999999999995" data-y="3" cx="587.1609444507812" cy="163.82342876696706" r="3" fill="hsl(58, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
33
|
+
orientation: y-" data-x="1.151" data-y="-0.5010000000000001" cx="369.08862780882856" cy="387.45294855708914" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
34
|
+
orientation: y-" data-x="-1.75" data-y="-1.9999999999999998" cx="183.78464697159802" cy="483.20292004106307" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
35
|
+
orientation: y-" data-x="3.75" data-y="-1.5" cx="535.1020873731037" cy="451.2649709136535" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
36
|
+
orientation: y-" data-x="4.6659999999999995" data-y="2.649" cx="593.6124101745181" cy="186.24386905440858" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
37
|
+
orientation: y+" data-x="1.4" data-y="0" cx="384.99372647427856" cy="355.4511235314247" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
38
|
+
orientation: y+" data-x="-2.3510000000000004" data-y="0.401" cx="145.39523212045165" cy="329.83688833124216" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
39
|
+
orientation: y+" data-x="-2.1" data-y="0" cx="161.4280825824113" cy="355.4511235314247" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
40
|
+
orientation: x-" data-x="-3.55" data-y="-1.9999999999999998" cx="68.80803011292346" cy="483.20292004106307" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
41
|
+
orientation: y+" data-x="-3.75" data-y="2" cx="56.03285046195958" cy="227.69932702178625" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
42
|
+
orientation: y+" data-x="-1.151" data-y="0.5010000000000001" cx="222.04631002623472" cy="323.4492985057602" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
43
|
+
orientation: y+" data-x="2.349" data-y="0.651" cx="445.611953918102" cy="313.8679137675374" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
44
|
+
orientation: y+" data-x="1.9637500000000003" data-y="3" cx="421.0037641154329" cy="163.82342876696706" 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[
|
|
45
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
46
|
+
const svg = e.currentTarget;
|
|
47
|
+
const rect = svg.getBoundingClientRect();
|
|
48
|
+
const x = e.clientX - rect.left;
|
|
49
|
+
const y = e.clientY - rect.top;
|
|
50
|
+
const crosshair = svg.getElementById('crosshair');
|
|
51
|
+
const h = svg.getElementById('crosshair-h');
|
|
52
|
+
const v = svg.getElementById('crosshair-v');
|
|
53
|
+
const coords = svg.getElementById('coordinates');
|
|
54
|
+
|
|
55
|
+
crosshair.style.display = 'block';
|
|
56
|
+
h.setAttribute('x1', '0');
|
|
57
|
+
h.setAttribute('x2', '640');
|
|
58
|
+
h.setAttribute('y1', y);
|
|
59
|
+
h.setAttribute('y2', y);
|
|
60
|
+
v.setAttribute('x1', x);
|
|
61
|
+
v.setAttribute('x2', x);
|
|
62
|
+
v.setAttribute('y1', '0');
|
|
63
|
+
v.setAttribute('y2', '640');
|
|
328
64
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
const sx = matrix.a;
|
|
353
|
-
const sy = matrix.d;
|
|
354
|
-
const tx = matrix.e;
|
|
355
|
-
const ty = matrix.f;
|
|
356
|
-
const realPoint = {
|
|
357
|
-
x: (x - tx) / sx,
|
|
358
|
-
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
362
|
-
coords.setAttribute('x', (x + 5).toString());
|
|
363
|
-
coords.setAttribute('y', (y - 5).toString());
|
|
364
|
-
});
|
|
365
|
-
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
366
|
-
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
367
|
-
});
|
|
368
|
-
]]>
|
|
369
|
-
</script>
|
|
370
|
-
</svg>
|
|
65
|
+
// Calculate real coordinates using inverse transformation
|
|
66
|
+
const matrix = {"a":63.87589825481921,"c":0,"e":295.56746891753164,"b":0,"d":-63.87589825481921,"f":355.4511235314247};
|
|
67
|
+
// Manually invert and apply the affine transform
|
|
68
|
+
// Since we only use translate and scale, we can directly compute:
|
|
69
|
+
// x' = (x - tx) / sx
|
|
70
|
+
// y' = (y - ty) / sy
|
|
71
|
+
const sx = matrix.a;
|
|
72
|
+
const sy = matrix.d;
|
|
73
|
+
const tx = matrix.e;
|
|
74
|
+
const ty = matrix.f;
|
|
75
|
+
const realPoint = {
|
|
76
|
+
x: (x - tx) / sx,
|
|
77
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
81
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
82
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
83
|
+
});
|
|
84
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
85
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
86
|
+
});
|
|
87
|
+
]]></script></svg>
|