Import Svg Logo
import_svg_logoImport an SVG file as filled graphic polygons onto a KiCAD PCB silkscreen layer, automatically linearising curves. Ideal for placing company or project logos on the board.
Instructions
Imports an SVG file as filled graphic polygons onto a KiCAD PCB layer (default F.SilkS / front silkscreen). Curves are linearised automatically. Ideal for placing a company or project logo on the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position of the logo top-left corner in mm | |
| y | Yes | Y position of the logo top-left corner in mm | |
| layer | No | PCB layer name, e.g. F.SilkS or B.SilkS (default: F.SilkS) | |
| width | Yes | Target width of the logo in mm (height is scaled to preserve aspect ratio) | |
| filled | No | Fill polygons with solid colour (default true) | |
| pcbPath | Yes | Path to the .kicad_pcb file | |
| svgPath | Yes | Path to the SVG logo file | |
| strokeWidth | No | Outline stroke width in mm (0 = no outline, default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |