@@ -13,10 +13,10 @@ test("test4 support silkscreen", async () => {
1313 footprint={<footprint>
1414 <smtpad portHints={["1"]} pcbX="-0.32mm" pcbY="0mm" width="0.46mm" height="0.4mm" shape="rect" />
1515 <smtpad portHints={["2"]} pcbX="0.32mm" pcbY="0mm" width="0.46mm" height="0.4mm" shape="rect" />
16- <silkscreenpath route={[{"x":-0.3,"y":0.15},{"x":0.3,"y":0.15}]} />
17- <silkscreenpath route={[{"x":-0.3,"y":-0.15},{"x":-0.3,"y":0.15}]} />
18- <silkscreenpath route={[{"x":0.3,"y":0.15},{"x":0.3,"y":-0.15}]} />
19- <silkscreenpath route={[{"x":0.3,"y":-0.15},{"x":-0.3,"y":-0.15}]} />
16+ <fabricationnotepath route={[{"x":-0.3,"y":0.15},{"x":0.3,"y":0.15}]} strokeWidth={0.1 } />
17+ <fabricationnotepath route={[{"x":-0.3,"y":-0.15},{"x":-0.3,"y":0.15}]} strokeWidth={0.1 } />
18+ <fabricationnotepath route={[{"x":0.3,"y":0.15},{"x":0.3,"y":-0.15}]} strokeWidth={0.1 } />
19+ <fabricationnotepath route={[{"x":0.3,"y":-0.15},{"x":-0.3,"y":-0.15}]} strokeWidth={0.1 } />
2020 <silkscreentext pcbX={0} pcbY={0.68} anchorAlignment="center" fontSize={0.25} text="\${REFERENCE}" />
2121 <silkscreentext pcbX={0} pcbY={1.05} anchorAlignment="center" fontSize={1.27} text="REF**" />
2222 <silkscreentext pcbX={0} pcbY={-1.05} anchorAlignment="center" fontSize={1.27} text="R_0201_0603Metric" />
0 commit comments