svg-pcb icon indicating copy to clipboard operation
svg-pcb copied to clipboard

Autoindent inserted points

Open leomcelroy opened this issue 2 years ago • 0 comments

To prevent code like this from being generated:

board.wire(path(IC1.pad("AVDD"),
                pt(IC1.padX("VIO2"), IC1.padY("AVDD")),
                IC1.pad("VIO2"),
  pt(1.9, 3.25),
  pt(1, 2.65),
  pt(0.85, 2.2),
  pt(1.3, 2.3),), w);

leomcelroy avatar Feb 24 '23 05:02 leomcelroy