mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
This is a zero-dimensional object that can be used for snapping and documentation of useful, but non-physical features on a board or footprint. They do not correspond to any physical output in exports or plots. Points do have a "size", but this is a graphical property only and determines how large they are drawn on the board. They also have a layer, which allows them to be selected and made visible according to layer filters. Fixes: https://gitlab.com/kicad/code/kicad/-/issues/4691
107 lines
3.3 KiB
XML
107 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
<svg
|
||
id="Слой_1"
|
||
data-name="Слой 1"
|
||
viewBox="0 0 24 24"
|
||
version="1.1"
|
||
sodipodi:docname="add_point.svg"
|
||
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||
xmlns="http://www.w3.org/2000/svg"
|
||
xmlns:svg="http://www.w3.org/2000/svg"
|
||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
xmlns:cc="http://creativecommons.org/ns#"
|
||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||
<path
|
||
id="line115727"
|
||
class="cls-3"
|
||
style="fill:none;stroke:#333333;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round"
|
||
d="M 21,21 3,3"
|
||
sodipodi:nodetypes="cc" />
|
||
<sodipodi:namedview
|
||
pagecolor="#ffffff"
|
||
bordercolor="#666666"
|
||
borderopacity="1"
|
||
objecttolerance="10"
|
||
gridtolerance="10"
|
||
guidetolerance="10"
|
||
inkscape:pageopacity="0"
|
||
inkscape:pageshadow="2"
|
||
inkscape:window-width="2560"
|
||
inkscape:window-height="1357"
|
||
id="namedview30"
|
||
showgrid="true"
|
||
inkscape:zoom="4.9429483"
|
||
inkscape:cx="-39.247831"
|
||
inkscape:cy="24.78278"
|
||
inkscape:window-x="1920"
|
||
inkscape:window-y="0"
|
||
inkscape:window-maximized="1"
|
||
inkscape:document-rotation="0"
|
||
inkscape:current-layer="Слой_1"
|
||
inkscape:showpageshadow="2"
|
||
inkscape:pagecheckerboard="0"
|
||
inkscape:deskcolor="#d1d1d1">
|
||
<inkscape:grid
|
||
type="xygrid"
|
||
id="grid_kicad"
|
||
spacingx="0.5"
|
||
spacingy="0.5"
|
||
color="#9999ff"
|
||
opacity="0.13"
|
||
empspacing="2"
|
||
originx="0"
|
||
originy="0"
|
||
units="px" />
|
||
</sodipodi:namedview>
|
||
<metadata
|
||
id="metadata43">
|
||
<rdf:RDF>
|
||
<cc:Work
|
||
rdf:about="">
|
||
<cc:license
|
||
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||
<dc:format>image/svg+xml</dc:format>
|
||
<dc:type
|
||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||
<dc:title>add_point</dc:title>
|
||
</cc:Work>
|
||
<cc:License
|
||
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
||
<cc:permits
|
||
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
||
<cc:permits
|
||
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
||
<cc:requires
|
||
rdf:resource="http://creativecommons.org/ns#Notice" />
|
||
<cc:requires
|
||
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
||
<cc:permits
|
||
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
||
<cc:requires
|
||
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
||
</cc:License>
|
||
</rdf:RDF>
|
||
</metadata>
|
||
<defs
|
||
id="defs115715">
|
||
<style
|
||
id="style115713">.cls-1{fill:#b9b9b9;}.cls-2{fill:#545454;}.cls-3{fill:none;stroke:#333;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style>
|
||
</defs>
|
||
<title
|
||
id="title115717">add_point</title>
|
||
<path
|
||
id="line115725"
|
||
class="cls-3"
|
||
style="fill:none;stroke:#333333;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round"
|
||
d="M 21,3 3,21"
|
||
sodipodi:nodetypes="cc" />
|
||
<circle
|
||
style="fill:none;stroke:#1a81c4;stroke-width:2;stroke-opacity:1"
|
||
id="path1"
|
||
cx="12"
|
||
cy="12"
|
||
r="6.5" />
|
||
</svg>
|