fix(markdown): Re-genrated options images with theme
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1171.04mm" height="772.05mm" viewBox="0 0 1171.037371871659 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1171.04mm" height="772.05mm" viewBox="0 0 1171.037371871659 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1017.06mm" height="1250.05mm" viewBox="0 0 1017.0593114961345 1250.0533225456202"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1017.06mm" height="1250.05mm" viewBox="0 0 1017.0593114961345 1250.0533225456202"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 33 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1089.64mm" height="1202.66mm" viewBox="0 0 1089.6416980712315 1202.6619593421724"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1089.64mm" height="1202.66mm" viewBox="0 0 1089.6416980712315 1202.6619593421724"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 29 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1197.11mm" height="749.65mm" viewBox="0 0 1197.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1197.11mm" height="749.65mm" viewBox="0 0 1197.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1181.11mm" height="749.65mm" viewBox="0 0 1181.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1181.11mm" height="749.65mm" viewBox="0 0 1181.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 29 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1179.51mm" height="749.65mm" viewBox="0 0 1179.5099520571714 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1179.51mm" height="749.65mm" viewBox="0 0 1179.5099520571714 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1318.56mm" height="772.05mm" viewBox="0 0 1318.5630269101155 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1318.56mm" height="772.05mm" viewBox="0 0 1318.5630269101155 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1171.51mm" height="750.38mm" viewBox="0 0 1171.5099520571714 750.3839289801049"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1171.51mm" height="750.38mm" viewBox="0 0 1171.5099520571714 750.3839289801049"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="799.65mm" viewBox="0 0 1165.1099520571713 799.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="799.65mm" viewBox="0 0 1165.1099520571713 799.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="828.65mm" viewBox="0 0 1165.1099520571713 828.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="828.65mm" viewBox="0 0 1165.1099520571713 828.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 47 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 34 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1271.46mm" height="749.65mm" viewBox="0 0 1271.4599520571714 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1271.46mm" height="749.65mm" viewBox="0 0 1271.4599520571714 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="883.65mm" viewBox="0 0 1165.1099520571715 883.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="883.65mm" viewBox="0 0 1165.1099520571715 883.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="772.05mm" viewBox="0 0 1165.1099520571713 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="772.05mm" viewBox="0 0 1165.1099520571713 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 65 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="758.68mm" viewBox="0 0 1165.1099520571713 758.6819945185032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="758.68mm" viewBox="0 0 1165.1099520571713 758.6819945185032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 65 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="746.27mm" viewBox="0 0 1165.1099520571713 746.2732863047104"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="746.27mm" viewBox="0 0 1165.1099520571713 746.2732863047104"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 65 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.05mm" height="755.63mm" viewBox="0 0 1166.0496010983147 755.6327173053445"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.05mm" height="755.63mm" viewBox="0 0 1166.0496010983147 755.6327173053445"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1180.12mm" height="834.05mm" viewBox="0 0 1180.1198477260573 834.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1180.12mm" height="834.05mm" viewBox="0 0 1180.1198477260573 834.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1177.71mm" height="772.05mm" viewBox="0 0 1177.7126093099357 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1177.71mm" height="772.05mm" viewBox="0 0 1177.7126093099357 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.75mm" height="749.65mm" viewBox="0 0 1165.7456118496666 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.75mm" height="749.65mm" viewBox="0 0 1165.7456118496666 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1167.01mm" height="749.65mm" viewBox="0 0 1167.008043120281 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1167.01mm" height="749.65mm" viewBox="0 0 1167.008043120281 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.05mm" height="749.65mm" viewBox="0 0 1166.0496010983147 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1166.61mm" height="749.65mm" viewBox="0 0 1166.6130135482547 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1166.61mm" height="749.65mm" viewBox="0 0 1166.6130135482547 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1174.28mm" height="772.05mm" viewBox="0 0 1174.2758793091796 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1174.28mm" height="772.05mm" viewBox="0 0 1174.2758793091796 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="772.05mm" viewBox="0 0 1165.1099520571713 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="772.05mm" viewBox="0 0 1165.1099520571713 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="796.05mm" viewBox="0 0 1165.1099520571713 796.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="796.05mm" viewBox="0 0 1165.1099520571713 796.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1194.35mm" height="772.05mm" viewBox="0 0 1194.3538550112546 772.0451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1194.35mm" height="772.05mm" viewBox="0 0 1194.3538550112546 772.0451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="749.65mm" viewBox="0 0 1165.1099520571713 749.6451507685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,8 +1,205 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" width="1165.11mm" height="800.16mm" viewBox="0 0 1165.1099520571713 800.1597757685032"
|
||||
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="2.21.0-rc.2" freesewing:plugin-banner="2.21.0-rc.2" freesewing:plugin-bartack="2.21.0-rc.2" freesewing:plugin-buttons="2.21.0-rc.2" freesewing:plugin-cutonfold="2.21.0-rc.2" freesewing:plugin-dimension="2.21.0-rc.2" freesewing:plugin-grainline="2.21.0-rc.2" freesewing:plugin-logo="2.21.0-rc.2" freesewing:plugin-mirror="2.21.0-rc.2" freesewing:plugin-notches="2.21.0-rc.2" freesewing:plugin-title="2.21.0-rc.2" freesewing:plugin-scalebox="2.21.0-rc.2" freesewing:plugin-round="2.21.0-rc.2" freesewing:plugin-sprinkle="2.21.0-rc.2" freesewing:plugin-measurements="2.21.0-rc.2" freesewing:plugin-flip="2.21.0-rc.2" class="freesewing" freesewing:plugin-theme="2.21.0-rc.2" width="1165.11mm" height="800.16mm" viewBox="0 0 1165.1099520571713 800.1597757685032"
|
||||
>
|
||||
<style type="text/css"> <![CDATA[
|
||||
text.title-nr{font-size:24pt;font-weight:700;text-anchor:middle;dominant-baseline:reset-size}text.title-name{font-size:7pt;font-weight:500;text-anchor:middle;dominant-baseline:reset-size}text.title-pattern{font-size:4pt;font-weight:500;dominant-baseline:reset-size;text-anchor:middle;font-style:italic}
|
||||
/* Sample classes */
|
||||
svg.freesewing path.sample {
|
||||
stroke-width: 0.75
|
||||
}
|
||||
svg.freesewing path.sample-focus {
|
||||
stroke-width: 1.5; fill: rgba(0,0,0,0.1)
|
||||
}
|
||||
|
||||
/* Paperless grid */
|
||||
svg.freesewing path.grid {
|
||||
fill: none;
|
||||
stroke: #555;
|
||||
stroke-width: 0.3;
|
||||
}
|
||||
svg.freesewing path.gridline {
|
||||
stroke: #555;
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing path.gridline-lg {
|
||||
stroke: #777;
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 1.5,1.5;
|
||||
}
|
||||
svg.freesewing path.gridline-sm {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing path.gridline-xs {
|
||||
stroke: #999;
|
||||
stroke-width: 0.1;
|
||||
stroke-dasharray: 0.5,0.5;
|
||||
}
|
||||
svg.freesewing path.gridbox {
|
||||
fill: url(#grid);
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle,
|
||||
svg.freesewing rect {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* Defaults */
|
||||
svg.freesewing path,
|
||||
svg.freesewing circle {
|
||||
stroke: #000;
|
||||
stroke-opacity: 1;
|
||||
stroke-width: 0.3;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
/* Stroke classes */
|
||||
svg.freesewing .fabric {
|
||||
stroke-width: 0.6;
|
||||
stroke: #212121;
|
||||
}
|
||||
svg.freesewing .lining {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff5b77;
|
||||
}
|
||||
svg.freesewing .interfacing {
|
||||
stroke-width: 0.6;
|
||||
stroke: #64b5f6;
|
||||
}
|
||||
svg.freesewing .canvas {
|
||||
stroke-width: 0.6;
|
||||
stroke: #ff9000;
|
||||
}
|
||||
svg.freesewing .various {
|
||||
stroke-width: 0.6;
|
||||
stroke: #4caf50;
|
||||
}
|
||||
svg.freesewing .note {
|
||||
stroke-width: 0.4;
|
||||
stroke: #dd60dd;
|
||||
}
|
||||
svg.freesewing .mark {
|
||||
stroke-width: 0.4;
|
||||
stroke: blue;
|
||||
}
|
||||
svg.freesewing .contrast {
|
||||
stroke-width: 0.8;
|
||||
stroke: red;
|
||||
}
|
||||
svg.freesewing .stroke-xs {
|
||||
stroke-width: 0.1;
|
||||
}
|
||||
svg.freesewing .stroke-sm {
|
||||
stroke-width: 0.2;
|
||||
}
|
||||
svg.freesewing .stroke-lg {
|
||||
stroke-width: 0.6;
|
||||
}
|
||||
svg.freesewing .stroke-xl {
|
||||
stroke-width: 1;
|
||||
}
|
||||
svg.freesewing .stroke-xxl,
|
||||
svg.freesewing .stroke-2xl {
|
||||
stroke-width: 2;
|
||||
}
|
||||
svg.freesewing .stroke-3xl {
|
||||
stroke-width: 3;
|
||||
}
|
||||
svg.freesewing .stroke-4xl {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
svg.freesewing .sa {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .help {
|
||||
stroke-width: 0.2;
|
||||
stroke-dasharray: 15, 1.5, 1, 1.5;
|
||||
}
|
||||
svg.freesewing .dotted {
|
||||
stroke-dasharray: 0.4, 0.8;
|
||||
}
|
||||
svg.freesewing .dashed {
|
||||
stroke-dasharray: 1, 1.5;
|
||||
}
|
||||
svg.freesewing .lashed {
|
||||
stroke-dasharray: 6, 6;
|
||||
}
|
||||
svg.freesewing .hidden {
|
||||
stroke: none;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* Fill classes */
|
||||
svg.freesewing .fill-fabric {
|
||||
fill: #212121;
|
||||
}
|
||||
svg.freesewing .fill-lining {
|
||||
fill: #ff5b77;
|
||||
}
|
||||
svg.freesewing .fill-interfacing {
|
||||
fill: #64b5f6;
|
||||
}
|
||||
svg.freesewing .fill-canvas {
|
||||
fill: #ff9000;
|
||||
}
|
||||
svg.freesewing .fill-various {
|
||||
fill: #4caf50;
|
||||
}
|
||||
svg.freesewing .fill-note {
|
||||
fill: #dd69dd;
|
||||
}
|
||||
svg.freesewing .fill-mark {
|
||||
fill: blue;
|
||||
}
|
||||
svg.freesewing .fill-contrast {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
/* Text */
|
||||
svg.freesewing text {
|
||||
font-size: 5px;
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, sans-serif;
|
||||
fill: #000;
|
||||
text-anchor: start;
|
||||
font-weight: 200;
|
||||
dominant-baseline: ideographic;
|
||||
}
|
||||
svg.freesewing .text-xs {
|
||||
font-size: 3px;
|
||||
}
|
||||
svg.freesewing .text-sm {
|
||||
font-size: 4px;
|
||||
}
|
||||
svg.freesewing .text-lg {
|
||||
font-size: 7px;
|
||||
}
|
||||
svg.freesewing .text-xl {
|
||||
font-size: 9px;
|
||||
}
|
||||
svg.freesewing .text-xxl {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
svg.freesewing .center {
|
||||
text-anchor: middle;
|
||||
}
|
||||
svg.freesewing .right {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
/* Bartack */
|
||||
svg.freesewing path.bartack {
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-linecap: butt;
|
||||
}
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<script type="text/javascript"> <![CDATA[
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |