Änderungen von Dokument Projekt Faltenrock
Zuletzt geändert von Oliver Eisenbarth am 2026/06/06 16:08
Von Version
4.1
bearbeitet von Oliver Eisenbarth
am 2026/06/06 16:04
am 2026/06/06 16:04
Änderungskommentar:
Neuen Anhang freesewing-sandy.svg hochladen
Auf Version
2.4
bearbeitet von Oliver Eisenbarth
am 2026/06/06 16:03
am 2026/06/06 16:03
Änderungskommentar:
Während der Zusammenarbeit in Echtzeit automatisch gespeichert
Zusammenfassung
Details
- freesewing-sandy.svg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.oeisenbar - Größe
-
... ... @@ -1,1 +1,0 @@ 1 -28.6 KB - Inhalt
-
... ... @@ -1,448 +1,0 @@ 1 -<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg 2 - xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" xmlns:freesewing="http://freesewing.org/namespaces/freesewing" freesewing="4.9.0" class="freesewing" width="1705.33mm" height="890.33mm" viewBox="0 0 1705.33 890.33" 3 -> 4 -<style type="text/css"> <![CDATA[ 5 - 6 -/* Sample classes */ 7 -svg.freesewing path.sample { 8 - stroke-width: 0.75 9 -} 10 -svg.freesewing path.sample-focus { 11 - stroke-width: 1.5; fill: rgba(0,0,0,0.1) 12 -} 13 -/* Paperless grid */ 14 -svg.freesewing path.grid { 15 - stroke: #555; 16 - stroke-width: 0.3; 17 -} 18 -svg.freesewing path.gridline { 19 - stroke: #555; 20 - stroke-width: 0.2; 21 - fill: none; 22 -} 23 -svg.freesewing path.gridline-lg { 24 - stroke: #777; 25 - stroke-width: 0.2; 26 - stroke-dasharray: 1.5,1.5; 27 - fill: none; 28 -} 29 -svg.freesewing path.gridline-sm { 30 - stroke: #999; 31 - stroke-width: 0.1; 32 - fill: none; 33 -} 34 -svg.freesewing path.gridline-xs { 35 - stroke: #999; 36 - stroke-width: 0.1; 37 - stroke-dasharray: 0.5,0.5; 38 - fill: none; 39 -} 40 -svg.freesewing path.gridbox { 41 - fill: url(#grid); 42 -} 43 - /* Reset */ 44 - svg.freesewing path, 45 - svg.freesewing circle, 46 - svg.freesewing rect { 47 - fill: none; 48 - stroke: none; 49 - } 50 - 51 - /* Defaults */ 52 - svg.freesewing path, 53 - svg.freesewing circle { 54 - stroke: #000; 55 - stroke-opacity: 1; 56 - stroke-width: 0.3; 57 - stroke-linecap: round; 58 - stroke-linejoin: round; 59 - } 60 - 61 - /* Stroke classes */ 62 - svg.freesewing .fabric { 63 - stroke-width: 0.6; 64 - stroke: #212121; 65 - } 66 - svg.freesewing .lining { 67 - stroke-width: 0.6; 68 - stroke: #10b981; 69 - } 70 - svg.freesewing .interfacing { 71 - stroke-width: 0.6; 72 - stroke: #a3a3a3; 73 - } 74 - svg.freesewing .canvas { 75 - stroke-width: 0.6; 76 - stroke: #d97706; 77 - } 78 - svg.freesewing .various { 79 - stroke-width: 0.6; 80 - stroke: #ef4444; 81 - } 82 - svg.freesewing .note { 83 - stroke-width: 0.4; 84 - stroke: #8b5cf6; 85 - } 86 - svg.freesewing .mark { 87 - stroke-width: 0.4; 88 - stroke: #3b82f6; 89 - } 90 - svg.freesewing .contrast { 91 - stroke-width: 0.8; 92 - stroke: #ec4899; 93 - } 94 - 95 - svg.freesewing .stroke-xs { 96 - stroke-width: 0.1; 97 - } 98 - svg.freesewing .stroke-sm { 99 - stroke-width: 0.2; 100 - } 101 - svg.freesewing .stroke-lg { 102 - stroke-width: 0.6; 103 - } 104 - svg.freesewing .stroke-xl { 105 - stroke-width: 1; 106 - } 107 - svg.freesewing .stroke-xxl, 108 - svg.freesewing .stroke-2xl { 109 - stroke-width: 2; 110 - } 111 - svg.freesewing .stroke-3xl { 112 - stroke-width: 3; 113 - } 114 - svg.freesewing .stroke-4xl { 115 - stroke-width: 4; 116 - } 117 - 118 - svg.freesewing .sa { 119 - stroke-dasharray: 0.4, 0.8; 120 - } 121 - svg.freesewing .help { 122 - stroke-width: 0.2; 123 - stroke-dasharray: 15, 1.5, 1, 1.5; 124 - } 125 - svg.freesewing .dotted { 126 - stroke-dasharray: 0.4, 0.8; 127 - } 128 - svg.freesewing .dashed { 129 - stroke-dasharray: 1, 1.5; 130 - } 131 - svg.freesewing .lashed { 132 - stroke-dasharray: 6, 6; 133 - } 134 - svg.freesewing .hidden { 135 - stroke: none; 136 - fill: none; 137 - } 138 - svg.freesewing .no-stroke { stroke: none !important; } 139 - svg.freesewing .no-fill { fill: none !important; } 140 - svg.freesewing .muted { 141 - stroke-opacity: 0.15; 142 - fill-opacity: 0.15; 143 - } 144 - 145 - /* Fill classes */ 146 - svg.freesewing .fill-fabric { 147 - fill: #212121; 148 - } 149 - svg.freesewing .fill-lining { 150 - fill: #10b981; 151 - } 152 - svg.freesewing .fill-interfacing { 153 - fill: #a3a3a3; 154 - } 155 - svg.freesewing .fill-canvas { 156 - fill: #d97706; 157 - } 158 - svg.freesewing .fill-various { 159 - fill: #ef4444; 160 - } 161 - svg.freesewing .fill-note { 162 - fill: #8b5cf6; 163 - } 164 - svg.freesewing .fill-mark { 165 - fill: #3b82f6; 166 - } 167 - svg.freesewing .fill-contrast { 168 - fill: #ec4899; 169 - } 170 - 171 - /* Text */ 172 - svg.freesewing text { 173 - font-size: 5px; 174 - font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 175 - Arial, sans-serif; 176 - fill: #000; 177 - text-anchor: start; 178 - font-weight: 200; 179 - dominant-baseline: ideographic; 180 - } 181 - svg.freesewing .text-xs { 182 - font-size: 3px; 183 - } 184 - svg.freesewing .text-sm { 185 - font-size: 4px; 186 - } 187 - svg.freesewing .text-lg { 188 - font-size: 7px; 189 - } 190 - svg.freesewing .text-xl { 191 - font-size: 9px; 192 - } 193 - svg.freesewing .text-xxl { 194 - font-size: 12px; 195 - } 196 - svg.freesewing .text-4xl { 197 - font-size: 36px; 198 - } 199 - 200 - svg.freesewing .center { 201 - text-anchor: middle; 202 - } 203 - svg.freesewing .baseline-center { 204 - alignment-baseline: central; 205 - dominant-baseline: central; 206 - } 207 - 208 - svg.freesewing .right { 209 - text-anchor: end; 210 - } 211 - 212 - /* Bartack */ 213 - svg.freesewing path.bartack { 214 - stroke-width: 2; 215 - stroke: #fd7e14; 216 - stroke-linecap: butt; 217 - } 218 - 219 -]]> 220 -</style> 221 -<defs> 222 - button=" 223 -<g id="button" 224 -transform="scale(1)"> 225 - <circle 226 - cx="0" cy="0" r="3.4" 227 - class="mark" 228 - ></circle> 229 - <circle cx="-1" cy="-1" r="0.5" class="no-stroke fill-mark"></circle> 230 - <circle cx="1" cy="-1" r="0.5" class="no-stroke fill-mark"></circle> 231 - <circle cx="1" cy="1" r="0.5" class="no-stroke fill-mark"></circle> 232 - <circle cx="-1" cy="1" r="0.5" class="no-stroke fill-mark"></circle> 233 -</g>" buttonhole=" 234 -<g id="buttonhole" 235 -transform="scale(1)"> 236 - <path 237 - class="mark" 238 - d="M -1,-5 L 1,-5 L 1,5 L -1,5 z" 239 - ></path> 240 -</g>" buttonhole-start=" 241 -<g id="buttonhole-start" 242 -transform="scale(1)"> 243 - <path 244 - class="mark" 245 - d="M -1,-10 L 1,-10 L 1,0 L -1,0 z" 246 - ></path> 247 -</g>" buttonhole-end=" 248 -<g id="buttonhole-end" 249 -transform="scale(1)"> 250 - <path 251 - class="mark" 252 - d="M -1,0 L 1,0 L 1,10 L -1,10 z" 253 - ></path> 254 -</g>" snap-stud-grad=" 255 -<radialGradient id="snap-stud-grad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%" 256 -transform="scale(1)"> 257 - <stop offset="30%" style="stop-color:rgb(235,235,235); stop-opacity:1"></stop> 258 - <stop offset="80%" style="stop-color:rgb(100,100,100);stop-opacity:1"></stop> 259 -</radialGradient>" snap-stud=" 260 -<g id="snap-stud" 261 -transform="scale(1)"> 262 - <circle id="snap-stud-circle-edge" cx="0" cy="0" r="3.4" 263 - style="stroke:#666;fill:#dddddd;stroke-width:0.3;" 264 - ></circle> 265 - <circle id="snap-stud-circle-middle" cx="0" cy="0" r="1.8" 266 - style="stroke:none;fill:url(#snap-stud-grad);" 267 - ></circle> 268 - <path 269 - id="snap-stud-lines" style="fill:none;stroke:#666; stroke-width:0.2;" 270 - d="M -2,0 L -3,0 M 2,0 L 3,0 M 0,2 L 0,3 M 0,-2 L 0,-3 M 1.5,1.5 L 2.1,2.1 M -1.5,1.5 L -2.1,2.1 M -1.5,-1.5 L -2.1,-2.1 M 1.5,-1.5 L 2.1,-2.1" 271 - ></path> 272 -</g>" snap-socket=" 273 -<g id="snap-socket" 274 -transform="scale(1)"> 275 - <circle id="snap-socket-circle-edge" cx="0" cy="0" r="3.4" 276 - style="stroke:#666;fill:#bbbbbb;stroke-width:0.3;" 277 - ></circle> 278 - <circle id="snap-socket-circle-middle" cx="0" cy="0" r="2" 279 - style="stroke:#666;fill:#dddddd; stroke-width:0.4;" 280 - ></circle> 281 - <path 282 - style="fill:none;stroke:#666; stroke-width:0.5;" 283 - d="M -1.7,-1 L -1.7,1 M 1.7,-1 L 1.7,1" id="snap-socket-lines" 284 - ></path> 285 -</g>" eyelet=" 286 -<g id="eyelet"> 287 - <circle id="eyelet-circle" cx="0" cy="0" r="3.4" class="no-full stroke-mark mark" stroke-width="1" fill="none" stroke="currentColor"> 288 - </circle> 289 -</g>" cutonfoldFrom=" 290 -<marker orient="auto" refY="0" refX="0" id="cutonfoldFrom" style="overflow:visible;" markerWidth="12" markerHeight="8" transform="scale(1)"> 291 - <path class="note fill-note" d="M 0,0 L 12,-4 C 10,-2 10,2 12,4 z" transform="scale(1)"/> 292 -</marker>" cutonfoldTo=" 293 -<marker orient="auto" refY="0" refX="0" id="cutonfoldTo" style="overflow:visible;" markerWidth="12" markerHeight="8" transform="scale(1)"> 294 - <path class="note fill-note" d="M 0,0 L -12,-4 C -10,-2 -10,2 -12,4 z" transform="scale(1)"/> 295 -</marker>" dimensionFrom=" 296 -<marker orient="auto" refY="0" refX="0" id="dimensionFrom" style="overflow:visible;" markerWidth="12" markerHeight="8"> 297 - <path class="mark fill-mark" d="M 0,0 L 12,-4 C 10,-2 10,2 12,4 z" transform="scale(1)"/> 298 -</marker>" dimensionTo=" 299 -<marker orient="auto" refY="0" refX="0" id="dimensionTo" style="overflow:visible;" markerWidth="12" markerHeight="8"> 300 - <path class="mark fill-mark" d="M 0,0 L -12,-4 C -10,-2 -10,2 -12,4 z" transform="scale(1)"/> 301 -</marker>" grainlineFrom=" 302 -<marker orient="auto" refY="0" refX="0" id="grainlineFrom" style="overflow:visible;" markerWidth="12" markerHeight="8"> 303 - <path class="note fill-note" d="M -10,0 L 2,-4 C 0,-2 0,2 2,4 z" transform="scale(1)"/> 304 -</marker>" grainlineTo=" 305 -<marker orient="auto" refY="0" refX="0" id="grainlineTo" style="overflow:visible;" markerWidth="12" markerHeight="8"> 306 - <path class="note fill-note" d="M 10,0 L -2,-4 C 0,-2 -2,2 -2,4 z" transform="scale(1)"/> 307 -</marker>" logo="<g id="logo" transform="scale(2) translate(-12.55 -18)"><path class="logo" fill="currentColor" d="m18.56 0c-0.4945 0.3515-0.469 0.3065-0.8685 0.437-0.916 0.2995-1.7945 0.135-2.837 0.048-0.3135-0.035-0.6245-0.0555-0.928-0.0575-1.5325-0.0105-2.834 0.439-3.0805 1.694-0.4545 0.2755-0.8725 0.609-1.2865 0.943-0.884 0.6975-1.5495 1.55-2.0035 2.5775-0.62 1.5175-0.06 3.146 0.2175 4.684 0.066 0.36 0.135 0.703 0.172 0.8355 0.0525 0.1865 0.145 0.3645 0.2455 0.5245 0.0235 4e-3 0.1475-0.187 0.177-0.2715 0.043-0.123 0.0385-0.3205-0.0085-0.4905-0.104-0.3825-0.203-0.693-0.2115-0.849-0.015-0.293 0.042-0.5635 0.149-0.6975 0.038-0.0475 0.125 0.1975 0.1025 0.2885-0.0265 0.1095-0.0465 0.297-0.038 0.3835 0.0235 0.293 0.0665 0.6065 0.12 0.8805 0.0685 0.3535 0.098 0.5805 0.0855 0.6685-9e-3 0.064-0.039 0.1285-0.154 0.3265-0.1 0.1735-0.152 0.314-0.16 0.438-0.0085 0.121 0.028 0.4235 0.062 0.4975 0.0495 0.1155 0.1985 0.237 0.3285 0.267 0.1245 0.0475 0.187 0.146 0.251 0.2565 0.1555 0.2965 0.2755 0.6575 0.3945 1.2015 0.058 0.2605 0.1065 0.493 0.122 0.615-0.96 1e-3 -2.1895 0.0015-3.3095 0.0015-0.377 6e-3 -1.058-0.171-1.6825-0.212-0.0905-0.977-0.5195-2.112-1.2535-2.178-0.501-0.0455-0.9165 0.145-1.268 0.9365l0.01 0.0425c0.2075-0.1735 0.4265-0.704 1.2155-0.6675 0.606 0.0275 0.808 1.1745 0.868 1.8645-0.369 0.027-0.683 0.1405-0.847 0.424h-0.0035c0 5e-4 0 0.0015 0.0015 0.0025-0.0015 1e-3 -0.0015 2e-3 -0.0015 3e-3h0.0035c0.169 0.2905 0.4945 0.403 0.877 0.4255 0.2555 7.225 7.047 8.157 8.903 8.157 6.924 0 9.348-4.705 9.7125-6.5685 0.1705 0.794-0.3665 1.8055-0.495 2.552 1.4605-1.6885 1.1965-3.312 0.9295-4.945 0.222 0.264 0.5225 0.4275 0.93 0.337-0.2905-0.194-0.6845-0.058-0.9205-0.8765-0.103-0.3535-0.192-0.6185-0.2805-0.841-0.191-0.7165-0.462-1.401-0.795-2.068-0.281-0.7235-0.0955-1.1925-0.1235-1.8135 0.5055 1.667 0.8215 2.1105 1.4115 2.285-1.484-1.788-0.976-4.5565-1.8145-7.0275 0.3795 0.223 0.8125 0.29 1.2735 0.0175-0.446-0.127-0.891 0.2085-1.531-0.732-0.5405-1.0515-1.3235-1.828-2.2735-2.513-0.509-0.332-1.074-0.555-1.642-0.762 0.5785-0.145 1.2245-0.66 1.2545-1.0445zm-0.9705 5.5535c0.762 0.278 1.602 1.334 1.5925 2.37v0.058c-0.0205 1.407-0.66 2.1635-0.633 3.1005 0.0345 1.1035 0.5095 1.4885 0.604 1.6725-0.162-0.6805-0.257-1.5365-0.043-2.2145 0.275-0.872 0.5525-1.594 0.5325-2.277-0.01-0.16-0.078-0.7585-0.1235-1.0235 0.817 1.179-0.177 2.8935 0.109 4.0155 0.497 1.9545 2.7245 2.2015 2.0615 6.1395-0.5835 3.462-4.5815 6.0895-8.6795 6.0895-3.038 0-8.3025-1.6815-8.5625-7.646 0.6175-0.044 1.2815-0.216 1.654-0.21 1.126 0 2.412 5e-4 3.381 1e-3 0.182 0.821 0.3185 1.019 1.009 1.566 0.768 0.604 0.947 0.6775 2.083 0.6885 1.1365 0.0115 1.4735-0.232 2.576-1.275 0.238-0.279 0.341-0.6445 0.4565-0.988 1.134-0.0105 1.961-0.0305 2.7745-0.0685 0.8285-0.0375 0.9455 0 2.2805-0.1375-1.335-0.1375-1.452-0.1-2.2805-0.138-0.792-0.036-1.594-0.0565-2.6785-0.0665 0.091-0.4085 0.221-0.8075 0.3595-1.202 0.0855-0.2325 0.186-0.459 0.289-0.6845l0.1125-0.035c0.217-0.077 0.409-0.242 0.4855-0.465 0.0985-0.2955 0.0285-0.6275-0.162-0.869-0.0655-0.0905-0.147-0.206-0.1805-0.257-0.1005-0.159-0.103-0.2475-0.018-0.8385 0.0715-0.495 0.0795-0.754 0.03-1.005-0.01-0.1435-0.011-0.4385-0.0155-0.518 0.038 0.021 0.1205 0.209 0.204 0.4635 0.083 0.2555 0.0965 0.3085 0.1155 0.526 0.021 0.247-0.0715 0.43-0.1475 0.7985-0.038 0.19-0.0715 0.3665-0.0715 0.3905 0 0.0255 0.018 0.0795 0.037 0.1215 0.0445 0.094 0.128 0.226 0.1435 0.226 0.2725-0.3005 0.4325-0.6715 0.575-1.048 0.15-0.426 0.194-0.878 0.299-1.3165 0.085-0.382 0.183-0.7645 0.2135-1.1565 0.0615-0.765 0.0255-1.305-0.1435-2.102-0.0405-0.18-0.1575-0.5235-0.239-0.6855zm-2.68 3.7685c0.2925-0.0035 0.582 0.032 0.8575 0.1115 0.3745 0.1435 0.427 0.478 0.496 0.8535 0.0385 0.24 0.037 0.4125-0.0065 0.6945-0.0305 0.409-0.193 0.7255-0.548 0.948-0.5355 0.099-1.108 0.1945-1.562-0.16-0.381-0.525-0.6105-1.1885-0.523-1.8355 0.0555-0.2655 0.179-0.4035 0.433-0.486 0.2735-0.0785 0.563-0.1215 0.853-0.126zm-4.4415 0.0475c0.2735-0.0025 0.55 0.0265 0.702 0.1235 0.6525 0.4415 0.443 1.16 0.185 1.7905-0.3755 0.8255-1.1875 0.795-1.9745 0.7885-0.4355-0.1275-0.4755-0.4845-0.5385-0.866-0.054-0.3685-0.169-0.7635-0.073-1.134 0.2465-0.596 1.1475-0.6645 1.699-0.7025zm9.9515 0.103c0.0035 1.5865 0.2745 2.366 0.8185 3.4895-0.3205-0.6115-0.7785-0.9595-0.949-1.6905-0.326-1.4115 0.0255-1.3325 0.1305-1.799zm-7.9065 1.149c0.086 0.087 0.1275 0.207 0.202 0.3025 0.0575-0.0985 0.1165-0.1965 0.1905-0.284 0.0385 1e-3 0.0855 0.077 0.128 0.213 0.182 0.503 0.2175 1.0565 0.4535 1.54 0.2205 0.35-0.0805 0.554-0.411 0.57-0.241-5e-4 -0.343-0.165-0.4845-0.328-0.0365 0.1065-0.106 0.175-0.189 0.247-0.211 0.177-0.6245 0.1115-0.6885-0.1675 0.085-0.533 0.3565-1.0225 0.5345-1.5335 0.0885-0.1865 0.0895-0.3295 0.2645-0.5595zm-3.096 2.6925c0.1065 0 0.399 0.1985 0.4585 0.3105 0.041 0.0745 0.1345 0.3645 0.141 0.435 0.0105 0.084-0.015 0.283-0.041 0.337-0.019 0.0385-0.0335 0.044-0.0555 0.019-0.0185-0.021-0.2635-0.491-0.42-0.802-0.123-0.249-0.136-0.2995-0.083-0.2995zm6.111 0.1555c4e-3 5e-4 0.01 2e-3 0.0155 0.0035 0.033 0.0135 0.01 0.1305-0.114 0.5555-0.0235 0.128-0.0805 0.229-0.164 0.313-0.0275 0-0.04-0.032-0.083-0.2095-0.0365-0.1515-0.0405-0.2865-0.015-0.4075 0.044-0.1515 0.222-0.198 0.3605-0.255zm-0.7415 0.9265c0.0105-2e-3 0.0205 0.0035 0.0335 0.014 0.045 0.0315 0.0515 0.1145 0.0215 0.277-0.0365 0.209-0.0445 0.232-0.0985 0.2535-0.0235 0.0105-0.0655 0.018-0.0935 0.018-0.0505-9e-3 -0.0635-0.05-0.0515-0.112 0-0.13 0.038-0.243 0.124-0.3765 0.0325-0.05 0.049-0.0715 0.0645-0.074zm-4.3165 0.0095c0.0345 0 0.1385 0.075 0.177 0.127 0.043 0.055 0.092 0.3825 0.0645 0.439-0.0315 0.071-0.1855 0.0355-0.228-0.053-0.026-0.053-0.0875-0.339-0.0875-0.407 0-0.063 0.0305-0.106 0.074-0.106zm3.9455 0.0865c0.042 0.06 0.053 0.137 0.044 0.306l-0.0085 0.154-0.044 0.044c-0.0265 0.0245-0.0715 0.0545-0.0985 0.067-0.0595 0.028-0.105 0.0305-0.1135 8e-3 -0.01-0.03 7e-3 -0.221 0.0255-0.2855 0.0215-0.0665 0.118-0.265 0.15-0.307 0.0145-0.0385 0.0315 0.0095 0.045 0.0135zm-2.5105-9e-3c0.0905 0.023 0.1305 0.1045 0.18 0.1785l0.0335 0.066-0.047 0.1635c-0.025 0.09-0.0515 0.171-0.0595 0.18-9e-3 0.01-0.0425 0.015-0.092 0.0145-0.132-0.0035-0.147-9e-3 -0.1825-0.063l-0.033-0.049 0.028-0.1375c0.0405-0.198 0.06-0.2575 0.105-0.3085 0.0235-0.0275 0.047-0.0425 0.0675-0.0445zm-0.8355 0.1415 0.0745 0.0745 0.0125 0.1685c0.0065 0.092 0.0095 0.1775 0.0045 0.188-0.0045 0.0145-0.0315 0.0185-0.115 0.0185h-0.1085c-0.058-0.0635-0.076-0.141-0.1005-0.221-0.057-0.2405-0.057-0.35 2e-3 -0.3645 0.0965 6e-3 0.16 0.076 0.2305 0.136zm2.9-0.1155c0.118 0.0315 0.0945 0.219 0.094 0.353-9e-3 0.217-0.0175 0.262-0.0455 0.29-0.0485 0.0485-0.1835 0.0215-0.249-0.0505-0.0215-0.026-0.0235-0.034-0.0065-0.1395 0.0195-0.1285 0.0445-0.2085 0.1-0.3185 0.0405-0.079 0.0785-0.1285 0.107-0.1345zm-2.663 0.01c0.0065-5e-4 0.017 0 0.027 1e-3 0.075 6e-3 0.145 0.055 0.207 0.145l0.05 0.0735c0.0045 0.1205 0 0.2475-0.0215 0.3595-0.013 0.0065-0.067 0.0165-0.12 0.0215-0.092 0.0085-0.1005 0.0065-0.1325-0.0215-0.0445-0.038-0.057-0.1085-0.068-0.3425-0.0065-0.191-2e-3 -0.2335 0.058-0.2365zm1.1345 0.04c0.0805 0.017 0.1315 0.06 0.154 0.1305 0.018 0.0605 0.029 0.399 0.0115 0.4225-6e-3 0.01-0.044 0.0225-0.0875 0.028-0.162 0.0205-0.305 5e-3 -0.319-0.0335-0.018-0.044 0.1025-0.48 0.147-0.534 0.019-0.042 0.065-0.0095 0.094-0.0135zm1.049 3e-3c0.0355-0.0035 0.0735 0.0305 0.1105 0.103 0.03 0.0605 0.0345 0.0815 0.0345 0.217 0 0.108-0.0065 0.1545-0.018 0.1645-0.01 8e-3 -0.0505 0.0225-0.0935 0.0335-0.075 0.0195-0.0915 0.0215-0.115 0.0135l-0.1125-0.0205 0.0085-0.067c8e-3 -0.0875 0.0655-0.2815 0.106-0.3655 0.024-0.05 0.0515-0.075 0.0795-0.0785zm-0.489 0.0015c0.0235-1e-3 0.0345 0.0045 0.0495 0.021 0.0355 0.042 0.0805 0.166 0.109 0.2985 0.038 0.1865 0.038 0.186-0.0435 0.2105-0.0355 0.011-0.1105 0.0225-0.164 0.0255-0.1765 9e-3 -0.19-0.0015-0.1685-0.1575 0.017-0.139 0.0855-0.358 0.115-0.374 0.032-0.017 0.069-0.0165 0.1025-0.024zm-8.9965 0.7045c0.0015-5e-4 0.0035 0 0.0035 0 0.0045 0.0975 0.0045 0.196 0.0065 0.294-0.2475-0.019-0.4295-0.078-0.4295-0.1475 0-0.0685 0.1755-0.127 0.4195-0.1465zm0.4325 0.0085c0.2005 0.025 0.339 0.0775 0.3365 0.138 0 0.061-0.134 0.113-0.333 0.1375-2e-3 -0.0915-2e-3 -0.1835-0.0035-0.2755zm9.363 0.2665c0.017-0.0015 0.0245-3e-3 0.0505-5e-4 0.104 0.0105 0.119 0.017 0.119 0.052 0 0.046-0.079 0.1845-0.1325 0.2325-0.025 0.024-0.0595 0.044-0.0715 0.044-0.06 0-0.095-0.1265-0.067-0.243 0.017-0.063 0.048-0.0825 0.1015-0.085zm-0.3775 0.0415c0.0465-4e-3 0.0915 0.0085 0.1365 0.0145-0.013 0.1315-0.072 0.239-0.1815 0.3105-0.027 0-0.0405-0.0515-0.0405-0.164 0-0.134 7e-3 -0.1595 0.0855-0.161zm-0.414 0.0485c0.0965 0 0.1815 0.0045 0.1855 0.01 0.018 0.017-0.034 0.146-0.1105 0.277-0.0655 0.1165-0.075 0.125-0.1155 0.128-0.159-0.018-0.1545-0.2045-0.179-0.3325 0-0.076 0.017-0.0825 0.2195-0.0825zm-1.5045 0.0145c0.1105 2e-3 0.1535 0.0185 0.1535 0.061 0 0.054-0.041 0.1615-0.0645 0.175-0.0355 0.0195-0.0385 0.0185-0.1085-0.0545-0.1105-0.124-0.123-0.147 0.0195-0.1815zm0.532 0.0055c2e-3 3e-3 0.0235 0.042 0.045 0.086 0.047 0.0915 0.0505 0.1315 0.017 0.162-0.079 0.045-0.0955 0.0195-0.167-0.026-0.083-0.0785-0.1485-0.184-0.127-0.206 0.074-0.0265 0.1555-0.0165 0.232-0.016zm0.211 0.0025 0.1975 0.0035c0.077 0 0.1435 4e-3 0.147 0.01 0.0135 0.012-0.03 0.269-0.0535 0.327-0.027 0.065-0.1215 0.0655-0.1705-0.0115-0.07-0.1105-0.116-0.2035-0.1175-0.2675z"/></g>" notch=" 308 -<g id="notch" transform="scale(1)"> 309 - <circle cy="0" cx="0" r="1.4" class="fill-note"></circle> 310 - <circle cy="0" cx="0" r="2.8" class="note"></circle> 311 -</g>" bnotch=" 312 -<g id="bnotch" transform="scale(1)"> 313 - <path d="M -1.1 -1.1 L 1.1 1.1 M 1.1 -1.1 L -1.1 1.1" class="note"></path> 314 - <circle cy="0" cx="0" r="2.8" class="note"></circle> 315 -</g>" pleat=" 316 -<marker id="pleatTo" markerWidth="10" markerHeight="6" orient="auto" refY="3" refX="10"> 317 - <path d="M 10,3 L 0,0 C 2,2 2,4 0,6 z" class="fill-note note" transform="scale(1)" /> 318 -</marker> 319 -" sewTogetherStart=" 320 -<marker id="sewTogetherStart" markerWidth="10" markerHeight="6" orient="auto" refX="1" refY="2"> 321 - <path d="M 0,2 L 6,0 C 5,1 5,3 6,4 z" class="fill-note note" transform="scale(1)" /> 322 -</marker>" sewTogetherEnd=" 323 -<marker id="sewTogetherEnd" markerWidth="10" markerHeight="6" orient="auto" refX="6" refY="2"> 324 - <path d="M 6,2 L 0,0 C 1,1 1,3 0,4 z" class="fill-note note" transform="scale(1)" /> 325 -</marker>" sewTogetherCross=" 326 -<marker id="sewTogetherCross" markerWidth="5" markerHeight="5" orient="auto" refX="2.5" refY="2.5"> 327 - <path d="M 0,0 L 5,5 M 5,0 L 0,5" class="note" transform="scale(1)" /> 328 -</marker>" grid=" 329 -<pattern id="grid" height="100" width="100" patternUnits="userSpaceOnUse" > 330 - <path class="gridline-lg" d="M 0 0 L 0 100 L 100 100" /> 331 - <path class="gridline" d="M 50 0 L 50 100 M 0 50 L 100 50" /> 332 - <path class="gridline-sm" d="M 10 0 L 10 100 M 20 0 L 20 100 M 30 0 L 30 100 M 40 0 L 40 100 M 60 0 L 60 100 M 70 0 L 70 100 M 80 0 L 80 100 M 90 0 L 90 100" /> 333 - <path class="gridline-sm" d="M 0 10 L 100 10 M 0 20 L 100 20 M 0 30 L 100 30 M 0 40 L 100 40 M 0 60 L 100 60 M 0 70 L 100 70 M 0 80 L 100 80 M 0 90 L 100 90" /> 334 - <path class="gridline-xs" d="M 5 0 L 5 100 M 15 0 L 15 100 M 25 0 L 25 100 M 35 0 L 35 100 M 45 0 L 45 100 M 55 0 L 55 100 M 65 0 L 65 100 M 75 0 L 75 100 M 85 0 L 85 100 M 95 0 L 95 100" /> 335 - <path class="gridline-xs" d="M 0 5 L 100 5 M 0 15 L 100 15 M 0 25 L 100 25 M 0 35 L 100 35 M 0 45 L 100 45 M 0 55 L 100 55 M 0 65 L 100 65 M 0 75 L 100 75 M 0 85 L 100 85 M 0 95 L 100 95" /> 336 -</pattern>" grid_sandy.skirt="<pattern id="grid_sandy.skirt" xlink:href="#grid" x="-243.0854053624186" y="243.08540536241867"></pattern>'" grid_sandy.waistband="<pattern id="grid_sandy.waistband" xlink:href="#grid" x="0" y="0"></pattern>'" 337 -</defs> 338 - 339 - 340 -<!-- Start of group #fs-container --> 341 -<g id="fs-container"> 342 - 343 -<!-- Start of group #fs-stack-sandy.skirt --> 344 -<g id="fs-stack-sandy.skirt" transform="translate(293.08540536241867, 110.68927171607545)"> 345 - 346 -<!-- Start of group #fs-stack-sandy.skirt-part-sandy.skirt --> 347 -<g id="fs-stack-sandy.skirt-part-sandy.skirt" transform="translate(0, 0)"> 348 -<path class="grid" style="fill: url(#grid_sandy.skirt)" id="fs-1" d="M -283.09,-100.69 L -283.09,769.64 L 627.25,769.64 L 627.25,-100.69 z" /> 349 -<path class="fabric" id="fs-2" d="M -243.09,758.54 C -15.2,758.54 203.34,668.01 364.48,506.87 C 525.61,345.74 616.14,127.19 616.14,-100.69 L 100.69,-100.69 C 100.69,-9.51 64.47,77.93 0,142.4 C -64.47,206.87 -151.91,243.09 -243.09,243.09 L -243.09,758.54 z" /> 350 -<path class="fabric sa" id="fs-3" d="M -243.09,758.54 L -243.09,769.64 C -12.26,769.64 209.11,677.95 372.33,514.73 C 535.55,351.51 627.25,130.14 627.25,-100.69 L 616.14,-100.69 L 100.69,-100.69 L 90.69,-100.69 C 90.69,-12.17 55.52,72.73 -7.07,135.33 C -69.67,197.92 -154.56,233.09 -243.09,233.09 L -243.09,243.09" /> 351 -<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="plugin-annotations:cutOnFoldAndGrainline" data-text-class="center fill-note" id="fs-4" d="M -243.09,268.86 L -228.09,268.86 L -228.09,732.76 L -243.09,732.76" /> 352 -<text><textPath xlink:href="#fs-4" startOffset="50%" ><tspan class="center fill-note">Cut on fold / Grainline </tspan></textPath> 353 -</text> 354 -<path class="note" marker-start="url(#cutonfoldFrom)" marker-end="url(#cutonfoldTo)" data-text="plugin-annotations:cutOnFold" data-text-class="center fill-note" id="fs-5" d="M 126.46,-100.69 L 126.46,-85.69 L 590.37,-85.69 L 590.37,-100.69" /> 355 -<text><textPath xlink:href="#fs-5" startOffset="50%" ><tspan class="center fill-note">Cut on fold </tspan></textPath> 356 -</text> 357 -<path class="scalebox imperial fill-current" id="fs-6" d="M -50.8,679.19 L -50.8,729.99 L 50.8,729.99 L 50.8,679.19 L -50.8,679.19 z" /> 358 -<path class="scalebox metric fill-bg" id="fs-7" d="M -50,679.59 L -50,729.59 L 50,729.59 L 50,679.59 L -50,679.59 z" /> 359 -<path class="mark dotted" id="fs-8" d="M -243.09,758.54 L -268.09,758.54" /> 360 -<path class="mark dotted" id="fs-9" d="M -243.09,243.09 L -268.09,243.09" /> 361 -<path class="mark" data-text="51.55cm" data-text-class="fill-mark center" data-macro-id="hLeft" marker-start="url(#dimensionFrom)" marker-end="url(#dimensionTo)" id="fs-10" d="M -268.09,758.54 L -268.09,243.09" /> 362 -<text><textPath xlink:href="#fs-10" startOffset="50%" ><tspan class="fill-mark center">51.55cm </tspan></textPath> 363 -</text> 364 -<path class="mark dotted" id="fs-11" d="M -243.09,243.09 L -268.09,243.09" /> 365 -<path class="mark dotted" id="fs-12" d="M -243.09,-100.69 L -268.09,-100.69" /> 366 -<path class="mark" data-text="34.38cm" data-text-class="fill-mark center" data-macro-id="hToOpeningLeft" marker-start="url(#dimensionFrom)" marker-end="url(#dimensionTo)" id="fs-13" d="M -268.09,243.09 L -268.09,-100.69" /> 367 -<text><textPath xlink:href="#fs-13" startOffset="50%" ><tspan class="fill-mark center">34.38cm </tspan></textPath> 368 -</text> 369 -<path class="mark dotted" id="fs-14" d="M -243.09,758.54 L -283.09,758.54" /> 370 -<path class="mark dotted" id="fs-15" d="M -243.09,-100.69 L -283.09,-100.69" /> 371 -<path class="mark" data-text="85.92cm" data-text-class="fill-mark center" data-macro-id="hFull" marker-start="url(#dimensionFrom)" marker-end="url(#dimensionTo)" id="fs-16" d="M -283.09,758.54 L -283.09,-100.69" /> 372 -<text><textPath xlink:href="#fs-16" startOffset="50%" ><tspan class="fill-mark center">85.92cm </tspan></textPath> 373 -</text> 374 -<text class="text-4xl fill-note font-bold left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 -9.995565197316756e-14 601.499677078494)" x="0" y="601.5"><tspan>1 </tspan> 375 -</text> 376 -<text class="text-sm fill-current left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 -9.995565197316756e-14 601.499677078494)" x="0" y="605.5"><tspan>Saturday, Jun 6, 2026 </tspan> 377 -</text> 378 -<text transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 -9.995565197316756e-14 601.499677078494)" class="text-lg fill-current font-bold left" x="0" y="617.5"><tspan>Skirt </tspan> 379 -</text> 380 -<text class="fill-note left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 -9.995565197316756e-14 601.499677078494)" x="0" y="625.5"><tspan>FreeSewing Sandy circle skirt v4.9.0 ( Ida ) </tspan> 381 -</text> 382 -<text class="text-md fill-current left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 -9.995565197316756e-14 601.499677078494)" x="0" y="633.5"><tspan>Cut 1 on the fold from main fabric </tspan><tspan x="0" dy="8"> </tspan> 383 -</text> 384 -<text class="text-xs bold" x="-45" y="689.59"><tspan>FreeSewing </tspan> 385 -</text> 386 -<text class="text bold" x="-45" y="699.59"><tspan>Sandy circle skirt v4.9.0 </tspan> 387 -</text> 388 -<text class="text-xs" x="-45" y="711.59"><tspan>Support FreeSewing, become a patron </tspan> 389 -</text> 390 -<text class="text-sm fill-note bold" x="-45" y="716.59"><tspan>FreeSewing.org/patrons/join </tspan> 391 -</text> 392 -<text class="text-xs center" x="0" y="724.59"><tspan>The (white) inside of this box should measure 10cm x 5cm </tspan> 393 -</text> 394 -<text class="text-xs center" x="0" y="728.59"><tspan>The (black) outside of this box should measure 4“ x 2“ </tspan> 395 -</text> 396 -<use x="0" y="498.41" xlink:href="#logo" transform="translate(0, 498.41) scale(1) translate(0, -498.41)"></use> 397 -<use x="100.69" y="-100.69" xlink:href="#notch" transform="translate(100.69, -100.69) scale(1) translate(-100.69, 100.69)"></use> 398 -<use x="-243.09" y="243.09" xlink:href="#notch" transform="translate(-243.09, 243.09) scale(1) translate(243.09, -243.09)"></use> 399 -<use x="-243.09" y="-100.69" xlink:href="#bnotch" transform="translate(-243.09, -100.69) scale(1) translate(243.09, 100.69)"></use> 400 -</g> 401 -<!-- end of group #fs-stack-sandy.skirt-part-sandy.skirt --> 402 -</g> 403 -<!-- end of group #fs-stack-sandy.skirt --> 404 - 405 -<!-- Start of group #fs-stack-sandy.waistband --> 406 -<g id="fs-stack-sandy.waistband" transform="translate(1310.333677078494, 60)"> 407 - 408 -<!-- Start of group #fs-stack-sandy.waistband-part-sandy.waistband --> 409 -<g id="fs-stack-sandy.waistband-part-sandy.waistband" transform="translate(0, 0)"> 410 -<path class="grid" style="fill: url(#grid_sandy.waistband)" id="fs-17" d="M -370,-50 L -370,65 L 385,65 L 385,-50 z" /> 411 -<path class="fabric" id="fs-18" d="M -360,-40 L -360,40 L 360,40 L 360,-40 L -360,-40 z" /> 412 -<path class="fabric dashed" id="fs-19" d="M 360,0 L -360,0" /> 413 -<path class="fabric sa" id="fs-20" d="M -370,-40 L -370,40 L -360,50 L 360,50 L 370,40 L 370,-40 L 360,-50 L -360,-50 z" /> 414 -<path class="note" marker-start="url(#grainlineFrom)" marker-end="url(#grainlineTo)" data-text="plugin-annotations:grainline" data-text-class="center fill-note" id="fs-21" d="M -324,-20 L 324,-20" /> 415 -<text><textPath xlink:href="#fs-21" startOffset="50%" ><tspan class="center fill-note">Grainline </tspan></textPath> 416 -</text> 417 -<path class="mark dotted" id="fs-22" d="M -360,40 L -360,65" /> 418 -<path class="mark dotted" id="fs-23" d="M 360,40 L 360,65" /> 419 -<path class="mark" data-text="72cm" data-text-class="fill-mark center" data-macro-id="wFull" marker-start="url(#dimensionFrom)" marker-end="url(#dimensionTo)" id="fs-24" d="M -360,65 L 360,65" /> 420 -<text><textPath xlink:href="#fs-24" startOffset="50%" ><tspan class="fill-mark center">72cm </tspan></textPath> 421 -</text> 422 -<path class="mark dotted" id="fs-25" d="M 360,40 L 385,40" /> 423 -<path class="mark dotted" id="fs-26" d="M 360,-40 L 385,-40" /> 424 -<path class="mark" data-text="8cm" data-text-class="fill-mark center" data-macro-id="hFull" marker-start="url(#dimensionFrom)" marker-end="url(#dimensionTo)" id="fs-27" d="M 385,40 L 385,-40" /> 425 -<text><textPath xlink:href="#fs-27" startOffset="50%" ><tspan class="fill-mark center">8cm </tspan></textPath> 426 -</text> 427 -<text class="text-4xl fill-note font-bold left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 180 2.2043642384652358e-14)" x="180" y="0"><tspan>2 </tspan> 428 -</text> 429 -<text class="text-sm fill-current left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 180 2.2043642384652358e-14)" x="180" y="4"><tspan>Saturday, Jun 6, 2026 </tspan> 430 -</text> 431 -<text transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 180 2.2043642384652358e-14)" class="text-lg fill-current font-bold left" x="180" y="16"><tspan>straightWaistband </tspan> 432 -</text> 433 -<text class="fill-note left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 180 2.2043642384652358e-14)" x="180" y="24"><tspan>FreeSewing Sandy circle skirt v4.9.0 ( Ida ) </tspan> 434 -</text> 435 -<text class="text-md fill-current left" transform="matrix(1, 0, 0, 1, 0, 0) rotate(0 180 2.2043642384652358e-14)" x="180" y="32"><tspan>Cut 1 from main fabric </tspan><tspan x="180" dy="8"> </tspan> 436 -</text> 437 -<use x="360" y="20" xlink:href="#button" transform="translate(360, 20) scale(1) translate(-360, -20)"></use> 438 -<use x="-360" y="20" xlink:href="#buttonhole" transform="translate(-360, 20) scale(1) translate(360, -20)"></use> 439 -<use x="0" y="40" xlink:href="#notch" transform="translate(0, 40) scale(1) translate(0, -40)"></use> 440 -<use x="360" y="40" xlink:href="#notch" transform="translate(360, 40) scale(1) translate(-360, -40)"></use> 441 -<use x="-360" y="40" xlink:href="#notch" transform="translate(-360, 40) scale(1) translate(360, -40)"></use> 442 -</g> 443 -<!-- end of group #fs-stack-sandy.waistband-part-sandy.waistband --> 444 -</g> 445 -<!-- end of group #fs-stack-sandy.waistband --> 446 -</g> 447 -<!-- end of group #fs-container --> 448 -</svg>