Compare commits
	
		
			1 Commits
		
	
	
		
			master
			...
			b48b8eb3ff
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b48b8eb3ff | 
@@ -1,18 +0,0 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# Directory containing SVG files
 | 
			
		||||
INPUT_DIR="."
 | 
			
		||||
 | 
			
		||||
# Loop through all SVG files in the directory
 | 
			
		||||
for svg_file in "$INPUT_DIR"/*.svg; do
 | 
			
		||||
    # Check if there are SVG files in the directory
 | 
			
		||||
    if [ -f "$svg_file" ]; then
 | 
			
		||||
        # Output PDF file name
 | 
			
		||||
        pdf_file="../${svg_file%.svg}.pdf"
 | 
			
		||||
        png_file="../${svg_file%.svg}"
 | 
			
		||||
        
 | 
			
		||||
        # Convert SVG to PDF using Inkscape
 | 
			
		||||
        inkscape "$svg_file" --export-filename="$pdf_file" && \
 | 
			
		||||
            pdftocairo -png -singlefile -cropbox "$pdf_file" "$png_file"
 | 
			
		||||
    fi
 | 
			
		||||
done
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 702 KiB  | 
| 
		 Before Width: | Height: | Size: 304 KiB  | 
| 
		 Before Width: | Height: | Size: 876 KiB  | 
| 
		 Before Width: | Height: | Size: 703 KiB  | 
| 
		 Before Width: | Height: | Size: 647 KiB  | 
@@ -1,469 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   width="405.81152"
 | 
			
		||||
   height="284.11676"
 | 
			
		||||
   viewBox="0 0 405.81153 284.11676"
 | 
			
		||||
   sodipodi:docname="nhexa_stages_villar.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">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs1">
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="marker12"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path12" />
 | 
			
		||||
    </marker>
 | 
			
		||||
    <marker
 | 
			
		||||
       style="overflow:visible"
 | 
			
		||||
       id="ConcaveTriangle"
 | 
			
		||||
       refX="0"
 | 
			
		||||
       refY="0"
 | 
			
		||||
       orient="auto-start-reverse"
 | 
			
		||||
       inkscape:stockid="Concave triangle arrow"
 | 
			
		||||
       markerWidth="1"
 | 
			
		||||
       markerHeight="1"
 | 
			
		||||
       viewBox="0 0 1 1"
 | 
			
		||||
       inkscape:isstock="true"
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       preserveAspectRatio="xMidYMid">
 | 
			
		||||
      <path
 | 
			
		||||
         transform="scale(0.7)"
 | 
			
		||||
         d="M -2,-4 9,0 -2,4 c 2,-2.33 2,-5.66 0,-8 z"
 | 
			
		||||
         style="fill:context-stroke;fill-rule:evenodd;stroke:none"
 | 
			
		||||
         id="path9" />
 | 
			
		||||
    </marker>
 | 
			
		||||
  </defs>
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="namedview1"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:showpageshadow="2"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:zoom="2.8919598"
 | 
			
		||||
     inkscape:cx="235.48045"
 | 
			
		||||
     inkscape:cy="95.437011"
 | 
			
		||||
     inkscape:window-width="2560"
 | 
			
		||||
     inkscape:window-height="1440"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="0"
 | 
			
		||||
     inkscape:window-maximized="1"
 | 
			
		||||
     inkscape:current-layer="g1" />
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     inkscape:label="Image"
 | 
			
		||||
     id="g1"
 | 
			
		||||
     transform="translate(33.070989,-114.37187)">
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="M 61.194666,166.81566 5.8719188,339.67825"
 | 
			
		||||
       id="path4" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="m 302.70645,166.81566 55.86298,172.86259"
 | 
			
		||||
       id="path5" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="m 202.93224,339.67825 53.37611,-92.42444"
 | 
			
		||||
       id="path2"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="M 322.65645,339.67825 269.28034,247.25381"
 | 
			
		||||
       id="path3"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       d="M 95.832184,247.25381 71.058953,339.67825"
 | 
			
		||||
       id="path1"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#fbeed0;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect8"
 | 
			
		||||
       width="194.87016"
 | 
			
		||||
       height="53.019554"
 | 
			
		||||
       x="84.284462"
 | 
			
		||||
       y="194.23425" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#e8f4d7;fill-opacity:1;stroke:#000000;stroke-width:1.32155;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect29"
 | 
			
		||||
       width="18.300337"
 | 
			
		||||
       height="31.700216"
 | 
			
		||||
       x="173.39015"
 | 
			
		||||
       y="120.92148" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect7"
 | 
			
		||||
       width="366.74323"
 | 
			
		||||
       height="58.31039"
 | 
			
		||||
       x="-1.6520551"
 | 
			
		||||
       y="339.67825" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect11"
 | 
			
		||||
       width="234.59543"
 | 
			
		||||
       height="12.198973"
 | 
			
		||||
       x="64.421837"
 | 
			
		||||
       y="160.71617" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#77ac30"
 | 
			
		||||
       x="32.955513"
 | 
			
		||||
       y="132.74815"
 | 
			
		||||
       id="text6"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan6"
 | 
			
		||||
         x="32.955513"
 | 
			
		||||
         y="132.74815">Sample</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#7e2f8e"
 | 
			
		||||
       x="-33.817654"
 | 
			
		||||
       y="150.5638"
 | 
			
		||||
       id="text7"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan7"
 | 
			
		||||
         x="-33.817654"
 | 
			
		||||
         y="150.5638">Capacitive Sensors</tspan></text>
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#fbeed0;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect9"
 | 
			
		||||
       width="142.77277"
 | 
			
		||||
       height="10.504819"
 | 
			
		||||
       x="110.33317"
 | 
			
		||||
       y="183.72943" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ccebff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect10"
 | 
			
		||||
       width="12.73592"
 | 
			
		||||
       height="62.275959"
 | 
			
		||||
       x="150.20767"
 | 
			
		||||
       y="229.83876"
 | 
			
		||||
       transform="matrix(0.96594378,0.25875202,-0.25888609,0.96590786,0,0)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ccebff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect10-1"
 | 
			
		||||
       width="12.735273"
 | 
			
		||||
       height="62.279125"
 | 
			
		||||
       x="339.23914"
 | 
			
		||||
       y="104.32326"
 | 
			
		||||
       transform="matrix(0.8660855,0.4998959,-0.50010411,0.86596529,0,0)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ccebff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect10-1-3"
 | 
			
		||||
       width="12.735273"
 | 
			
		||||
       height="62.279125"
 | 
			
		||||
       x="-115.90243"
 | 
			
		||||
       y="366.00101"
 | 
			
		||||
       transform="matrix(-0.8660855,0.4998959,0.50010411,0.86596529,0,0)" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="path11"
 | 
			
		||||
       cx="71.058952"
 | 
			
		||||
       cy="339.67825"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle11"
 | 
			
		||||
       cx="202.93224"
 | 
			
		||||
       cy="339.67825"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle12"
 | 
			
		||||
       cx="322.65643"
 | 
			
		||||
       cy="339.67825"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle13"
 | 
			
		||||
       cx="358.56943"
 | 
			
		||||
       cy="339.67825"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle14"
 | 
			
		||||
       cx="269.28033"
 | 
			
		||||
       cy="247.25381"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle15"
 | 
			
		||||
       cx="256.30835"
 | 
			
		||||
       cy="247.25381"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#33aeff;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle16"
 | 
			
		||||
       cx="95.832184"
 | 
			
		||||
       cy="247.25381"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle17"
 | 
			
		||||
       cx="5.8719187"
 | 
			
		||||
       cy="339.67825"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle18"
 | 
			
		||||
       cx="61.194668"
 | 
			
		||||
       cy="166.81566"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="circle19"
 | 
			
		||||
       cx="302.70645"
 | 
			
		||||
       cy="166.81566"
 | 
			
		||||
       rx="6.0815859"
 | 
			
		||||
       ry="6.0798979" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect23"
 | 
			
		||||
       width="33.903244"
 | 
			
		||||
       height="12.198972"
 | 
			
		||||
       x="64.421837"
 | 
			
		||||
       y="160.71617" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       id="rect23-9"
 | 
			
		||||
       width="33.903244"
 | 
			
		||||
       height="12.198972"
 | 
			
		||||
       x="265.84323"
 | 
			
		||||
       y="160.71617" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#faddd1;fill-opacity:1;stroke:#000000;stroke-width:1.32133;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
 | 
			
		||||
       d="m 254.00449,152.93015 -3.61124,10.70876 -135.70586,-0.61692 -3.61124,-10.70876 z"
 | 
			
		||||
       id="path26"
 | 
			
		||||
       sodipodi:nodetypes="ccccc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 125.28132,183.72944 10.32089,-20.3381"
 | 
			
		||||
       id="path28"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 145.9231,183.72944 -10.32089,-20.3381"
 | 
			
		||||
       id="path29"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 218.81066,184.06427 10.32088,-20.33809"
 | 
			
		||||
       id="path28-2"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="M 239.45243,184.06427 229.13154,163.72618"
 | 
			
		||||
       id="path29-9"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#eed9f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect30"
 | 
			
		||||
       width="10.114603"
 | 
			
		||||
       height="13.11536"
 | 
			
		||||
       x="116.1009"
 | 
			
		||||
       y="164.67943" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#eed9f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect30-3"
 | 
			
		||||
       width="10.114603"
 | 
			
		||||
       height="13.11536"
 | 
			
		||||
       x="238.86514"
 | 
			
		||||
       y="165.72498" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#edb120"
 | 
			
		||||
       x="185.8485"
 | 
			
		||||
       y="209.32468"
 | 
			
		||||
       id="text30"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan30"
 | 
			
		||||
         x="185.8485"
 | 
			
		||||
         y="209.32468">Rotation Stage</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#0072bd"
 | 
			
		||||
       x="95.471916"
 | 
			
		||||
       y="312.79327"
 | 
			
		||||
       id="text31"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan31"
 | 
			
		||||
         x="95.471916"
 | 
			
		||||
         y="312.79327">Piezo Hexapod</tspan></text>
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';fill:#d95319"
 | 
			
		||||
       x="277.37073"
 | 
			
		||||
       y="143.55104"
 | 
			
		||||
       id="text32"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan32"
 | 
			
		||||
         x="277.37073"
 | 
			
		||||
         y="143.55104">Metrology Cone</tspan></text>
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#eed9f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect19"
 | 
			
		||||
       width="10.200583"
 | 
			
		||||
       height="22.716125"
 | 
			
		||||
       x="182.08461"
 | 
			
		||||
       y="-46.815914"
 | 
			
		||||
       transform="matrix(0.35402295,0.93523673,-0.93530178,0.35385106,0,0)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#eed9f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="rect19-5"
 | 
			
		||||
       width="10.200583"
 | 
			
		||||
       height="22.716125"
 | 
			
		||||
       x="53.477428"
 | 
			
		||||
       y="294.83932"
 | 
			
		||||
       transform="matrix(-0.35402297,0.93523673,0.93530178,0.35385108,0,0)" />
 | 
			
		||||
    <g
 | 
			
		||||
       style="fill:#000000;fill-opacity:1"
 | 
			
		||||
       id="g194"
 | 
			
		||||
       transform="matrix(1.3333333,0,0,1.3333333,155.30497,104.48664)">
 | 
			
		||||
      <text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-size:10px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#a2142f;stroke-width:0.75"
 | 
			
		||||
         x="128.36696"
 | 
			
		||||
         y="14.243925"
 | 
			
		||||
         id="text3875"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           style="font-size:10px;fill:#a2142f;stroke-width:0.75"
 | 
			
		||||
           x="128.36696"
 | 
			
		||||
           y="14.243925"
 | 
			
		||||
           id="tspan3877">X-ray</tspan></text>
 | 
			
		||||
    </g>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:#a2142f;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 344.12479,128.50631 -152.4343,0.9943 v 0.0717 0.13368 l 152.43428,0.98753 z"
 | 
			
		||||
       id="path3-6"
 | 
			
		||||
       sodipodi:nodetypes="cccccc" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="path6"
 | 
			
		||||
       cx="88.808327"
 | 
			
		||||
       cy="166.53445"
 | 
			
		||||
       rx="1.2267653"
 | 
			
		||||
       ry="1.2264248" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="path6-7"
 | 
			
		||||
       cx="121.1582"
 | 
			
		||||
       cy="177.79478"
 | 
			
		||||
       rx="1.2267653"
 | 
			
		||||
       ry="1.2264248" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="path6-3"
 | 
			
		||||
       cx="243.92244"
 | 
			
		||||
       cy="178.84035"
 | 
			
		||||
       rx="1.2267653"
 | 
			
		||||
       ry="1.2264248" />
 | 
			
		||||
    <ellipse
 | 
			
		||||
       style="font-variation-settings:normal;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none"
 | 
			
		||||
       id="path6-5"
 | 
			
		||||
       cx="276.27231"
 | 
			
		||||
       cy="167.15137"
 | 
			
		||||
       rx="1.2267653"
 | 
			
		||||
       ry="1.2264248" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="M 88.808325,166.53445 C 71.144181,176.5913 56.632422,181.36443 37.011586,180.49332"
 | 
			
		||||
       id="path7"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 276.27231,167.15137 c 17.66415,10.05685 32.17591,14.82997 51.79674,13.95887"
 | 
			
		||||
       id="path7-3"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 120.98332,178.10177 c 1.63222,6.23459 -64.366578,10.06609 -83.987412,9.19499"
 | 
			
		||||
       id="path7-8"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 | 
			
		||||
       d="m 243.92244,178.84034 c -1.63221,6.23459 64.36659,10.06608 83.98742,9.19499"
 | 
			
		||||
       id="path7-8-4"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#7e2f8e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
 | 
			
		||||
       d="m 79.172133,146.9695 h 12.008371 l 4.671816,8.08958"
 | 
			
		||||
       id="path8" />
 | 
			
		||||
    <text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-size:13.3333px;line-height:1.25;font-family:'Latin Modern Roman';-inkscape-font-specification:'Latin Modern Roman, Normal'"
 | 
			
		||||
       x="313.70068"
 | 
			
		||||
       y="161.43108"
 | 
			
		||||
       id="text9"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan9"
 | 
			
		||||
         x="313.70068"
 | 
			
		||||
         y="161.43108">Metrology</tspan><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         x="313.70068"
 | 
			
		||||
         y="178.0977"
 | 
			
		||||
         id="tspan1">Frame</tspan></text>
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#d95319;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker12)"
 | 
			
		||||
       d="m 274.69217,140.84952 h -23.78696 l -8.03782,8.03559"
 | 
			
		||||
       id="path10" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#77ac30;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#ConcaveTriangle)"
 | 
			
		||||
       d="M 79.172133,129.34149 H 168.37772"
 | 
			
		||||
       id="path13" />
 | 
			
		||||
    <path
 | 
			
		||||
       style="fill:none;stroke:#edb120;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:2, 2;stroke-dashoffset:0;stroke-opacity:1"
 | 
			
		||||
       d="m 181.71954,263.62954 1e-5,-86.05721"
 | 
			
		||||
       id="path14"
 | 
			
		||||
       sodipodi:nodetypes="cc" />
 | 
			
		||||
    <g
 | 
			
		||||
       id="g6261"
 | 
			
		||||
       transform="matrix(0.94233909,0,0,0.94207753,96.619148,145.41609)"
 | 
			
		||||
       style="stroke:#edb120;stroke-width:1.41512">
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:none;stroke:#edb120;stroke-width:1.40261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1"
 | 
			
		||||
         d="m 85.940088,93.556975 c -4.082593,0.560267 -5.559478,2.210365 -3.298788,3.680763 2.26048,1.474298 7.404288,2.210794 11.482981,1.650318 4.082803,-0.564168 5.559478,-2.210365 3.298997,-3.684664 -0.0909,-0.05571 -0.185505,-0.115533 -0.284213,-0.171662"
 | 
			
		||||
         id="path152"
 | 
			
		||||
         inkscape:transform-center-x="0.058051402"
 | 
			
		||||
         inkscape:transform-center-y="77.553103" />
 | 
			
		||||
      <path
 | 
			
		||||
         style="fill:#edb120;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.41512"
 | 
			
		||||
         d="m 94.385068,94.008299 2.874149,4.264931 -0.371766,-2.852029 2.635648,-1.153958"
 | 
			
		||||
         id="path154"
 | 
			
		||||
         inkscape:transform-center-x="-6.863793"
 | 
			
		||||
         inkscape:transform-center-y="77.377487" />
 | 
			
		||||
    </g>
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 23 KiB  | 
| 
		 Before Width: | Height: | Size: 167 KiB  | 
| 
		 Before Width: | Height: | Size: 169 KiB  | 
| 
		 Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB  | 
@@ -3,7 +3,7 @@
 | 
			
		||||
1 0 obj
 | 
			
		||||
<<
 | 
			
		||||
/Producer (Apache FOP Version 2.4.0-SNAPSHOT: PDFDocumentGraphics2D)
 | 
			
		||||
/CreationDate (D:20250328112929+01'00')
 | 
			
		||||
/CreationDate (D:20250212102338+01'00')
 | 
			
		||||
>>
 | 
			
		||||
endobj
 | 
			
		||||
2 0 obj
 | 
			
		||||
@@ -778,156 +778,163 @@ x
 | 
			
		||||
uЬчЛаgz╠■÷E└У╥>Н┐7{П║w█≈n│∙∙/ЪЧЮм|Й[Ъd*═з_╝УЩа⌡GЩzж'ёТp⌡╝QП╪ы┐МеЯsрiJв(ЬчЛа╔ъ┴1Г1тоЦЪи⌡=(Т | ||||