Next31TechDrawTools
@@ -75,6 +75,7 @@ void CreateTechDrawCommands(void);
|
||||
void CreateTechDrawCommandsDims(void);
|
||||
void CreateTechDrawCommandsDecorate(void);
|
||||
void CreateTechDrawCommandsAnnotate(void);
|
||||
void CreateTechDrawCommandsExtensionDims(void);
|
||||
void CreateTechDrawCommandsExtensions(void);
|
||||
|
||||
void loadTechDrawResource()
|
||||
@@ -121,6 +122,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
|
||||
CreateTechDrawCommandsDims();
|
||||
CreateTechDrawCommandsDecorate();
|
||||
CreateTechDrawCommandsAnnotate();
|
||||
CreateTechDrawCommandsExtensionDims();
|
||||
CreateTechDrawCommandsExtensions();
|
||||
|
||||
TechDrawGui::Workbench::init();
|
||||
|
||||
@@ -67,6 +67,7 @@ set(TechDrawGui_UIC_SRCS
|
||||
TaskActiveView.ui
|
||||
TaskBalloon.ui
|
||||
TaskCosmeticLine.ui
|
||||
TaskSelectLineAttributes.ui
|
||||
TaskCosVertex.ui
|
||||
TaskCenterLine.ui
|
||||
TaskDetail.ui
|
||||
@@ -109,6 +110,7 @@ SET(TechDrawGui_SRCS
|
||||
CommandCreateDims.cpp
|
||||
CommandDecorate.cpp
|
||||
CommandAnnotate.cpp
|
||||
CommandExtensionDims.cpp
|
||||
CommandExtensionPack.cpp
|
||||
Resources/TechDraw.qrc
|
||||
PreCompiled.cpp
|
||||
@@ -182,6 +184,9 @@ SET(TechDrawGui_SRCS
|
||||
TaskWeldingSymbol.ui
|
||||
TaskWeldingSymbol.cpp
|
||||
TaskWeldingSymbol.h
|
||||
TaskSelectLineAttributes.ui
|
||||
TaskSelectLineAttributes.cpp
|
||||
TaskSelectLineAttributes.h
|
||||
DrawGuiUtil.cpp
|
||||
DrawGuiUtil.h
|
||||
Rez.cpp
|
||||
@@ -371,6 +376,7 @@ SET(TechDrawGuiTaskDlgs_SRCS
|
||||
TaskActiveView.ui
|
||||
TaskDetail.ui
|
||||
TaskCosmeticLine.ui
|
||||
TaskSelectLineAttributes.ui
|
||||
)
|
||||
SOURCE_GROUP("TaskDialogs" FILES ${TechDrawGuiTaskDlgs_SRCS})
|
||||
|
||||
|
||||
2196
src/Mod/TechDraw/Gui/CommandExtensionDims.cpp
Normal file
@@ -27,11 +27,42 @@
|
||||
<file>icons/TechDraw_3PtAngleDimension.svg</file>
|
||||
<file>icons/TechDraw_DiameterDimension.svg</file>
|
||||
<file>icons/TechDraw_HorizontalDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionSelectLineAttributes.svg</file>
|
||||
<file>icons/TechDraw_ExtensionExtendLine.svg</file>
|
||||
<file>icons/TechDraw_ExtensionShortenLine.svg</file>
|
||||
<file>icons/TechDraw_ExtensionLockUnlockView.svg</file>
|
||||
<file>icons/TechDraw_ExtensionPositionSectionView.svg</file>
|
||||
<file>icons/TechDraw_ExtensionChangeLineAttributes.svg</file>
|
||||
<file>icons/TechDraw_ExtensionPosHorizChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionPosVertChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionPosObliqueChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCascadeHorizDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCascadeVertDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCascadeObliqueDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCircleCenterLines.svg</file>
|
||||
<file>icons/TechDraw_ExtensionHoleCircle.svg</file>
|
||||
<file>icons/TechDraw_ExtensionVertexAtIntersection.svg</file>
|
||||
<file>icons/TechDraw_ExtensionDrawCosmCircle.svg</file>
|
||||
<file>icons/TechDraw_ExtensionArc.svg</file>
|
||||
<file>icons/TechDraw_ExtensionLineParallel.svg</file>
|
||||
<file>icons/TechDraw_ExtensionLinePerpendicular.svg</file>
|
||||
<file>icons/TechDraw_ExtensionThreadHoleSide.svg</file>
|
||||
<file>icons/TechDraw_ExtensionThreadBoltSide.svg</file>
|
||||
<file>icons/TechDraw_ExtensionThreadHoleBottom.svg</file>
|
||||
<file>icons/TechDraw_ExtensionThreadBoltBottom.svg</file>
|
||||
<file>icons/TechDraw_ExtensionInsertDiameter.svg</file>
|
||||
<file>icons/TechDraw_ExtensionInsertSquare.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateHorizChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateVertChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateObliqueChainDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateHorizCoordDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateVertCoordDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateObliqueCoordDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateHorizChamferDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateVertChamferDimension.svg</file>
|
||||
<file>icons/TechDraw_ExtensionCreateLengthArc.svg</file>
|
||||
<file>icons/TechDraw_ExtensionIncreaseDecimal.svg</file>
|
||||
<file>icons/TechDraw_ExtensionDecreaseDecimal.svg</file>
|
||||
<file>icons/TechDraw_LengthDimension.svg</file>
|
||||
<file>icons/TechDraw_RadiusDimension.svg</file>
|
||||
<file>icons/TechDraw_Balloon.svg</file>
|
||||
|
||||
179
src/Mod/TechDraw/Gui/Resources/icons/TechDraw_ExtensionArc.svg
Normal file
@@ -0,0 +1,179 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 16.933333 16.933334"
|
||||
version="1.1"
|
||||
id="svg1593"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="arco_cosmetico_giallo.svg">
|
||||
<defs
|
||||
id="defs1587" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8"
|
||||
inkscape:cx="20.197687"
|
||||
inkscape:cy="9.484827"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false" />
|
||||
<metadata
|
||||
id="metadata1590">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-280.06665)">
|
||||
<path
|
||||
style="fill:#ffff00;stroke:#ffff00;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.75, 0.75;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 4.8191964,294.59038 c 7.4287856,0.0152 7.4287856,0.0152 7.4287856,0.0152"
|
||||
id="path1770"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.75000002, 0.75000002;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 14.504836,284.99924 c -0.09449,7.18155 -0.09449,7.18155 -0.09449,7.18155"
|
||||
id="path1772"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1738-3-8"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="14.410636"
|
||||
sodipodi:cy="294.40155"
|
||||
sodipodi:rx="1.7008928"
|
||||
sodipodi:ry="1.7008928"
|
||||
sodipodi:start="3.1355538"
|
||||
sodipodi:end="2.9298937"
|
||||
sodipodi:open="true"
|
||||
d="m 12.709774,294.41182 a 1.7008928,1.7008928 0 0 1 1.603193,-1.70836 a 1.7008928,1.7008928 0 0 1 1.788492,1.51328 a 1.7008928,1.7008928 0 0 1 -1.419363,1.8639 a 1.7008928,1.7008928 0 0 1 -1.934381,-1.3217" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1738-3"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="14.410635"
|
||||
sodipodi:cy="282.92047"
|
||||
sodipodi:rx="1.7008928"
|
||||
sodipodi:ry="1.7008928"
|
||||
sodipodi:start="3.1355538"
|
||||
sodipodi:end="2.8797933"
|
||||
sodipodi:open="true"
|
||||
d="m 12.709773,282.93074 a 1.7008928,1.7008928 0 0 1 1.581932,-1.707 a 1.7008928,1.7008928 0 0 1 1.804593,1.46963 a 1.7008928,1.7008928 0 0 1 -1.351317,1.89481 a 1.7008928,1.7008928 0 0 1 -1.977282,-1.22749" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1738"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.5040922"
|
||||
sodipodi:cy="294.44867"
|
||||
sodipodi:rx="1.7008928"
|
||||
sodipodi:ry="1.7008928"
|
||||
sodipodi:start="3.1355538"
|
||||
sodipodi:end="2.8797933"
|
||||
sodipodi:open="true"
|
||||
d="m 0.80323042,294.45894 a 1.7008928,1.7008928 0 0 1 1.58193218,-1.707 a 1.7008928,1.7008928 0 0 1 1.804593,1.46963 a 1.7008928,1.7008928 0 0 1 -1.3513176,1.89481 a 1.7008928,1.7008928 0 0 1 -1.97728209,-1.22749" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.39948392;stroke-opacity:1"
|
||||
id="path1734-7"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="14.413028"
|
||||
sodipodi:cy="294.54962"
|
||||
sodipodi:rx="13.615903"
|
||||
sodipodi:ry="13.502474"
|
||||
sodipodi:start="3.3143361"
|
||||
sodipodi:end="4.5666427"
|
||||
d="M 0.99977149,292.22874 A 13.615903,13.502474 0 0 1 12.435579,281.1903"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.39948392;stroke-opacity:1"
|
||||
id="path1734-7-5"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="17.631096"
|
||||
sodipodi:cy="296.9057"
|
||||
sodipodi:rx="13.615903"
|
||||
sodipodi:ry="13.081364"
|
||||
sodipodi:start="3.5035011"
|
||||
sodipodi:end="4.2945316"
|
||||
d="M 4.8971927,292.27412 A 13.615903,13.081364 0 0 1 12.10572,284.94985"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:3.00000008, 1.50000004, 0.75000002, 1.50000004;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1734-7-3"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="15.986719"
|
||||
sodipodi:cy="295.50241"
|
||||
sodipodi:rx="13.615903"
|
||||
sodipodi:ry="13.081364"
|
||||
sodipodi:start="3.3534788"
|
||||
sodipodi:end="4.4637938"
|
||||
d="m 2.6753224,292.75134 a 13.615903,13.081364 0 0 1 9.9613046,-9.92816"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="M 5.5745242,292.59898 A 12.950489,12.392507 0 0 1 12.430768,285.6604"
|
||||
sodipodi:end="4.2945316"
|
||||
sodipodi:start="3.5035011"
|
||||
sodipodi:ry="12.392507"
|
||||
sodipodi:rx="12.950489"
|
||||
sodipodi:cy="296.98666"
|
||||
sodipodi:cx="17.686117"
|
||||
sodipodi:type="arc"
|
||||
id="path1107"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.39948392;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="M 0.31251003,291.9471 A 14.019665,13.999018 0 0 1 12.087431,280.50274"
|
||||
sodipodi:end="4.5666427"
|
||||
sodipodi:start="3.3143361"
|
||||
sodipodi:ry="13.999018"
|
||||
sodipodi:rx="14.019665"
|
||||
sodipodi:cy="294.35333"
|
||||
sodipodi:cx="14.123519"
|
||||
sodipodi:type="arc"
|
||||
id="path1109"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.39948392;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.37433758;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1111"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="14.441258"
|
||||
sodipodi:cy="294.35425"
|
||||
sodipodi:rx="0.64556569"
|
||||
sodipodi:ry="0.62194216"
|
||||
sodipodi:start="3.1096357"
|
||||
sodipodi:end="3.109482"
|
||||
d="m 13.796022,294.37412 a 0.64556569,0.62194216 0 0 1 0.624585,-0.6415 a 0.64556569,0.62194216 0 0 1 0.665886,0.60171 a 0.64556569,0.62194216 0 0 1 -0.624533,0.64154 a 0.64556569,0.62194216 0 0 1 -0.665934,-0.60165"
|
||||
sodipodi:open="true" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.2 KiB |
@@ -0,0 +1,283 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="spacing_horizontal_dimensions_in_cascade.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="11.21969"
|
||||
inkscape:cy="15.696948"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g869"
|
||||
transform="matrix(2.4760017e-4,0.49726066,-0.49726066,2.4760017e-4,147.56432,288.48493)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1617"
|
||||
width="7.2310472"
|
||||
height="1.5183079"
|
||||
x="287.60773"
|
||||
y="-5.1134753" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 4.3359563,287.83154 c 0.023093,6.91578 0.023093,6.91578 0.023093,6.91578"
|
||||
id="path1619"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="-10.372484"
|
||||
x="284.55753"
|
||||
height="1.4766155"
|
||||
width="10.029094"
|
||||
id="rect1611"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(90)" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1613"
|
||||
d="m 9.6513352,284.75751 c 0.022916,9.77817 0.022916,9.77817 0.022916,9.77817"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1607"
|
||||
width="13.349981"
|
||||
height="1.4399301"
|
||||
x="281.36862"
|
||||
y="-15.734967" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.032224,281.54805 c 0.02279,12.97316 0.02279,12.97316 0.02279,12.97316"
|
||||
id="path1609"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="287.17236"
|
||||
x="0.10939654"
|
||||
height="1.5337667"
|
||||
width="6.1137786"
|
||||
id="rect1603"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1605"
|
||||
d="M 0.27456659,287.95018 C 6.0577184,287.9271 6.0577184,287.9271 6.0577184,287.9271"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1599"
|
||||
width="11.378147"
|
||||
height="1.4592215"
|
||||
x="0.099422179"
|
||||
y="284.20944" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.27080124,284.94985 C 11.28228,284.92703 11.28228,284.92703 11.28228,284.92703"
|
||||
id="path1601"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="m 16.06019,294.69406 l -16.06811641,0.0243"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:cy="15.043795"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.57511,15.010295 a 0.8976934,0.8976934 0 0 1 0.92914,-0.863621 a 0.8976934,0.8976934 0 0 1 0.8651,0.927754 a 0.8976934,0.8976934 0 0 1 -0.92637,0.866585 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.924984 l 0.89726,0.02777 z" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path823"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-284.94516"
|
||||
sodipodi:cy="9.7440186"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m -285.80566,9.9997282 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158338 a 0.8976934,0.8976934 0 0 1 1.11672,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60021,1.1176147 a 0.8976934,0.8976934 0 0 1 -1.11851,-0.598564" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
d="m -288.87671,4.7080713 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158339 a 0.8976934,0.8976934 0 0 1 1.11673,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60022,1.1176144 a 0.8976934,0.8976934 0 0 1 -1.1185,-0.5985636"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="4.4523616"
|
||||
sodipodi:cx="-288.0162"
|
||||
sodipodi:type="arc"
|
||||
id="path825"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,0.02479505,-83.566459)"
|
||||
id="text4848"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4890"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
<rect
|
||||
y="280.8316"
|
||||
x="0.19424975"
|
||||
height="1.411307"
|
||||
width="16.645523"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="M 0.38693168,281.54799 C 16.670919,281.52531 16.670919,281.52531 16.670919,281.52531"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="281.65451"
|
||||
cx="15.002566"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle1595"
|
||||
cx="9.6595993"
|
||||
cy="284.92722"
|
||||
r="1.1885443" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="287.99826"
|
||||
cx="4.3679328"
|
||||
id="circle1597"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<path
|
||||
d="m -295.57511,9.6005104 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277536 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665856 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249845 l 0.89726,0.027766 z"
|
||||
sodipodi:end="3.1725278"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="9.6340103"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:type="arc"
|
||||
id="path1615"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(-90)" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1621"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.77826"
|
||||
sodipodi:cy="4.28862"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.67533,4.2551201 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277535 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665854 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249843 l 0.89726,0.027766 z" />
|
||||
<g
|
||||
aria-label="="
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
id="g1625"
|
||||
transform="matrix(0.98365019,0,0,1.2843082,5.5038204,-83.499642)">
|
||||
<path
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
id="path1623"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,10.916028,-83.633277)"
|
||||
id="g1629"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1627"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,283 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="spacing_oblique_dimensions_in_cascade.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="11.21969"
|
||||
inkscape:cy="15.696948"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g869"
|
||||
transform="matrix(0.26609012,0.2723655,-0.2723655,0.26609012,80.399752,213.88582)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1617"
|
||||
width="7.2310472"
|
||||
height="1.5183079"
|
||||
x="287.60773"
|
||||
y="-5.1134753" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 4.3359563,287.83154 c 0.023093,6.91578 0.023093,6.91578 0.023093,6.91578"
|
||||
id="path1619"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="-10.372484"
|
||||
x="284.55753"
|
||||
height="1.4766155"
|
||||
width="10.029094"
|
||||
id="rect1611"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(90)" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1613"
|
||||
d="m 9.6513352,284.75751 c 0.022916,9.77817 0.022916,9.77817 0.022916,9.77817"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1607"
|
||||
width="13.349981"
|
||||
height="1.4399301"
|
||||
x="281.36862"
|
||||
y="-15.734967" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.032224,281.54805 c 0.02279,12.97316 0.02279,12.97316 0.02279,12.97316"
|
||||
id="path1609"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="287.17236"
|
||||
x="0.10939654"
|
||||
height="1.5337667"
|
||||
width="6.1137786"
|
||||
id="rect1603"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1605"
|
||||
d="M 0.27456659,287.95018 C 6.0577184,287.9271 6.0577184,287.9271 6.0577184,287.9271"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1599"
|
||||
width="11.378147"
|
||||
height="1.4592215"
|
||||
x="0.099422179"
|
||||
y="284.20944" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.27080124,284.94985 C 11.28228,284.92703 11.28228,284.92703 11.28228,284.92703"
|
||||
id="path1601"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="m 16.06019,294.69406 l -16.06811641,0.0243"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:cy="15.043795"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.57511,15.010295 a 0.8976934,0.8976934 0 0 1 0.92914,-0.863621 a 0.8976934,0.8976934 0 0 1 0.8651,0.927754 a 0.8976934,0.8976934 0 0 1 -0.92637,0.866585 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.924984 l 0.89726,0.02777 z" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path823"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-284.94516"
|
||||
sodipodi:cy="9.7440186"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m -285.80566,9.9997282 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158338 a 0.8976934,0.8976934 0 0 1 1.11672,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60021,1.1176147 a 0.8976934,0.8976934 0 0 1 -1.11851,-0.598564" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
d="m -288.87671,4.7080713 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158339 a 0.8976934,0.8976934 0 0 1 1.11673,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60022,1.1176144 a 0.8976934,0.8976934 0 0 1 -1.1185,-0.5985636"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="4.4523616"
|
||||
sodipodi:cx="-288.0162"
|
||||
sodipodi:type="arc"
|
||||
id="path825"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,0.02479505,-83.566459)"
|
||||
id="text4848"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4890"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
<rect
|
||||
y="280.8316"
|
||||
x="0.19424975"
|
||||
height="1.411307"
|
||||
width="16.645523"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="M 0.38693168,281.54799 C 16.670919,281.52531 16.670919,281.52531 16.670919,281.52531"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="281.65451"
|
||||
cx="15.002566"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle1595"
|
||||
cx="9.6595993"
|
||||
cy="284.92722"
|
||||
r="1.1885443" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="287.99826"
|
||||
cx="4.3679328"
|
||||
id="circle1597"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<path
|
||||
d="m -295.57511,9.6005104 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277536 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665856 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249845 l 0.89726,0.027766 z"
|
||||
sodipodi:end="3.1725278"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="9.6340103"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:type="arc"
|
||||
id="path1615"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(-90)" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1621"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.77826"
|
||||
sodipodi:cy="4.28862"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.67533,4.2551201 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277535 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665854 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249843 l 0.89726,0.027766 z" />
|
||||
<g
|
||||
aria-label="="
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
id="g1625"
|
||||
transform="matrix(0.98365019,0,0,1.2843082,5.5038204,-83.499642)">
|
||||
<path
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
id="path1623"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,10.916028,-83.633277)"
|
||||
id="g1629"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1627"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,283 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="spacing_of_vertical_dimensions_in_cascade.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="6.9896761"
|
||||
inkscape:cy="19.358751"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g869"
|
||||
transform="matrix(0.49726072,0,0,0.49726072,0.02173518,149.43326)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1617"
|
||||
width="7.2310472"
|
||||
height="1.5183079"
|
||||
x="287.60773"
|
||||
y="-5.1134753" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 4.3359563,287.83154 c 0.023093,6.91578 0.023093,6.91578 0.023093,6.91578"
|
||||
id="path1619"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="-10.372484"
|
||||
x="284.55753"
|
||||
height="1.4766155"
|
||||
width="10.029094"
|
||||
id="rect1611"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(90)" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1613"
|
||||
d="m 9.6513352,284.75751 c 0.022916,9.77817 0.022916,9.77817 0.022916,9.77817"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1607"
|
||||
width="13.349981"
|
||||
height="1.4399301"
|
||||
x="281.36862"
|
||||
y="-15.734967" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.032224,281.54805 c 0.02279,12.97316 0.02279,12.97316 0.02279,12.97316"
|
||||
id="path1609"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
y="287.17236"
|
||||
x="0.10939654"
|
||||
height="1.5337667"
|
||||
width="6.1137786"
|
||||
id="rect1603"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1605"
|
||||
d="M 0.27456659,287.95018 C 6.0577184,287.9271 6.0577184,287.9271 6.0577184,287.9271"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1599"
|
||||
width="11.378147"
|
||||
height="1.4592215"
|
||||
x="0.099422179"
|
||||
y="284.20944" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.27080124,284.94985 C 11.28228,284.92703 11.28228,284.92703 11.28228,284.92703"
|
||||
id="path1601"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="m 16.06019,294.69406 l -16.06811641,0.0243"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:cy="15.043795"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.57511,15.010295 a 0.8976934,0.8976934 0 0 1 0.92914,-0.863621 a 0.8976934,0.8976934 0 0 1 0.8651,0.927754 a 0.8976934,0.8976934 0 0 1 -0.92637,0.866585 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.924984 l 0.89726,0.02777 z" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path823"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-284.94516"
|
||||
sodipodi:cy="9.7440186"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m -285.80566,9.9997282 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158338 a 0.8976934,0.8976934 0 0 1 1.11672,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60021,1.1176147 a 0.8976934,0.8976934 0 0 1 -1.11851,-0.598564" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
d="m -288.87671,4.7080713 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158339 a 0.8976934,0.8976934 0 0 1 1.11673,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60022,1.1176144 a 0.8976934,0.8976934 0 0 1 -1.1185,-0.5985636"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="4.4523616"
|
||||
sodipodi:cx="-288.0162"
|
||||
sodipodi:type="arc"
|
||||
id="path825"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,0.02479505,-83.566459)"
|
||||
id="text4848"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4890"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
<rect
|
||||
y="280.8316"
|
||||
x="0.19424975"
|
||||
height="1.411307"
|
||||
width="16.645523"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="M 0.38693168,281.54799 C 16.670919,281.52531 16.670919,281.52531 16.670919,281.52531"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="281.65451"
|
||||
cx="15.002566"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle1595"
|
||||
cx="9.6595993"
|
||||
cy="284.92722"
|
||||
r="1.1885443" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="287.99826"
|
||||
cx="4.3679328"
|
||||
id="circle1597"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<path
|
||||
d="m -295.57511,9.6005104 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277536 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665856 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249845 l 0.89726,0.027766 z"
|
||||
sodipodi:end="3.1725278"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="9.6340103"
|
||||
sodipodi:cx="-294.67804"
|
||||
sodipodi:type="arc"
|
||||
id="path1615"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="rotate(-90)" />
|
||||
<path
|
||||
transform="rotate(-90)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1621"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-294.77826"
|
||||
sodipodi:cy="4.28862"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="3.1789191"
|
||||
sodipodi:end="3.1725278"
|
||||
d="m -295.67533,4.2551201 a 0.8976934,0.8976934 0 0 1 0.92914,-0.8636206 a 0.8976934,0.8976934 0 0 1 0.8651,0.9277535 a 0.8976934,0.8976934 0 0 1 -0.92637,0.8665854 a 0.8976934,0.8976934 0 0 1 -0.86806,-0.9249843 l 0.89726,0.027766 z" />
|
||||
<g
|
||||
aria-label="="
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
id="g1625"
|
||||
transform="matrix(0.98365019,0,0,1.2843082,5.5038204,-83.499642)">
|
||||
<path
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
id="path1623"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.98365019,0,0,1.2843082,10.916028,-83.633277)"
|
||||
id="g1629"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:Technic;-inkscape-font-specification:Technic;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.26458332"
|
||||
aria-label="=">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1627"
|
||||
style="font-size:4.23333311px;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.25701994"
|
||||
d="M 0.54212171,291.86996 H 2.4909471 v 0.44558 H 0.54212171 Z m 0,1.08215 H 2.4909471 v 0.4509 H 0.54212171 Z" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg4254"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="edit_attributes.svg">
|
||||
<defs
|
||||
id="defs4248" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="3.959798"
|
||||
inkscape:cx="10.705997"
|
||||
inkscape:cy="16.891374"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4251">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g822"
|
||||
transform="matrix(0.50861764,0,0,0.50861764,-0.12919201,145.82055)">
|
||||
<rect
|
||||
y="281.71057"
|
||||
x="1.0092976"
|
||||
height="14.452872"
|
||||
width="10.911552"
|
||||
id="rect4914"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.91268545;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<g
|
||||
transform="translate(-0.53453903,2.4054258)"
|
||||
id="g4939">
|
||||
<rect
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.83783883;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="rect4916"
|
||||
width="9.1521215"
|
||||
height="2.1792564"
|
||||
x="-194.24451"
|
||||
y="206.97142"
|
||||
transform="matrix(0.7004952,-0.71365711,0.7004952,0.71365711,0,0)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="path4918"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="17.840239"
|
||||
sodipodi:cy="289.9548"
|
||||
sodipodi:r1="1.7385361"
|
||||
sodipodi:r2="0.98190904"
|
||||
sodipodi:arg1="3.10315"
|
||||
sodipodi:arg2="-2.0428075"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 16.102987,290.02162 l 1.290799,-0.94136 l 1.257213,-0.66337 l 0.169842,1.58855 l -0.05411,1.42046 l -1.460641,-0.64719 z"
|
||||
inkscape:transform-center-x="0.59206645"
|
||||
inkscape:transform-center-y="0.033631721"
|
||||
transform="matrix(0.6349763,-0.66823328,0.54593769,0.57453127,-161.31728,133.82709)" />
|
||||
<path
|
||||
style="opacity:1;fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.90777993;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="path4926"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="203.09248"
|
||||
sodipodi:cy="-212.74727"
|
||||
sodipodi:rx="0.12788802"
|
||||
sodipodi:ry="0.12788802"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="0.011557964"
|
||||
d="m 203.22037,-212.74727 a 0.12788802,0.12788802 0 0 1 -1e-5,0.001 l -0.12788,-0.001 z"
|
||||
transform="matrix(-0.71675279,0.69732735,-0.71675279,-0.69732735,0,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,161 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_horizontal_dimensions_in_series.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="19.879096"
|
||||
inkscape:cy="17.483222"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g838"
|
||||
transform="matrix(0.49765365,0,0,0.49765365,0.00909675,149.46693)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="m 2.5550937,292.44231 l -0.024705,-8.93597"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 9.1931928,290.81955 l 5.5357822,-0.0669"
|
||||
id="path2291"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.5082187,292.48956 l -0.024705,-8.93597"
|
||||
id="path2293"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2295"
|
||||
d="m 14.225108,292.34783 l -0.0247,-8.93597"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2408"
|
||||
d="m 2.1058962,290.81954 l 5.5362686,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 13.313603,291.01911 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116726,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600218,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:cx="14.174107"
|
||||
sodipodi:type="arc"
|
||||
id="path2410"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2448"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.4572172"
|
||||
sodipodi:cy="290.85791"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 7.5967139,291.11362 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.5040922"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="M 1.6435889,291.01911 A 0.8976934,0.8976934 0 0 1 2.24711,289.90327 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.02702712,290.81954 l 5.53626868,-0.0669"
|
||||
id="path2452"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2454"
|
||||
d="m 11.413803,290.81955 l 5.535782,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,150 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_horizontal_dimension_bevel.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="-1.195279"
|
||||
inkscape:cy="10.842233"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g831"
|
||||
transform="matrix(0.49268283,0,0,0.49268283,0.03005188,150.59594)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2706"
|
||||
d="m 7.8149067,296.92628 l 0.1230796,-6.30571 l 4.1231757,-3.54695 l 4.984741,-0.0986"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2295"
|
||||
d="m 7.4670684,280.12978 l -0.024489,9.35383"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2408"
|
||||
d="m 0.01082476,282.80385 l 13.83958424,0.0626"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
transform="scale(1,-1)"
|
||||
d="m 6.5890778,-282.55716 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="-282.81287"
|
||||
sodipodi:cx="7.4495811"
|
||||
sodipodi:type="arc"
|
||||
id="path2410"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
transform="scale(1,-1)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="11.997432"
|
||||
sodipodi:cy="-282.84109"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 11.136928,-282.58539 a 0.8976934,0.8976934 0 0 1 0.603522,-1.11583 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600218,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 12.002708,280.13457 l -0.02475,6.07019"
|
||||
id="path2708"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:transform-center-y="-0.13555817"
|
||||
inkscape:transform-center-x="0.24802579"
|
||||
style="fill:none;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 7.2943825,296.99502 l 0.1293302,-6.7075 l 4.3325563,-3.77295 l 5.237874,-0.10494"
|
||||
id="path1017"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1019"
|
||||
d="m 8.408294,296.99625 l 0.1148742,-6.07678 l 3.8482878,-3.41817 l 4.652412,-0.095"
|
||||
style="fill:none;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:transform-center-x="0.22030311"
|
||||
inkscape:transform-center-y="-0.12277683" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_parallel_dimensions-horizontal_coordinates.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="18.792859"
|
||||
inkscape:cy="25.156976"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g844"
|
||||
transform="matrix(0.50041146,0,0,0.50041146,-0.07372813,148.44047)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="M 2.2713905,296.79631 L 2.2471277,280.19178"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.3822571,289.77842 L 12.90933,289.71492"
|
||||
id="path2291"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2408"
|
||||
d="M 0.42072031,295.16414 L 15.327713,295.10144"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 1.4073528,290.02689 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60186 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="289.77118"
|
||||
sodipodi:cx="2.2678561"
|
||||
sodipodi:type="arc"
|
||||
id="path2410"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2448"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.2206104"
|
||||
sodipodi:cy="284.52679"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 1.360107,284.7825 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.1185009,-0.59856" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.2206101"
|
||||
sodipodi:cy="295.11011"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 1.3601068,295.36582 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11584 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2454"
|
||||
d="m 0.39600556,284.53485 l 8.71981464,-0.0652"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path823"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="11.953496"
|
||||
sodipodi:cy="289.6767"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 11.092993,289.93241 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
d="m 8.0219372,284.64075 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="284.38504"
|
||||
sodipodi:cx="8.8824406"
|
||||
sodipodi:type="arc"
|
||||
id="path825"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 14.825509,295.31858 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="295.06287"
|
||||
sodipodi:cx="15.686012"
|
||||
sodipodi:type="arc"
|
||||
id="path827"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.54794431;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.8806143,280.0511 l 0.066073,6.11472"
|
||||
id="path838"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path842"
|
||||
d="m 12.000105,280.03501 l 0.0637,11.39133"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.62079936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.638729,280.11868 l 0.06249,16.56282"
|
||||
id="path844"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.0 KiB |
@@ -0,0 +1,190 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_arc_length_dimension.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="-0.098138164"
|
||||
inkscape:cy="12.982296"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g837"
|
||||
transform="matrix(0.49818869,0,0,0.49818869,0.01533585,149.01319)">
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="m 1.5720431,295.58507 a 6.9265575,5.6768684 0 0 1 6.9437695,-5.45863 a 6.9265575,5.6768684 0 0 1 6.9006804,5.49521"
|
||||
sodipodi:end="6.251185"
|
||||
sodipodi:start="3.1800409"
|
||||
sodipodi:ry="5.6768684"
|
||||
sodipodi:rx="6.9265575"
|
||||
sodipodi:cy="295.80328"
|
||||
sodipodi:cx="8.4934816"
|
||||
sodipodi:type="arc"
|
||||
id="path1878"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
transform="matrix(0.99989433,-0.01453742,0.00953075,0.99995458,0,0)"
|
||||
d="m 2.5287541,284.74804 a 3.1804714,3.3550663 0 0 1 3.1883901,-3.22607 a 3.1804714,3.3550663 0 0 1 3.1685746,3.24773"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="6.2511934"
|
||||
sodipodi:start="3.1800423"
|
||||
sodipodi:ry="3.3550663"
|
||||
sodipodi:rx="3.1804714"
|
||||
sodipodi:cy="284.87701"
|
||||
sodipodi:cx="5.7068748"
|
||||
sodipodi:type="arc"
|
||||
id="path822"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.00000632;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:7.45477724;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path824"
|
||||
d="M 1.3357157,292.18395 C 1.26906,281.09141 1.26906,281.09141 1.26906,281.09141"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.701426,292.31781 c -0.06661,-11.30894 -0.06661,-11.30894 -0.06661,-11.30894"
|
||||
id="path826"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 1.2658726,285.81396 c 14.3719444,-0.0661 14.3719444,-0.0661 14.3719444,-0.0661"
|
||||
id="path828"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 0.51596934,285.82123 A 0.76839989,0.8018086 0 0 1 1.308311,285.05065 a 0.76839989,0.8018086 0 0 1 0.7436432,0.82173 a 0.76839989,0.8018086 0 0 1 -0.7826041,0.78134 a 0.76839989,0.8018086 0 0 1 -0.75389092,-0.8115 l 0.76834212,0.01 z"
|
||||
sodipodi:end="3.1538534"
|
||||
sodipodi:start="3.1800423"
|
||||
sodipodi:ry="0.8018086"
|
||||
sodipodi:rx="0.76839989"
|
||||
sodipodi:cy="285.85205"
|
||||
sodipodi:cx="1.2838013"
|
||||
sodipodi:type="arc"
|
||||
id="path832"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:7.45477724;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:7.45477724;stroke-opacity:1"
|
||||
id="path834"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="15.649536"
|
||||
sodipodi:cy="285.6239"
|
||||
sodipodi:rx="0.76839989"
|
||||
sodipodi:ry="0.8018086"
|
||||
sodipodi:start="3.1800423"
|
||||
sodipodi:end="3.1538534"
|
||||
d="m 14.881704,285.59308 a 0.76839989,0.8018086 0 0 1 0.792342,-0.77058 a 0.76839989,0.8018086 0 0 1 0.743643,0.82173 a 0.76839989,0.8018086 0 0 1 -0.782604,0.78134 a 0.76839989,0.8018086 0 0 1 -0.753891,-0.8115 l 0.768342,0.01 z" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1198"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.4934769"
|
||||
sodipodi:cy="296.09073"
|
||||
sodipodi:rx="7.6988111"
|
||||
sodipodi:ry="6.7847557"
|
||||
sodipodi:start="3.1800409"
|
||||
sodipodi:end="6.251185"
|
||||
d="m 0.80035556,295.82993 a 7.6988111,6.7847557 0 0 1 7.71794204,-6.52392 a 7.6988111,6.7847557 0 0 1 7.6700484,6.56764"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="m 2.1752736,295.88208 a 6.3465438,5.2597609 0 0 1 6.3623145,-5.05755 a 6.3465438,5.2597609 0 0 1 6.3228339,5.09144"
|
||||
sodipodi:end="6.251185"
|
||||
sodipodi:start="3.1800409"
|
||||
sodipodi:ry="5.2597609"
|
||||
sodipodi:rx="6.3465438"
|
||||
sodipodi:cy="296.08426"
|
||||
sodipodi:cx="8.517127"
|
||||
sodipodi:type="arc"
|
||||
id="path1200"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.39652857;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="295.80072"
|
||||
x="0.79692447"
|
||||
height="0.083420403"
|
||||
width="1.3000313"
|
||||
id="rect1202"
|
||||
style="opacity:1;fill:#2b2200;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#2b2200;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1204"
|
||||
width="1.3000313"
|
||||
height="0.083420403"
|
||||
x="14.876537"
|
||||
y="295.8952" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.4 KiB |
@@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_oblique_dimensions_in_series.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="2.8923752"
|
||||
inkscape:cy="14.578507"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="g838"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g838">
|
||||
<g
|
||||
id="g850"
|
||||
transform="matrix(0.38005915,-0.36904208,0.36904208,0.38005915,-105.43042,186.27007)"
|
||||
inkscape:transform-center-x="0.14929322"
|
||||
inkscape:transform-center-y="-0.0008926298">
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.5550937,292.44231 l -0.024705,-8.93597"
|
||||
id="path2201"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2291"
|
||||
d="m 9.1931928,290.81955 l 5.5357822,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2293"
|
||||
d="m 8.5082187,292.48956 l -0.024705,-8.93597"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 14.225108,292.34783 l -0.0247,-8.93597"
|
||||
id="path2295"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.1058962,290.81954 l 5.5362686,-0.0669"
|
||||
id="path2408"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2410"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="14.174107"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 13.313603,291.01911 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116726,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600218,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
d="m 7.5967139,291.11362 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="290.85791"
|
||||
sodipodi:cx="8.4572172"
|
||||
sodipodi:type="arc"
|
||||
id="path2448"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="M 1.6435889,291.01911 A 0.8976934,0.8976934 0 0 1 2.24711,289.90327 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:cx="2.5040922"
|
||||
sodipodi:type="arc"
|
||||
id="path2450"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2452"
|
||||
d="m 0.02702712,290.81954 l 5.53626868,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 11.413803,290.81955 l 5.535782,-0.0669"
|
||||
id="path2454"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,202 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_parallel_dimensions-oblique_coordinates.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="13.952158"
|
||||
inkscape:cy="14.60656"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="g844"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g844"
|
||||
transform="matrix(0.50602245,-0.59108638,0.56200138,0.5322104,-158.27536,139.95086)">
|
||||
<g
|
||||
id="g859"
|
||||
transform="matrix(0.48824831,0.06389969,-0.05590778,0.48211057,12.766453,148.60862)">
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 2.2713905,296.79631 L 2.2471277,280.19178"
|
||||
id="path2201"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2291"
|
||||
d="M 0.3822571,289.77842 L 12.90933,289.71492"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.42072031,295.16414 L 15.327713,295.10144"
|
||||
id="path2408"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2410"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.2678561"
|
||||
sodipodi:cy="289.77118"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 1.4073528,290.02689 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60186 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856" />
|
||||
<path
|
||||
d="m 1.360107,284.7825 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.1185009,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="284.52679"
|
||||
sodipodi:cx="2.2206104"
|
||||
sodipodi:type="arc"
|
||||
id="path2448"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 1.3601068,295.36582 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11584 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="295.11011"
|
||||
sodipodi:cx="2.2206101"
|
||||
sodipodi:type="arc"
|
||||
id="path2450"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.39600556,284.53485 l 8.71981464,-0.0652"
|
||||
id="path2454"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 11.092993,289.93241 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="289.6767"
|
||||
sodipodi:cx="11.953496"
|
||||
sodipodi:type="arc"
|
||||
id="path823"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path825"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.8824406"
|
||||
sodipodi:cy="284.38504"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 8.0219372,284.64075 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path827"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="15.686012"
|
||||
sodipodi:cy="295.06287"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 14.825509,295.31858 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path838"
|
||||
d="m 8.8806143,280.0511 l 0.066073,6.11472"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.54794431;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.62079936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 12.000105,280.03501 l 0.0637,11.39133"
|
||||
id="path842"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path844"
|
||||
d="m 15.638729,280.11868 l 0.06249,16.56282"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,161 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_vertical_dimensions_in_series.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="2.910564"
|
||||
inkscape:cy="11.459543"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g2510"
|
||||
transform="matrix(0,-0.49489054,0.49489054,0,-138.27075,296.96744)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="m 2.5550937,292.44231 l -0.024705,-8.93597"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 9.1931928,290.81955 l 5.5357822,-0.0669"
|
||||
id="path2291"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.5082187,292.48956 l -0.024705,-8.93597"
|
||||
id="path2293"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2295"
|
||||
d="m 14.225108,292.34783 l -0.0247,-8.93597"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2408"
|
||||
d="m 2.1058962,290.81954 l 5.5362686,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 13.313603,291.01911 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116726,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600218,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:cx="14.174107"
|
||||
sodipodi:type="arc"
|
||||
id="path2410"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2448"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.4572172"
|
||||
sodipodi:cy="290.85791"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 7.5967139,291.11362 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.5040922"
|
||||
sodipodi:cy="290.7634"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="M 1.6435889,291.01911 A 0.8976934,0.8976934 0 0 1 2.24711,289.90327 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.02702712,290.81954 l 5.53626868,-0.0669"
|
||||
id="path2452"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2454"
|
||||
d="m 11.413803,290.81955 l 5.535782,-0.0669"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,146 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_vertical_dimension_bevel.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="22.623208"
|
||||
inkscape:cy="8.1922549"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g831"
|
||||
transform="matrix(0.49815689,0,0,0.49815689,-0.08204816,148.23323)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2706"
|
||||
d="m 7.8149067,296.92628 l 0.1230796,-6.30571 l 4.1231757,-3.54695 l 4.984741,-0.0986"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.24223419,286.39509 L 10.49687,286.41955"
|
||||
id="path932"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 2.115221,297.05639 L 2.177806,283.21633"
|
||||
id="path934"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path936"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-290.46783"
|
||||
sodipodi:cy="-2.1241982"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m -291.32834,-1.8684885 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158338 a 0.8976934,0.8976934 0 0 1 1.11673,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60022,1.1176143 a 0.8976934,0.8976934 0 0 1 -1.1185,-0.5985636"
|
||||
transform="matrix(0,-1,-1,0,0,0)" />
|
||||
<path
|
||||
d="m -287.20572,-1.8730938 a 0.8976934,0.8976934 0 0 1 0.60352,-1.1158338 a 0.8976934,0.8976934 0 0 1 1.11673,0.6018699 a 0.8976934,0.8976934 0 0 1 -0.60022,1.1176144 a 0.8976934,0.8976934 0 0 1 -1.1185,-0.5985637"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="-2.1288035"
|
||||
sodipodi:cx="-286.34521"
|
||||
sodipodi:type="arc"
|
||||
id="path938"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
transform="matrix(0,-1,-1,0,0,0)" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path940"
|
||||
d="m 0.24733303,290.42491 l 6.37168997,0.0247"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 7.1918169,296.92575 l 0.1304988,-6.63714 l 4.3717203,-3.73337 l 5.28522,-0.10382"
|
||||
id="path1069"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1071"
|
||||
d="m 8.2406889,296.95947 l 0.1178587,-5.99411 l 3.9482784,-3.37167 l 4.773296,-0.0938"
|
||||
style="fill:none;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_parallel_dimensions-vertical_coordinates.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="-1.1026463"
|
||||
inkscape:cy="13.240342"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g844"
|
||||
transform="matrix(0,-0.50222198,0.50222198,0,-140.61503,297.0893)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2201"
|
||||
d="M 2.2713905,296.79631 L 2.2471277,280.19178"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.3822571,289.77842 L 12.90933,289.71492"
|
||||
id="path2291"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2408"
|
||||
d="M 0.42072031,295.16414 L 15.327713,295.10144"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 1.4073528,290.02689 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60186 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="289.77118"
|
||||
sodipodi:cx="2.2678561"
|
||||
sodipodi:type="arc"
|
||||
id="path2410"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2448"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.2206104"
|
||||
sodipodi:cy="284.52679"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 1.360107,284.7825 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.1185009,-0.59856" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path2450"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="2.2206101"
|
||||
sodipodi:cy="295.11011"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 1.3601068,295.36582 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11584 a 0.8976934,0.8976934 0 0 1 1.1167253,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002174,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2454"
|
||||
d="m 0.39600556,284.53485 l 8.71981464,-0.0652"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path823"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="11.953496"
|
||||
sodipodi:cy="289.6767"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:open="true"
|
||||
d="m 11.092993,289.93241 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857" />
|
||||
<path
|
||||
d="m 8.0219372,284.64075 a 0.8976934,0.8976934 0 0 1 0.6035211,-1.11583 a 0.8976934,0.8976934 0 0 1 1.1167254,0.60187 a 0.8976934,0.8976934 0 0 1 -0.6002175,1.11761 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59856"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="284.38504"
|
||||
sodipodi:cx="8.8824406"
|
||||
sodipodi:type="arc"
|
||||
id="path825"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 14.825509,295.31858 a 0.8976934,0.8976934 0 0 1 0.603521,-1.11584 a 0.8976934,0.8976934 0 0 1 1.116725,0.60187 a 0.8976934,0.8976934 0 0 1 -0.600217,1.11762 a 0.8976934,0.8976934 0 0 1 -1.118501,-0.59857"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.846824"
|
||||
sodipodi:start="2.8527407"
|
||||
sodipodi:ry="0.8976934"
|
||||
sodipodi:rx="0.8976934"
|
||||
sodipodi:cy="295.06287"
|
||||
sodipodi:cx="15.686012"
|
||||
sodipodi:type="arc"
|
||||
id="path827"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.5;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.54794431;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.8806143,280.0511 l 0.066073,6.11472"
|
||||
id="path838"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path842"
|
||||
d="m 12.000105,280.03501 l 0.0637,11.39133"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.62079936;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.638729,280.11868 l 0.06249,16.56282"
|
||||
id="path844"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="creates_cosmetic_circunference.svg">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
id="linearGradient5969"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5967" />
|
||||
</linearGradient>
|
||||
<pattern
|
||||
y="0"
|
||||
x="0"
|
||||
height="6"
|
||||
width="6"
|
||||
patternUnits="userSpaceOnUse"
|
||||
id="EMFhbasepattern" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="6.8210814"
|
||||
inkscape:cy="26.281493"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g827"
|
||||
transform="matrix(0.56816734,0,0,0.56816734,-0.57714939,128.83144)">
|
||||
<path
|
||||
d="m 2.7558475,292.47372 a 6.9231811,6.9704261 0 0 1 1.7816437,-9.67943 a 6.9231811,6.9704261 0 0 1 9.6186398,1.76745 a 6.9231811,6.9704261 0 0 1 -1.729266,9.68905 a 6.9231811,6.9704261 0 0 1 -9.6280564,-1.71468"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.5299071"
|
||||
sodipodi:start="2.540798"
|
||||
sodipodi:ry="6.9704261"
|
||||
sodipodi:rx="6.9231811"
|
||||
sodipodi:cy="288.53336"
|
||||
sodipodi:cx="8.4666872"
|
||||
sodipodi:type="arc"
|
||||
id="path4508"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:2.8, 1.4, 0.7, 1.4;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 6.7657672,288.54354 a 1.7008928,1.7008928 0 0 1 1.6031927,-1.70836 a 1.7008928,1.7008928 0 0 1 1.7884921,1.51328 a 1.7008928,1.7008928 0 0 1 -1.419363,1.86389 a 1.7008928,1.7008928 0 0 1 -1.9343809,-1.32169"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.9298937"
|
||||
sodipodi:start="3.1355538"
|
||||
sodipodi:ry="1.7008928"
|
||||
sodipodi:rx="1.7008928"
|
||||
sodipodi:cy="288.53326"
|
||||
sodipodi:cx="8.466629"
|
||||
sodipodi:type="arc"
|
||||
id="path1738-3-8"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="m 7.8520164,288.50583 a 0.64556569,0.62194222 0 0 1 0.6245845,-0.64149 a 0.64556569,0.62194222 0 0 1 0.6658861,0.6017 a 0.64556569,0.62194222 0 0 1 -0.6245334,0.64154 a 0.64556569,0.62194222 0 0 1 -0.665934,-0.60165"
|
||||
sodipodi:end="3.109482"
|
||||
sodipodi:start="3.1096357"
|
||||
sodipodi:ry="0.62194222"
|
||||
sodipodi:rx="0.64556569"
|
||||
sodipodi:cy="288.48596"
|
||||
sodipodi:cx="8.4972525"
|
||||
sodipodi:type="arc"
|
||||
id="path1111"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.37433758;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 11.569581,283.91753 a 1.6032633,1.5897803 0 0 1 1.491131,-1.59549 a 1.6032633,1.5897803 0 0 1 1.701011,1.37362 a 1.6032633,1.5897803 0 0 1 -1.273753,1.77103 a 1.6032633,1.5897803 0 0 1 -1.863788,-1.1473"
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="2.8797933"
|
||||
sodipodi:start="3.1355538"
|
||||
sodipodi:ry="1.5897803"
|
||||
sodipodi:rx="1.6032633"
|
||||
sodipodi:cy="283.90793"
|
||||
sodipodi:cx="13.172815"
|
||||
sodipodi:type="arc"
|
||||
id="path1738"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.93862909;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.26458332"
|
||||
d="m 4.591514,293.38948 l 4.7149872,-5.74156 z"
|
||||
id="path834" />
|
||||
<path
|
||||
inkscape:transform-center-y="-0.0372349"
|
||||
inkscape:transform-center-x="-0.098328866"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.6, 0.6;stroke-dashoffset:1.76999998;stroke-opacity:1"
|
||||
d="m 9.098645,287.90981 l 3.077619,-2.94138"
|
||||
id="path836" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,167 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1760"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="extend_cosmetic_line.svg">
|
||||
<defs
|
||||
id="defs1754" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="23.75536"
|
||||
inkscape:cy="14.220011"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata1757">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g854"
|
||||
transform="matrix(0.4907895,0,0,0.4907895,0.07798223,151.47404)">
|
||||
<g
|
||||
transform="translate(-0.01175219,3.2127976)"
|
||||
id="g847">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1772"
|
||||
d="m 2.7850808,288.9819 c 1.0022609,0 1.0022609,0 1.0022609,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 12.943697,288.98393 c 1.002261,0 1.002261,0 1.002261,0"
|
||||
id="path1774"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 1.6626759,288.98781 c 0.7015827,0 0.7015827,0 0.7015827,0"
|
||||
id="path1776"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1778"
|
||||
d="m 14.43765,288.98392 c 0.701582,0 0.701582,0 0.701582,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1780"
|
||||
d="m 0.68959683,288.9819 c 0.55984157,0 0.55984157,0 0.55984157,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.560056,288.98005 c 0.559841,0 0.559841,0 0.559841,0"
|
||||
id="path1782"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.01933171,288.99119 c 0.3590416,0 0.3590416,0 0.3590416,0"
|
||||
id="path1784"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1786"
|
||||
d="m 16.578464,288.97161 c 0.359042,0 0.359042,0 0.359042,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1149"
|
||||
width="8.0386"
|
||||
height="1.6366282"
|
||||
x="4.3079882"
|
||||
y="288.22052" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(-0.01175219)"
|
||||
id="g837">
|
||||
<g
|
||||
id="g832"
|
||||
transform="rotate(13.722362,-56.541194,384.42905)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78381056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
id="path836"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-4.5456862"
|
||||
sodipodi:cy="-35.247486"
|
||||
sodipodi:r1="13.102812"
|
||||
sodipodi:r2="6.5514059"
|
||||
sodipodi:arg1="0.48088728"
|
||||
sodipodi:arg2="1.5280848"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0.152468"
|
||||
d="M 8.2086169,-27.719009 L -14.135245,-28.24334 l 11.0232971,-20.755922 z"
|
||||
transform="matrix(0.0647743,0.2468052,-0.2468052,0.0647743,-20.75832,274.84637)"
|
||||
inkscape:transform-center-x="0.14392061"
|
||||
inkscape:transform-center-y="0.051323891" />
|
||||
</g>
|
||||
<g
|
||||
transform="rotate(-166.46451,-3.4515533,277.66531)"
|
||||
id="g851">
|
||||
<path
|
||||
inkscape:transform-center-y="0.051323891"
|
||||
inkscape:transform-center-x="0.14392061"
|
||||
transform="matrix(0.0647743,0.2468052,-0.2468052,0.0647743,-20.75832,274.84637)"
|
||||
d="M 8.2086169,-27.719009 L -14.135245,-28.24334 l 11.0232971,-20.755922 z"
|
||||
inkscape:randomized="0.152468"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="true"
|
||||
sodipodi:arg2="1.5280848"
|
||||
sodipodi:arg1="0.48088728"
|
||||
sodipodi:r2="6.5514059"
|
||||
sodipodi:r1="13.102812"
|
||||
sodipodi:cy="-35.247486"
|
||||
sodipodi:cx="-4.5456862"
|
||||
sodipodi:sides="3"
|
||||
id="path849"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78381056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
sodipodi:type="star" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1,253 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 16.933333 16.933334"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="assi_circonf_in_cerchio_giallo.svg"
|
||||
inkscape:export-filename="E:\1-FREECAD\COMUNITA'\macro-toolsTechDrav\IconTest\icons-toolsTechDraw\assi_circonf_in_cerchio.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
id="linearGradient5969"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop5967" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6568542"
|
||||
inkscape:cx="25.109085"
|
||||
inkscape:cy="38.000373"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-280.06665)">
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="path835-6"
|
||||
cx="14.357396"
|
||||
cy="285.56192"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<circle
|
||||
r="1.294897"
|
||||
cy="285.46844"
|
||||
cx="14.164527"
|
||||
id="circle963"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="circle965"
|
||||
cx="14.164527"
|
||||
cy="285.46844"
|
||||
r="2.4875872" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="ellipse967"
|
||||
cx="14.169182"
|
||||
cy="285.46854"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<ellipse
|
||||
ry="1.8691021"
|
||||
rx="1.8898904"
|
||||
cy="285.52258"
|
||||
cx="14.132645"
|
||||
id="ellipse969"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="path835-7"
|
||||
cx="8.023921"
|
||||
cy="283.15851"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<circle
|
||||
r="1.294897"
|
||||
cy="283.02103"
|
||||
cx="8.2114019"
|
||||
id="circle935"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="circle937"
|
||||
cx="8.2114019"
|
||||
cy="283.02103"
|
||||
r="2.4875872" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="ellipse939"
|
||||
cx="8.2160568"
|
||||
cy="283.02112"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<ellipse
|
||||
ry="1.8691021"
|
||||
rx="1.8898904"
|
||||
cy="283.07516"
|
||||
cx="8.1795197"
|
||||
id="ellipse941"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.50379795;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.01519174, 1.00759587, 0.50379794, 1.00759587;stroke-dashoffset:4.65509272;stroke-opacity:1"
|
||||
d="m 8.0807972,280.05563 l 0.033335,6.31888"
|
||||
id="path943"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="circle915"
|
||||
cx="3.5811937"
|
||||
cy="294.19968"
|
||||
r="1.294897" />
|
||||
<circle
|
||||
r="2.4875872"
|
||||
cy="294.19968"
|
||||
cx="3.5811937"
|
||||
id="circle917"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.8691021"
|
||||
rx="1.8898904"
|
||||
cy="294.19977"
|
||||
cx="3.5858486"
|
||||
id="ellipse919"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.294897"
|
||||
cy="287.51895"
|
||||
cx="2.5890062"
|
||||
id="circle904"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1" />
|
||||
<circle
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="path835-2-5"
|
||||
cx="2.5890062"
|
||||
cy="287.51895"
|
||||
r="2.4875872" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.79374999;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:3.175, 1.5875, 0.79375, 1.5875;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4508"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.9854546"
|
||||
sodipodi:cy="290.0925"
|
||||
sodipodi:rx="6.9231811"
|
||||
sodipodi:ry="6.9704261"
|
||||
sodipodi:start="2.540798"
|
||||
sodipodi:end="5.7595865"
|
||||
sodipodi:open="true"
|
||||
d="m 3.2746149,294.03287 a 6.9231811,6.9704261 0 0 1 -0.4549413,-7.11044 a 6.9231811,6.9704261 0 0 1 5.9876535,-3.79805 a 6.9231811,6.9704261 0 0 1 6.1737779,3.48291" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="path835"
|
||||
cx="3.5493119"
|
||||
cy="294.25381"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.75;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:39.23077011;stroke-opacity:1"
|
||||
id="path835-2"
|
||||
cx="2.5936606"
|
||||
cy="287.51904"
|
||||
rx="1.8898904"
|
||||
ry="1.8691021" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.52822;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.11288001, 1.05644, 0.52822, 1.05644;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 2.623848,284.02327 l 0.033172,7.41249"
|
||||
id="path5989-1-9"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.5029791;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.01191628, 1.00595814, 0.50297907, 1.00595814;stroke-dashoffset:0.60778832;stroke-opacity:1"
|
||||
d="m -0.08069989,287.43392 l 5.79305869,-0.0169"
|
||||
id="path5989-4"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
<path
|
||||
inkscape:label="path5989"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path921"
|
||||
d="m 3.450576,290.80452 l 0.033362,6.21926"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.00000006, 1.00000003, 0.50000001, 1.00000003;stroke-dashoffset:4.25;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:label="path5989"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path923"
|
||||
d="m -0.01578919,294.31305 l 6.88693479,-0.0168"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.00000006, 1.00000003, 0.50000001, 1.00000003;stroke-dashoffset:4.25;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.00000006, 1.00000003, 0.50000001, 1.00000003;stroke-dashoffset:4.25;stroke-opacity:1"
|
||||
d="m 4.6144192,283.13441 l 6.8869348,-0.0168"
|
||||
id="path945"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.52257675;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.09030702, 1.04515351, 0.52257676, 1.04515351;stroke-dashoffset:4.56209517;stroke-opacity:1"
|
||||
d="m 14.033965,282.07247 l 0.03324,6.81617"
|
||||
id="path971"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
<path
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:0.48691007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.94764032, 0.97382016, 0.48691008, 0.97382016;stroke-dashoffset:3.84658957;stroke-opacity:1"
|
||||
d="m 10.402475,285.58182 l 6.522541,-0.0168"
|
||||
id="path973"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:label="path5989" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="enter_diameter_symbol_in_dimension.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="6.9786817"
|
||||
inkscape:cy="11.424345"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g832"
|
||||
transform="matrix(0.45774741,0,0,0.45774741,0.20138822,160.379)">
|
||||
<g
|
||||
transform="translate(-0.33408691,-0.60135643)"
|
||||
id="g827">
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.25;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1878"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="8.8082666"
|
||||
sodipodi:cy="287.36746"
|
||||
sodipodi:rx="4.6534534"
|
||||
sodipodi:ry="4.6682072"
|
||||
sodipodi:start="2.8527395"
|
||||
sodipodi:end="2.8468159"
|
||||
d="m 4.3476003,288.69722 a 4.6534534,4.6682072 0 0 1 3.1285115,-5.80259 a 4.6534534,4.6682072 0 0 1 5.7888752,3.12983 a 4.6534534,4.6682072 0 0 1 -3.111366,5.81186 A 4.6534534,4.6682072 0 0 1 4.3555306,288.7237"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 10.803344,280.82614 C 6.7307272,293.74341 6.7307272,293.74341 6.7307272,293.74341"
|
||||
id="path1880"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g908">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.49879649;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter1958)"
|
||||
id="path1970-2"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-17.197916"
|
||||
sodipodi:cy="289.20422"
|
||||
sodipodi:r1="0.82020247"
|
||||
sodipodi:r2="2.523628"
|
||||
sodipodi:arg1="1.1089328"
|
||||
sodipodi:arg2="2.1561303"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -16.83242,289.93849 l -1.759744,1.36925 l 0.575608,-2.15412 l -0.305932,-2.20861 l 1.577716,1.57555 l 2.065676,0.83936 z"
|
||||
inkscape:transform-center-x="-1.1870005"
|
||||
inkscape:transform-center-y="-0.38435428"
|
||||
transform="matrix(-0.46043869,0.87402234,-0.90622198,-0.46210975,268.4388,443.28052)" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1"
|
||||
id="rect841"
|
||||
width="9.4239111"
|
||||
height="1.5829397"
|
||||
x="2.3791704"
|
||||
y="293.84268"
|
||||
transform="rotate(-0.28080906)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.49879649;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1970"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-17.197916"
|
||||
sodipodi:cy="289.20422"
|
||||
sodipodi:r1="0.82020247"
|
||||
sodipodi:r2="2.523628"
|
||||
sodipodi:arg1="1.1089328"
|
||||
sodipodi:arg2="2.1561303"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -16.83242,289.93849 l -1.759744,1.36925 l 0.575608,-2.15412 l -0.305932,-2.20861 l 1.577716,1.57555 l 2.065676,0.83936 z"
|
||||
inkscape:transform-center-x="1.1936193"
|
||||
inkscape:transform-center-y="0.37847883"
|
||||
transform="matrix(0.45306844,-0.87786549,0.91007806,0.4544685,-252.68278,147.9845)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1876"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="insert_tubular_diameter_symbol_in_dimension.svg"
|
||||
style="enable-background:new">
|
||||
<defs
|
||||
id="defs1870">
|
||||
<inkscape:path-effect
|
||||
effect="powerstroke"
|
||||
id="path-effect1900"
|
||||
is_visible="true"
|
||||
offset_points="0,0.095902298"
|
||||
sort_points="true"
|
||||
interpolator_type="CubicBezierJohan"
|
||||
interpolator_beta="0.2"
|
||||
start_linecap_type="zerowidth"
|
||||
linejoin_type="extrp_arc"
|
||||
miter_limit="4"
|
||||
end_linecap_type="zerowidth" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1958-7">
|
||||
<feBlend
|
||||
inkscape:collect="always"
|
||||
mode="exclusion"
|
||||
in2="BackgroundImage"
|
||||
id="feBlend1960-2" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="15.204229"
|
||||
inkscape:cy="14.313812"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata1873">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)"
|
||||
style="filter:url(#filter1958)">
|
||||
<g
|
||||
id="g831"
|
||||
transform="matrix(0.48428154,0,0,0.48428154,0.15423988,153.00786)">
|
||||
<g
|
||||
transform="matrix(0.9648148,0,0,0.9648148,0.30283021,9.9199696)"
|
||||
id="g982">
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 10.602892,280.22478 C 6.5302751,293.14205 6.5302751,293.14205 6.5302751,293.14205"
|
||||
id="path1880"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.25;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect2130"
|
||||
width="8.9478979"
|
||||
height="9.3488026"
|
||||
x="4.0786753"
|
||||
y="282.30298" />
|
||||
</g>
|
||||
<g
|
||||
id="g908"
|
||||
style="filter:url(#filter1958-7)"
|
||||
transform="matrix(0.94890326,0,0,0.94890326,0.3584664,15.090186)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.49879649;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter1958-7)"
|
||||
id="path1970-2"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-17.197916"
|
||||
sodipodi:cy="289.20422"
|
||||
sodipodi:r1="0.82020247"
|
||||
sodipodi:r2="2.523628"
|
||||
sodipodi:arg1="1.1089328"
|
||||
sodipodi:arg2="2.1561303"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -16.83242,289.93849 l -1.759744,1.36925 l 0.575608,-2.15412 l -0.305932,-2.20861 l 1.577716,1.57555 l 2.065676,0.83936 z"
|
||||
inkscape:transform-center-x="-1.1870005"
|
||||
inkscape:transform-center-y="-0.38435428"
|
||||
transform="matrix(-0.46043869,0.87402234,-0.90622198,-0.46210975,268.4388,443.28052)" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1"
|
||||
id="rect841"
|
||||
width="9.4239111"
|
||||
height="1.5829397"
|
||||
x="2.3791704"
|
||||
y="293.84268"
|
||||
transform="rotate(-0.28080906)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.49879649;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path1970"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-17.197916"
|
||||
sodipodi:cy="289.20422"
|
||||
sodipodi:r1="0.82020247"
|
||||
sodipodi:r2="2.523628"
|
||||
sodipodi:arg1="1.1089328"
|
||||
sodipodi:arg2="2.1561303"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -16.83242,289.93849 l -1.759744,1.36925 l 0.575608,-2.15412 l -0.305932,-2.20861 l 1.577716,1.57555 l 2.065676,0.83936 z"
|
||||
inkscape:transform-center-x="1.1936193"
|
||||
inkscape:transform-center-y="0.37847883"
|
||||
transform="matrix(0.45306844,-0.87786549,0.91007806,0.4544685,-252.68278,147.9845)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg843"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="creates_cosmetic_parallel.svg">
|
||||
<defs
|
||||
id="defs837" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="0.91289294"
|
||||
inkscape:cy="14.381402"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false" />
|
||||
<metadata
|
||||
id="metadata840">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g818"
|
||||
transform="matrix(0.49556144,0,0,0.49556144,-0.024424,149.77952)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.6000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect825"
|
||||
width="1.391614"
|
||||
height="14.016263"
|
||||
x="228.56145"
|
||||
y="172.03438"
|
||||
transform="matrix(0.64298429,0.76587936,-0.76272685,0.64672077,0,0)" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
transform="matrix(0.62156793,0.78336027,-0.77777715,0.62854014,0,0)"
|
||||
d="m 224.92784,172.26166 a 1.6844164,1.7167388 0 0 1 1.68508,-1.71441 a 1.6844164,1.7167388 0 0 1 1.68376,1.71576 a 1.6844164,1.7167388 0 0 1 -1.68183,1.71772 a 1.6844164,1.7167388 0 0 1 -1.687,-1.71243"
|
||||
sodipodi:end="3.1390863"
|
||||
sodipodi:start="3.1429535"
|
||||
sodipodi:ry="1.7167388"
|
||||
sodipodi:rx="1.6844164"
|
||||
sodipodi:cy="172.26399"
|
||||
sodipodi:cx="226.61226"
|
||||
sodipodi:type="arc"
|
||||
id="path827"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.60001194;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path845-6"
|
||||
d="M 13.37281,280.83818 C 0.65746922,290.72811 0.65746922,290.72811 0.65746922,290.72811"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:1.86800003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.73600016, 1.86800008;stroke-dashoffset:2.16688013;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg843"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="creates_cosmetic_perpendicular.svg">
|
||||
<defs
|
||||
id="defs837" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="10.69456"
|
||||
inkscape:cy="15.079131"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false" />
|
||||
<metadata
|
||||
id="metadata840">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g818"
|
||||
transform="matrix(0.51353284,0,0,0.51353284,-0.0983307,144.66326)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.60006005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect825"
|
||||
width="1.5705374"
|
||||
height="15.777605"
|
||||
x="294.5943"
|
||||
y="-20.915379"
|
||||
transform="matrix(-0.01554413,0.99987918,-0.99999007,0.00445675,0,0)" />
|
||||
<path
|
||||
transform="matrix(-0.03564269,0.9993646,-0.99964309,-0.0267149,0,0)"
|
||||
d="m 280.3783,-18.529088 a 1.6844164,1.7173343 0 0 1 1.68482,-1.714997 a 1.6844164,1.7173343 0 0 1 1.68401,1.71582 a 1.6844164,1.7173343 0 0 1 -1.68104,1.718845 a 1.6844164,1.7173343 0 0 1 -1.68778,-1.711965 l 1.6844,-0.0054 z"
|
||||
sodipodi:end="3.1384683"
|
||||
sodipodi:start="3.1429535"
|
||||
sodipodi:ry="1.7173343"
|
||||
sodipodi:rx="1.6844164"
|
||||
sodipodi:cy="-18.526751"
|
||||
sodipodi:cx="282.06271"
|
||||
sodipodi:type="arc"
|
||||
id="path827"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.60001194;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path845-6"
|
||||
d="M 8.5002418,281.3705 C 8.3163896,294.17878 8.3163896,294.17878 8.3163896,294.17878"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.8, 1.4, 0.7, 1.4;stroke-dashoffset:1.3904779;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg2442"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="lock_unlocks.svg">
|
||||
<defs
|
||||
id="defs2436" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="17.063355"
|
||||
inkscape:cy="17.66239"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata2439">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g847"
|
||||
transform="matrix(0.4984248,0,0,0.4984248,-0.00113074,148.98497)">
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:1.25632036;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path2453"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="13.760179"
|
||||
sodipodi:cy="284.64337"
|
||||
sodipodi:rx="2.1845067"
|
||||
sodipodi:ry="3.6464634"
|
||||
sodipodi:start="3.0654335"
|
||||
sodipodi:end="6.2258878"
|
||||
d="m 11.582004,284.92081 a 2.1845067,3.6464634 0 0 1 0.956508,-3.30037 a 2.1845067,3.6464634 0 0 1 2.191502,-0.24447 a 2.1845067,3.6464634 0 0 1 1.211086,3.05858" />
|
||||
<rect
|
||||
y="292.05035"
|
||||
x="0.95289612"
|
||||
height="4.0958862"
|
||||
width="4.2289028"
|
||||
id="rect2444"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.54592681;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1" />
|
||||
<path
|
||||
d="m 0.80129009,292.19764 a 2.3239918,3.0456593 0 0 1 0.91477741,-3.27296 a 2.3239918,3.0456593 0 0 1 2.6596962,-0.004 a 2.3239918,3.0456593 0 0 1 0.9210204,3.26995 l -2.2484853,-0.77004 z"
|
||||
sodipodi:end="0.25560707"
|
||||
sodipodi:start="2.8834847"
|
||||
sodipodi:ry="3.0456593"
|
||||
sodipodi:rx="2.3239918"
|
||||
sodipodi:cy="291.42023"
|
||||
sodipodi:cx="3.0482988"
|
||||
sodipodi:type="arc"
|
||||
id="path2446"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.15944505;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#241f1c;stroke-width:0.51877135;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="rect2451"
|
||||
width="5.1330118"
|
||||
height="5.9843373"
|
||||
x="6.9455357"
|
||||
y="285.09763" />
|
||||
<path
|
||||
d="m 2.9530534,295.34034 a 0.11604583,0.8922264 0 0 1 0.058909,-1.17546 a 0.11604583,0.8922264 0 0 1 0.1530786,0.449 a 0.11604583,0.8922264 0 0 1 -0.057888,1.17845 a 0.11604583,0.8922264 0 0 1 -0.1534647,-0.44114 l 0.1055163,-0.37136 z"
|
||||
sodipodi:end="2.7123083"
|
||||
sodipodi:start="2.7256484"
|
||||
sodipodi:ry="0.8922264"
|
||||
sodipodi:rx="0.11604583"
|
||||
sodipodi:cy="294.97983"
|
||||
sodipodi:cx="3.0592046"
|
||||
sodipodi:type="arc"
|
||||
id="path2455"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.96529508;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.96529508;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path2457"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="9.4375525"
|
||||
sodipodi:cy="288.88495"
|
||||
sodipodi:rx="0.11604583"
|
||||
sodipodi:ry="0.8922264"
|
||||
sodipodi:start="2.7256484"
|
||||
sodipodi:end="2.7123083"
|
||||
d="M 9.3314012,289.24546 A 0.11604583,0.8922264 0 0 1 9.3903099,288.07 a 0.11604583,0.8922264 0 0 1 0.1530787,0.44901 a 0.11604583,0.8922264 0 0 1 -0.057888,1.17844 a 0.11604583,0.8922264 0 0 1 -0.1534647,-0.44114 l 0.1055163,-0.37136 z" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="m 1.1617009,287.46006 a 4.7719498,4.1104913 0 0 1 0.6698145,-4.11211 a 4.7719498,4.1104913 0 0 1 4.4901588,-1.51089"
|
||||
sodipodi:end="4.8694745"
|
||||
sodipodi:start="2.7514982"
|
||||
sodipodi:ry="4.1104913"
|
||||
sodipodi:rx="4.7719498"
|
||||
sodipodi:cy="285.89694"
|
||||
sodipodi:cx="5.5751491"
|
||||
sodipodi:type="arc"
|
||||
id="path2467"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1" />
|
||||
<path
|
||||
transform="matrix(-0.77368119,0.03045927,-0.04104615,-0.57412844,9.6158337,441.64104)"
|
||||
inkscape:transform-center-y="0.0704959"
|
||||
inkscape:transform-center-x="0.64908508"
|
||||
d="m -9.8037565,277.79408 l -0.1227514,2.74144 l -2.3127871,-1.47703 l -2.312787,-1.47703 l 2.435538,-1.26441 l 2.4355389,-1.26442 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="1.0919438"
|
||||
sodipodi:arg1="0.044746233"
|
||||
sodipodi:r2="3.1687224"
|
||||
sodipodi:r1="1.5843612"
|
||||
sodipodi:cy="277.72321"
|
||||
sodipodi:cx="-11.386532"
|
||||
sodipodi:sides="3"
|
||||
id="path2471"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
transform="scale(-1)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path2473"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-10.945518"
|
||||
sodipodi:cy="-290.95706"
|
||||
sodipodi:rx="4.7719498"
|
||||
sodipodi:ry="4.1104913"
|
||||
sodipodi:start="2.7514982"
|
||||
sodipodi:end="4.8694745"
|
||||
d="m -15.358966,-289.39394 a 4.7719498,4.1104913 0 0 1 0.669815,-4.11211 a 4.7719498,4.1104913 0 0 1 4.490159,-1.51089"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.59932739;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path2475"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-11.386532"
|
||||
sodipodi:cy="277.72321"
|
||||
sodipodi:r1="1.5843612"
|
||||
sodipodi:r2="3.1687224"
|
||||
sodipodi:arg1="0.044746233"
|
||||
sodipodi:arg2="1.0919438"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -9.8037565,277.79408 l -0.1227514,2.74144 l -2.3127871,-1.47703 l -2.312787,-1.47703 l 2.435538,-1.26441 l 2.4355389,-1.26442 z"
|
||||
inkscape:transform-center-x="0.69341115"
|
||||
inkscape:transform-center-y="0.078385873"
|
||||
transform="matrix(0.82651514,-0.03386789,0.04384915,0.6383776,6.9071153,117.14246)" />
|
||||
<path
|
||||
transform="matrix(0.9979999,0.06321555,-0.06425151,0.99793374,0,0)"
|
||||
d="m 28.955674,283.85036 a 2.9862709,4.6673632 0 0 1 1.307568,-4.22439 a 2.9862709,4.6673632 0 0 1 2.995833,-0.3129 a 2.9862709,4.6673632 0 0 1 1.655584,3.91489"
|
||||
sodipodi:end="6.2258878"
|
||||
sodipodi:start="3.0654335"
|
||||
sodipodi:ry="4.6673632"
|
||||
sodipodi:rx="2.9862709"
|
||||
sodipodi:cy="283.49524"
|
||||
sodipodi:cx="31.933289"
|
||||
sodipodi:type="arc"
|
||||
id="path1056"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.4000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40009835;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path1058"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="37.101521"
|
||||
sodipodi:cy="281.54913"
|
||||
sodipodi:rx="1.5723449"
|
||||
sodipodi:ry="3.3908281"
|
||||
sodipodi:start="3.0654335"
|
||||
sodipodi:end="6.2258878"
|
||||
d="m 35.533733,281.80713 a 1.5723449,3.3908281 0 0 1 0.688467,-3.06901 a 1.5723449,3.3908281 0 0 1 1.57738,-0.22733 a 1.5723449,3.3908281 0 0 1 0.871705,2.84416"
|
||||
transform="matrix(0.99347566,0.11404432,-0.08284192,0.9965627,0,0)" />
|
||||
<rect
|
||||
y="284.80463"
|
||||
x="15.113432"
|
||||
height="0.10572692"
|
||||
width="1.4758906"
|
||||
id="rect1060"
|
||||
style="opacity:1;fill:#241f1c;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.38876712;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:8.84409428;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:open="true"
|
||||
d="m -16.03658,-288.93707 a 4.4298511,4.7464762 0 0 1 0.621796,-4.74834 a 4.4298511,4.7464762 0 0 1 4.168262,-1.74466"
|
||||
sodipodi:end="4.8694745"
|
||||
sodipodi:start="2.7514982"
|
||||
sodipodi:ry="4.7464762"
|
||||
sodipodi:rx="4.4298511"
|
||||
sodipodi:cy="-290.74203"
|
||||
sodipodi:cx="-11.939529"
|
||||
sodipodi:type="arc"
|
||||
id="path1062"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#241f1c;stroke-width:0.41413835;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
transform="scale(-1)" />
|
||||
<path
|
||||
transform="scale(-1)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#241f1c;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:20.88188934;stroke-opacity:1"
|
||||
id="path1064"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-11.593354"
|
||||
sodipodi:cy="-290.64011"
|
||||
sodipodi:rx="3.4502699"
|
||||
sodipodi:ry="3.759037"
|
||||
sodipodi:start="2.7514982"
|
||||
sodipodi:end="4.8694745"
|
||||
d="m -14.784416,-289.21064 a 3.4502699,3.759037 0 0 1 0.484297,-3.76051 a 3.4502699,3.759037 0 0 1 3.246526,-1.38171"
|
||||
sodipodi:open="true" />
|
||||
<rect
|
||||
transform="matrix(0.91472438,-0.40407835,0.30677888,0.95178082,0,0)"
|
||||
style="opacity:1;fill:#241f1c;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.37112433;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:8.84409428;stroke-opacity:1"
|
||||
id="rect1066"
|
||||
width="1.3282681"
|
||||
height="0.1070567"
|
||||
x="-75.064827"
|
||||
y="271.91772" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,135 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg4073"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="align_horizontal_dimensions.svg">
|
||||
<defs
|
||||
id="defs4067" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="12.389259"
|
||||
inkscape:cy="21.44034"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4070">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g836"
|
||||
transform="matrix(0.52551464,0,0,0.52551464,-0.14147699,141.06617)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect895"
|
||||
width="5.7197375"
|
||||
height="1.0867482"
|
||||
x="288.76083"
|
||||
y="-8.9626799" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect891"
|
||||
width="7.8538671"
|
||||
height="1.0475148"
|
||||
x="0.61811602"
|
||||
y="295.0643" />
|
||||
<rect
|
||||
y="290.57584"
|
||||
x="8.17764"
|
||||
height="1.0475148"
|
||||
width="7.8538671"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4129"
|
||||
d="m 8.4336437,288.87431 c 0.023525,5.8834 0.023525,5.8834 0.023525,5.8834"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#ffff00;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.82428935,295.5588 C 8.2235169,295.5355 8.2235169,295.5355 8.2235169,295.5355"
|
||||
id="path4228"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="m 8.4783072,291.11758 c 7.3992278,-0.0233 7.3992278,-0.0233 7.3992278,-0.0233"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="291.14661"
|
||||
cx="8.4405127"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.3391491,280.681 c 0.02352,5.8834 0.02352,5.8834 0.02352,5.8834"
|
||||
id="path4238"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4240"
|
||||
d="m 0.87153618,282.59493 c 7.39922692,-0.0233 7.39922692,-0.0233 7.39922692,-0.0233"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.4644678,282.60067 c 7.3992292,-0.0233 7.3992292,-0.0233 7.3992292,-0.0233"
|
||||
id="path4242"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle4244"
|
||||
cx="8.3627243"
|
||||
cy="282.52426"
|
||||
r="0.8504464" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle897"
|
||||
cx="8.4405127"
|
||||
cy="295.32269"
|
||||
r="1.1885443" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg4073"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="align_oblique_dimensions.svg">
|
||||
<defs
|
||||
id="defs4067" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="24.827562"
|
||||
inkscape:cy="13.956107"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4070">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g880"
|
||||
transform="translate(0.26726953,0.06681738)">
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.33423391;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.154459,290.39011 c 1.7232797,1.75281 1.7232797,1.75281 1.7232797,1.75281"
|
||||
id="path4238"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4240"
|
||||
d="m 0.4792692,293.14092 c 2.2062513,-2.16539 2.2062513,-2.16539 2.2062513,-2.16539"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.33423391;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.33423391;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 2.7519272,290.92771 c 2.2062521,-2.1654 2.2062521,-2.1654 2.2062521,-2.1654"
|
||||
id="path4242"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
transform="rotate(-44.284125)"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.41779238;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle4244"
|
||||
cx="-201.20311"
|
||||
cy="210.16066"
|
||||
r="0.35531002" />
|
||||
</g>
|
||||
<g
|
||||
id="g874"
|
||||
transform="translate(0,-0.16704345)">
|
||||
<rect
|
||||
transform="rotate(45.715875)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.12533772;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect895"
|
||||
width="2.3896627"
|
||||
height="0.45403513"
|
||||
x="212.76625"
|
||||
y="200.95245" />
|
||||
<rect
|
||||
transform="rotate(-44.284125)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect891"
|
||||
width="2.983115"
|
||||
height="0.39787495"
|
||||
x="-204.11264"
|
||||
y="215.41908" />
|
||||
<rect
|
||||
transform="rotate(-44.284125)"
|
||||
y="213.53622"
|
||||
x="-200.69931"
|
||||
height="0.41672659"
|
||||
width="3.1244571"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.125;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4129"
|
||||
d="m 4.560978,292.819 c 1.7232812,1.75282 1.7232812,1.75282 1.7232812,1.75282"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#ffff00;stroke:#ffff00;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 4.4750323,296.83385 c 2.0057692,-1.96862 2.0057692,-1.96862 2.0057692,-1.96862"
|
||||
id="path4228"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="m 5.2785485,293.43409 c 2.4762754,-2.43042 2.4762754,-2.43042 2.4762754,-2.43042"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
transform="rotate(-44.284125)"
|
||||
r="0.49656475"
|
||||
cy="213.76302"
|
||||
cx="-201.17061"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.12533772;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<circle
|
||||
transform="rotate(-44.284125)"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.12533772;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle897"
|
||||
cx="-201.17061"
|
||||
cy="215.50775"
|
||||
r="0.49656475" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
@@ -0,0 +1,135 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg4073"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="align_vertical_dimensions.svg">
|
||||
<defs
|
||||
id="defs4067" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="10.69263"
|
||||
inkscape:cy="17.103071"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4070">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g836"
|
||||
transform="matrix(-0.00478681,-0.52549284,0.52549284,-0.00478681,-147.42109,298.5231)">
|
||||
<rect
|
||||
transform="rotate(90)"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect895"
|
||||
width="5.7197375"
|
||||
height="1.0867482"
|
||||
x="288.76083"
|
||||
y="-8.9626799" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect891"
|
||||
width="7.8538671"
|
||||
height="1.0475148"
|
||||
x="0.61811602"
|
||||
y="295.0643" />
|
||||
<rect
|
||||
y="290.57584"
|
||||
x="8.17764"
|
||||
height="1.0475148"
|
||||
width="7.8538671"
|
||||
id="rect889"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4129"
|
||||
d="m 8.4336437,288.87431 c 0.023525,5.8834 0.023525,5.8834 0.023525,5.8834"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#ffff00;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 0.82428935,295.5588 C 8.2235169,295.5355 8.2235169,295.5355 8.2235169,295.5355"
|
||||
id="path4228"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4230"
|
||||
d="m 8.4783072,291.11758 c 7.3992278,-0.0233 7.3992278,-0.0233 7.3992278,-0.0233"
|
||||
style="fill:none;stroke:#ffff00;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<circle
|
||||
r="1.1885443"
|
||||
cy="291.14661"
|
||||
cx="8.4405127"
|
||||
id="path4234"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.3391491,280.681 c 0.02352,5.8834 0.02352,5.8834 0.02352,5.8834"
|
||||
id="path4238"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4240"
|
||||
d="m 0.87153618,282.59493 c 7.39922692,-0.0233 7.39922692,-0.0233 7.39922692,-0.0233"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.4644678,282.60067 c 7.3992292,-0.0233 7.3992292,-0.0233 7.3992292,-0.0233"
|
||||
id="path4242"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle4244"
|
||||
cx="8.3627243"
|
||||
cy="282.52426"
|
||||
r="0.8504464" />
|
||||
<circle
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.30000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10.15369987;stroke-opacity:1"
|
||||
id="circle897"
|
||||
cx="8.4405127"
|
||||
cy="295.32269"
|
||||
r="1.1885443" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg2489"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="align_section_view.svg">
|
||||
<defs
|
||||
id="defs2483" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="11.604247"
|
||||
inkscape:cy="18.486865"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata2486">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g824"
|
||||
transform="matrix(0.49732844,0,0,0.49732844,0.01991508,149.26315)">
|
||||
<rect
|
||||
y="287.24817"
|
||||
x="9.4858809"
|
||||
height="9.3688259"
|
||||
width="7.0383244"
|
||||
id="rect2535"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.80000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.8, 1.6;stroke-dashoffset:4.31922436;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:transform-center-y="-0.80378634"
|
||||
transform="matrix(0,-3.4025463,2.5394707,0,-704.74692,245.42514)"
|
||||
inkscape:transform-center-x="5.0338367e-005"
|
||||
d="m -11.90625,282.68414 l -0.708705,0.40917 l -0.708706,0.40918 v -0.81835 v -0.81834 l 0.708706,0.40917 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="1.0471976"
|
||||
sodipodi:arg1="0"
|
||||
sodipodi:r2="0.47247022"
|
||||
sodipodi:r1="0.94494045"
|
||||
sodipodi:cy="282.68414"
|
||||
sodipodi:cx="-12.851191"
|
||||
sodipodi:sides="3"
|
||||
id="path2543"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.40000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.90891218;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffff00;stroke-width:0.80000001;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:0.8, 1.59999999;stroke-dashoffset:4.40799999;stroke-opacity:1"
|
||||
id="rect2585"
|
||||
width="6.4229436"
|
||||
height="9.178669"
|
||||
x="0.92496854"
|
||||
y="280.98859" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2541"
|
||||
d="m 13.13345,290.53163 c 0,5.73714 0,5.73714 0,5.73714"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.2, 0.6, 0.3, 0.6;stroke-dashoffset:2.34000015;stroke-opacity:1" />
|
||||
<rect
|
||||
y="280.33215"
|
||||
x="0.27163589"
|
||||
height="10.498693"
|
||||
width="7.726563"
|
||||
id="rect1014"
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.50326627;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.45782781;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:2.45782781;stroke-opacity:1"
|
||||
id="rect1016"
|
||||
width="5.1072178"
|
||||
height="7.8593574"
|
||||
x="1.5825319"
|
||||
y="281.65424" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg1760"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="shortens_cosmetic_line.svg">
|
||||
<defs
|
||||
id="defs1754" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="13.197672"
|
||||
inkscape:cy="22.797662"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-global="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true" />
|
||||
<metadata
|
||||
id="metadata1757">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g874"
|
||||
transform="matrix(0.49660898,0,0,0.49660898,0.02287439,149.87618)">
|
||||
<g
|
||||
transform="translate(0,3.2127976)"
|
||||
id="g847">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1772"
|
||||
d="m 2.7850808,288.9819 c 1.0022609,0 1.0022609,0 1.0022609,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 12.943697,288.98393 c 1.002261,0 1.002261,0 1.002261,0"
|
||||
id="path1774"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 1.6626759,288.98781 c 0.7015827,0 0.7015827,0 0.7015827,0"
|
||||
id="path1776"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1778"
|
||||
d="m 14.43765,288.98392 c 0.701582,0 0.701582,0 0.701582,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1780"
|
||||
d="m 0.68959683,288.9819 c 0.55984157,0 0.55984157,0 0.55984157,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 15.560056,288.98005 c 0.559841,0 0.559841,0 0.559841,0"
|
||||
id="path1782"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 0.01933171,288.99119 c 0.3590416,0 0.3590416,0 0.3590416,0"
|
||||
id="path1784"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1786"
|
||||
d="m 16.578464,288.97161 c 0.359042,0 0.359042,0 0.359042,0"
|
||||
style="fill:none;stroke:#ff0000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect1149"
|
||||
width="8.0386"
|
||||
height="1.6366282"
|
||||
x="4.3079882"
|
||||
y="288.22052" />
|
||||
</g>
|
||||
<g
|
||||
id="g857">
|
||||
<g
|
||||
transform="rotate(13.722362,-60.4724,338.51558)"
|
||||
id="g829">
|
||||
<path
|
||||
inkscape:transform-center-y="0.051323891"
|
||||
inkscape:transform-center-x="0.14392061"
|
||||
transform="matrix(0.0647743,0.2468052,-0.2468052,0.0647743,-20.75832,274.84637)"
|
||||
d="M 8.2086169,-27.719009 L -14.135245,-28.24334 l 11.0232971,-20.755922 z"
|
||||
inkscape:randomized="0.152468"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="true"
|
||||
sodipodi:arg2="1.5280848"
|
||||
sodipodi:arg1="0.48088728"
|
||||
sodipodi:r2="6.5514059"
|
||||
sodipodi:r1="13.102812"
|
||||
sodipodi:cy="-35.247486"
|
||||
sodipodi:cx="-4.5456862"
|
||||
sodipodi:sides="3"
|
||||
id="path827"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78381056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
sodipodi:type="star" />
|
||||
</g>
|
||||
<g
|
||||
id="g833"
|
||||
transform="rotate(-166.46451,2.0838882,276.85014)">
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78381056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
id="path831"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="-4.5456862"
|
||||
sodipodi:cy="-35.247486"
|
||||
sodipodi:r1="13.102812"
|
||||
sodipodi:r2="6.5514059"
|
||||
sodipodi:arg1="0.48088728"
|
||||
sodipodi:arg2="1.5280848"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0.152468"
|
||||
d="M 8.2086169,-27.719009 L -14.135245,-28.24334 l 11.0232971,-20.755922 z"
|
||||
transform="matrix(0.0647743,0.2468052,-0.2468052,0.0647743,-20.75832,274.84637)"
|
||||
inkscape:transform-center-x="0.14392061"
|
||||
inkscape:transform-center-y="0.051323891" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 8.4666665 8.466667"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||
sodipodi:docname="creates_vertex_in_intersection.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6"
|
||||
inkscape:cx="0.39593337"
|
||||
inkscape:cy="11.211985"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
showborder="true"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="745"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-grids="false" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-288.53332)">
|
||||
<g
|
||||
id="g823"
|
||||
transform="matrix(0.52801555,0,0,0.52801555,-0.03874093,140.42525)">
|
||||
<rect
|
||||
transform="matrix(0.16972102,0.98549215,-0.7016739,0.71249824,0,0)"
|
||||
y="40.148502"
|
||||
x="255.90279"
|
||||
height="19.741411"
|
||||
width="1.5080181"
|
||||
id="rect1209"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.33283648;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.30060679;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1"
|
||||
id="rect1211"
|
||||
width="1.2843243"
|
||||
height="14.573614"
|
||||
x="66.915649"
|
||||
y="-293.27548"
|
||||
transform="matrix(-0.98462431,0.17468532,-0.26232187,-0.96498043,0,0)" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1213"
|
||||
d="m 7.4460271,286.94116 c -1.1731514,-0.1214 -2.3167333,0.002 -3.325731,0.35937 c -2.1714071,0.76865 -3.47963726,2.52859 -3.423983,4.60624 l 0.756301,0.0956 c 0.019684,-2.75554 2.7838824,-4.63798 6.192574,-4.21719 c 3.4108469,0.42139 6.1896629,2.99108 6.2233319,5.75497 l 0.46618,0.0665 l 0.374493,0.0743 c 0.01381,-2.06907 -1.333621,-4.1655 -3.52649,-5.48676 c -1.135245,-0.68387 -2.4296252,-1.11792 -3.7366759,-1.25302 z"
|
||||
style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#2b2200;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="2.3975773"
|
||||
rx="2.3975775"
|
||||
cy="288.11752"
|
||||
cx="8.6016769"
|
||||
id="path1231"
|
||||
style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27679408;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:25.19470787;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
404
src/Mod/TechDraw/Gui/TaskSelectLineAttributes.cpp
Normal file
@@ -0,0 +1,404 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2021 edi *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
* This library is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU Library General Public *
|
||||
* License as published by the Free Software Foundation; either *
|
||||
* version 2 of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This library is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU Library General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU Library General Public *
|
||||
* License along with this library; see the file COPYING.LIB. If not, *
|
||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
||||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#include <cmath>
|
||||
#include <BRepBndLib.hxx>
|
||||
#include <Bnd_Box.hxx>
|
||||
|
||||
#endif // #ifndef _PreComp_
|
||||
|
||||
#include <BRepBuilderAPI_MakeEdge.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
#include <QStatusBar>
|
||||
#include <QGraphicsScene>
|
||||
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Tools.h>
|
||||
#include <Base/UnitsApi.h>
|
||||
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/Control.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/MainWindow.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/WaitCursor.h>
|
||||
|
||||
#include <Mod/TechDraw/App/DrawPage.h>
|
||||
#include <Mod/TechDraw/App/DrawUtil.h>
|
||||
#include <Mod/TechDraw/App/DrawView.h>
|
||||
#include <Mod/TechDraw/App/DrawViewPart.h>
|
||||
#include <Mod/TechDraw/App/Geometry.h>
|
||||
#include <Mod/TechDraw/App/Cosmetic.h>
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskSelectLineAttributes.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
#include "QGIPrimPath.h"
|
||||
#include "MDIViewPage.h"
|
||||
#include "ViewProviderPage.h"
|
||||
#include "ViewProviderViewPart.h"
|
||||
#include "Rez.h"
|
||||
|
||||
#include "TaskSelectLineAttributes.h"
|
||||
|
||||
using namespace Gui;
|
||||
using namespace TechDraw;
|
||||
using namespace TechDrawGui;
|
||||
|
||||
#define solid 1
|
||||
#define dashed 2
|
||||
#define dotted 3
|
||||
#define dashdotted 4
|
||||
|
||||
//enum EdgeType{solid, dashed, dotted, dashdotted};
|
||||
//enum EdgeWidth{small, middle, thick };
|
||||
#define small 1
|
||||
#define middle 2
|
||||
#define thick 3
|
||||
//enum EdgeColor{black, grey, red, green, blue, magenta, cyan, yellow};
|
||||
|
||||
#define black 1
|
||||
#define grey 2
|
||||
#define red 3
|
||||
#define green 4
|
||||
#define blue 5
|
||||
#define magenta 6
|
||||
#define cyan 7
|
||||
#define yellow 8
|
||||
|
||||
//===========================================================================
|
||||
// managing global line attributes
|
||||
//===========================================================================
|
||||
|
||||
lineAttributes::lineAttributes(void)
|
||||
{
|
||||
style = dotted;
|
||||
width = middle;
|
||||
color = black;
|
||||
}
|
||||
|
||||
void lineAttributes::setStyle(int newStyle)
|
||||
{
|
||||
style = newStyle;
|
||||
}
|
||||
|
||||
int lineAttributes::getStyle(void)
|
||||
{
|
||||
return style;
|
||||
}
|
||||
|
||||
void lineAttributes::setWidth(float newWidth)
|
||||
{
|
||||
width = newWidth;
|
||||
}
|
||||
|
||||
int lineAttributes::getWidth(void)
|
||||
{
|
||||
return width;
|
||||
}
|
||||
|
||||
float lineAttributes::getWidthValue(void)
|
||||
{
|
||||
switch(width){
|
||||
case small:
|
||||
return 0.18f;
|
||||
break;
|
||||
case middle:
|
||||
return 0.35f;
|
||||
break;
|
||||
case thick:
|
||||
return 0.5f;
|
||||
break;
|
||||
default:
|
||||
return 0.35f;
|
||||
}
|
||||
}
|
||||
|
||||
void lineAttributes::setColor(int newColor)
|
||||
{
|
||||
color = newColor;
|
||||
}
|
||||
|
||||
int lineAttributes::getColor(void)
|
||||
{
|
||||
return color;
|
||||
}
|
||||
|
||||
App::Color lineAttributes::getColorValue(void)
|
||||
{
|
||||
switch(color){
|
||||
case black:
|
||||
return App::Color(0.0,0.0,0.0);
|
||||
break;
|
||||
case grey:
|
||||
return App::Color(0.7,0.7,0.7);
|
||||
break;
|
||||
case red:
|
||||
return App::Color(1.0,0.0,0.0);
|
||||
break;
|
||||
case green:
|
||||
return App::Color(0.0,1.0,0.0);
|
||||
break;
|
||||
case blue:
|
||||
return App::Color(0.0,0.0,1.0);
|
||||
break;
|
||||
case magenta:
|
||||
return App::Color(1.0,0.0,1.0);
|
||||
break;
|
||||
case cyan:
|
||||
return App::Color(0.0,1.0,1.0);
|
||||
break;
|
||||
case yellow:
|
||||
return App::Color(1.0,1.0,0.0);
|
||||
break;
|
||||
default:
|
||||
return App::Color(0.0,0.0,0.0);
|
||||
}
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
// TaskSelectLineAttributes
|
||||
//===========================================================================
|
||||
|
||||
TaskSelectLineAttributes::TaskSelectLineAttributes(lineAttributes * ptActiveAttributes) :
|
||||
ui(new Ui_TaskSelectLineAttributes),
|
||||
activeAttributes(ptActiveAttributes)
|
||||
|
||||
{
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
setUiEdit();
|
||||
}
|
||||
|
||||
TaskSelectLineAttributes::~TaskSelectLineAttributes()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void TaskSelectLineAttributes::updateTask()
|
||||
{
|
||||
// blockUpdate = true;
|
||||
|
||||
// blockUpdate = false;
|
||||
}
|
||||
|
||||
|
||||
void TaskSelectLineAttributes::changeEvent(QEvent *e)
|
||||
{
|
||||
if (e->type() == QEvent::LanguageChange) {
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
}
|
||||
|
||||
void TaskSelectLineAttributes::setUiEdit()
|
||||
{
|
||||
setWindowTitle(QObject::tr("Select Line Attributes"));
|
||||
int lineStyle = activeAttributes->getStyle();
|
||||
switch(lineStyle){
|
||||
case solid:
|
||||
ui->rbSolid->setChecked(true);
|
||||
break;
|
||||
case dashed:
|
||||
ui->rbDashed->setChecked(true);
|
||||
break;
|
||||
case dotted:
|
||||
ui->rbDotted->setChecked(true);
|
||||
break;
|
||||
case dashdotted:
|
||||
ui->rbDashDotted->setChecked(true);
|
||||
break;
|
||||
default:
|
||||
ui->rbDashDotted->setChecked(true);
|
||||
}
|
||||
|
||||
int lineWidth = activeAttributes->getWidth();
|
||||
switch(lineWidth){
|
||||
case small:
|
||||
ui->rbThin->setChecked(true);
|
||||
break;
|
||||
case middle:
|
||||
ui->rbMiddle->setChecked(true);
|
||||
break;
|
||||
case thick:
|
||||
ui->rbThick->setChecked(true);
|
||||
break;
|
||||
default:
|
||||
ui->rbMiddle->setChecked(true);
|
||||
}
|
||||
|
||||
int lineColor = activeAttributes->getColor();
|
||||
switch(lineColor){
|
||||
case black:
|
||||
ui->rbBlack->setChecked(true);
|
||||
break;
|
||||
case grey:
|
||||
ui->rbGrey->setChecked(true);
|
||||
break;
|
||||
case red:
|
||||
ui->rbRed->setChecked(true);
|
||||
break;
|
||||
case green:
|
||||
ui->rbGreen->setChecked(true);
|
||||
break;
|
||||
case blue:
|
||||
ui->rbBlue->setChecked(true);
|
||||
break;
|
||||
case magenta:
|
||||
ui->rbMagenta->setChecked(true);
|
||||
break;
|
||||
case cyan:
|
||||
ui->rbCyan->setChecked(true);
|
||||
break;
|
||||
case yellow:
|
||||
ui->rbGreen->setChecked(true);
|
||||
break;
|
||||
default:
|
||||
ui->rbBlack->setChecked(true);
|
||||
}
|
||||
}
|
||||
|
||||
bool TaskSelectLineAttributes::accept()
|
||||
{
|
||||
if (ui->rbSolid->isChecked()){
|
||||
activeAttributes->setStyle(solid);
|
||||
}
|
||||
else if (ui->rbDashed->isChecked()){
|
||||
activeAttributes->setStyle(dashed);
|
||||
}
|
||||
else if (ui->rbDotted->isChecked()){
|
||||
activeAttributes->setStyle(dotted);
|
||||
}
|
||||
else if (ui->rbDashDotted->isChecked()){
|
||||
activeAttributes->setStyle(dashdotted);
|
||||
}
|
||||
else {
|
||||
activeAttributes->setStyle(dashdotted);
|
||||
}
|
||||
|
||||
if (ui->rbThin->isChecked()){
|
||||
activeAttributes->setWidth(small);
|
||||
}
|
||||
else if (ui->rbMiddle->isChecked()){
|
||||
activeAttributes->setWidth(middle);
|
||||
}
|
||||
else if (ui->rbThick->isChecked()){
|
||||
activeAttributes->setWidth(thick);
|
||||
}
|
||||
else {
|
||||
activeAttributes->setWidth(middle);
|
||||
}
|
||||
|
||||
if (ui->rbBlack->isChecked()){
|
||||
activeAttributes->setColor(black);
|
||||
}
|
||||
else if (ui->rbGrey->isChecked()){
|
||||
activeAttributes->setColor(grey);
|
||||
}
|
||||
else if (ui->rbRed->isChecked()){
|
||||
activeAttributes->setColor(red);
|
||||
}
|
||||
else if (ui->rbGreen->isChecked()){
|
||||
activeAttributes->setColor(green);
|
||||
}
|
||||
else if (ui->rbBlue->isChecked()){
|
||||
activeAttributes->setColor(blue);
|
||||
}
|
||||
else if (ui->rbMagenta->isChecked()){
|
||||
activeAttributes->setColor(magenta);
|
||||
}
|
||||
else if (ui->rbCyan->isChecked()){
|
||||
activeAttributes->setColor(cyan);
|
||||
}
|
||||
else if (ui->rbYellow->isChecked()){
|
||||
activeAttributes->setColor(yellow);
|
||||
}
|
||||
else {
|
||||
activeAttributes->setColor(black);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TaskSelectLineAttributes::reject()
|
||||
{
|
||||
//there's nothing to do.
|
||||
Gui::Command::doCommand(Gui::Command::Gui,"Gui.ActiveDocument.resetEdit()");
|
||||
return false;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
// TaskDlgSelectLineAttributes
|
||||
//===========================================================================
|
||||
|
||||
TaskDlgSelectLineAttributes::TaskDlgSelectLineAttributes(lineAttributes * ptActiveAttributes)
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskSelectLineAttributes(ptActiveAttributes);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("TechDraw_ExtensionSelectLineAttributes"),
|
||||
widget->windowTitle(), true, 0);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
}
|
||||
|
||||
TaskDlgSelectLineAttributes::~TaskDlgSelectLineAttributes()
|
||||
{
|
||||
}
|
||||
|
||||
void TaskDlgSelectLineAttributes::update()
|
||||
{
|
||||
// widget->updateTask();
|
||||
}
|
||||
|
||||
//==== calls from the TaskView ===============================================================
|
||||
void TaskDlgSelectLineAttributes::open()
|
||||
{
|
||||
}
|
||||
|
||||
void TaskDlgSelectLineAttributes::clicked(int)
|
||||
{
|
||||
}
|
||||
|
||||
bool TaskDlgSelectLineAttributes::accept()
|
||||
{
|
||||
widget->accept();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TaskDlgSelectLineAttributes::reject()
|
||||
{
|
||||
widget->reject();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
#include <Mod/TechDraw/Gui/moc_TaskSelectLineAttributes.cpp>
|
||||
143
src/Mod/TechDraw/Gui/TaskSelectLineAttributes.h
Normal file
@@ -0,0 +1,143 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2021 edi *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
* This library is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU Library General Public *
|
||||
* License as published by the Free Software Foundation; either *
|
||||
* version 2 of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This library is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU Library General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU Library General Public *
|
||||
* License along with this library; see the file COPYING.LIB. If not, *
|
||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
||||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef TECHDRAWGUI_TASKSELECTLINEATTRIBUTES_H
|
||||
#define TECHDRAWGUI_TASKSELECTLINEATTRIBUTES_H
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include <Mod/TechDraw/App/Cosmetic.h>
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskSelectLineAttributes.h>
|
||||
|
||||
class Ui_TaskSelectLineAttributes;
|
||||
|
||||
namespace App {
|
||||
class DocumentObject;
|
||||
}
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
class DrawPage;
|
||||
class DrawView;
|
||||
class DrawViewPart;
|
||||
class CosmeticEdge;
|
||||
class LineFormat;
|
||||
}
|
||||
|
||||
namespace TechDraw
|
||||
{
|
||||
class Face;
|
||||
}
|
||||
|
||||
namespace TechDrawGui
|
||||
{
|
||||
class QGVPage;
|
||||
class QGIView;
|
||||
class QGIPrimPath;
|
||||
class MDIViewPage;
|
||||
class ViewProviderViewPart;
|
||||
|
||||
class lineAttributes {
|
||||
int style;
|
||||
int width;
|
||||
int color;
|
||||
|
||||
public:
|
||||
|
||||
lineAttributes(void);
|
||||
void setStyle(int);
|
||||
int getStyle(void);
|
||||
void setWidth(float);
|
||||
int getWidth(void);
|
||||
float getWidthValue(void);
|
||||
void setColor(int);
|
||||
int getColor(void);
|
||||
App::Color getColorValue(void);
|
||||
|
||||
}; // class lineAttributes
|
||||
|
||||
class TaskSelectLineAttributes : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
TaskSelectLineAttributes(lineAttributes * ptActiveAttributes);
|
||||
~TaskSelectLineAttributes();
|
||||
|
||||
public Q_SLOTS:
|
||||
|
||||
public:
|
||||
virtual bool accept();
|
||||
virtual bool reject();
|
||||
void updateTask();
|
||||
lineAttributes* activeAttributes;
|
||||
|
||||
protected Q_SLOTS:
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
|
||||
void setUiEdit(void);
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui_TaskSelectLineAttributes> ui;
|
||||
|
||||
}; // class TaskSelectLineAttributes
|
||||
|
||||
class TaskDlgSelectLineAttributes : public Gui::TaskView::TaskDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
TaskDlgSelectLineAttributes(lineAttributes * ptActiveAttributes);
|
||||
~TaskDlgSelectLineAttributes();
|
||||
|
||||
public:
|
||||
/// is called the TaskView when the dialog is opened
|
||||
virtual void open();
|
||||
/// is called by the framework if an button is clicked which has no accept or reject role
|
||||
virtual void clicked(int);
|
||||
/// is called by the framework if the dialog is accepted (Ok)
|
||||
virtual bool accept();
|
||||
/// is called by the framework if the dialog is rejected (Cancel)
|
||||
virtual bool reject();
|
||||
/// is called by the framework if the user presses the help button
|
||||
virtual void helpRequested() { return;}
|
||||
virtual bool isAllowedAlterDocument(void) const
|
||||
{ return false; }
|
||||
void update();
|
||||
|
||||
protected:
|
||||
|
||||
private:
|
||||
TaskSelectLineAttributes* widget;
|
||||
|
||||
Gui::TaskView::TaskBox* taskbox;
|
||||
}; // class TaskDlgSelectLineAttributes
|
||||
|
||||
} // namespace TechDrawGui
|
||||
|
||||
#endif // #ifndef TECHDRAWGUI_TASKSELECTLINEATTRIBUTES_H
|
||||
321
src/Mod/TechDraw/Gui/TaskSelectLineAttributes.ui
Normal file
@@ -0,0 +1,321 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>TechDrawGui::TaskSelectLineAttributes</class>
|
||||
<widget class="QWidget" name="TechDrawGui::TaskSelectLineAttributes">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>350</width>
|
||||
<height>331</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>250</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Line attributes</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
#+++++++++++++++++++++++++++++++++++++++++++++
|
||||
<layout class="QGridLayout" name="lineStyles">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_styles">
|
||||
<property name="text">
|
||||
<string>Linestyles:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
#-------------------------
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="rbSolid">
|
||||
<property name="text">
|
||||
<string>solid</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set Line style to solid</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineStyles</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="2" column="0">
|
||||
<widget class="QRadioButton" name="rbDashed">
|
||||
<property name="text">
|
||||
<string>dashed</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineStyles</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="3" column="0">
|
||||
<widget class="QRadioButton" name="rbDotted">
|
||||
<property name="text">
|
||||
<string>dotted</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineStyles</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#-------------------------------------
|
||||
<item row="4" column="0">
|
||||
<widget class="QRadioButton" name="rbDashDotted">
|
||||
<property name="text">
|
||||
<string>dash dotted</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineStyles</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#--------------------------------------
|
||||
</layout> # lineStyles
|
||||
</item>
|
||||
############################################
|
||||
<item>
|
||||
#----------------------------------------------
|
||||
<layout class="QGridLayout" name="lineWidth">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_width">
|
||||
<property name="text">
|
||||
<string>Lineswidth:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
#-------------------------
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="rbThin">
|
||||
<property name="text">
|
||||
<string>small</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineWidth</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="2" column="0">
|
||||
<widget class="QRadioButton" name="rbMiddle">
|
||||
<property name="text">
|
||||
<string>middle</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineWidth</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="3" column="0">
|
||||
<widget class="QRadioButton" name="rbThick">
|
||||
<property name="text">
|
||||
<string>thick</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineWidth</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout> # lineWidth
|
||||
</item>
|
||||
############################################
|
||||
<item>
|
||||
#----------------------------------------------
|
||||
<layout class="QGridLayout" name="lineColors">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_colors">
|
||||
<property name="text">
|
||||
<string>Linecolors:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
#-------------------------
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="rbBlack">
|
||||
<property name="text">
|
||||
<string>black</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#-------------------------
|
||||
<item row="1" column="1">
|
||||
<widget class="QRadioButton" name="rbBlue">
|
||||
<property name="text">
|
||||
<string>blue</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="2" column="0">
|
||||
<widget class="QRadioButton" name="rbGrey">
|
||||
<property name="text">
|
||||
<string>grey</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="2" column="1">
|
||||
<widget class="QRadioButton" name="rbMagenta">
|
||||
<property name="text">
|
||||
<string>magenta</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="3" column="0">
|
||||
<widget class="QRadioButton" name="rbRed">
|
||||
<property name="text">
|
||||
<string>red</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="3" column="1">
|
||||
<widget class="QRadioButton" name="rbCyan">
|
||||
<property name="text">
|
||||
<string>cyan</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="4" column="0">
|
||||
<widget class="QRadioButton" name="rbGreen">
|
||||
<property name="text">
|
||||
<string>green</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
#------------------------------------
|
||||
<item row="4" column="1">
|
||||
<widget class="QRadioButton" name="rbYellow">
|
||||
<property name="text">
|
||||
<string>yellow</string>
|
||||
</property>
|
||||
<property name="autoExclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">bgLineColor</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout> # lineWidth
|
||||
</item>
|
||||
############################################
|
||||
</layout> # QVBoxLayout
|
||||
</widget>
|
||||
<buttongroups>
|
||||
<buttongroup name="bgLineStyles">
|
||||
<property name="exclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</buttongroup>
|
||||
<buttongroup name="bgLineWidth">
|
||||
<property name="exclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</buttongroup>
|
||||
<buttongroup name="bgLineColor">
|
||||
<property name="exclusive">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</buttongroup>
|
||||
</buttongroups>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>Gui::QuantitySpinBox</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>Gui/QuantitySpinBox.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="Resources/TechDraw.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
@@ -83,14 +83,53 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
*dimensions << "TechDraw_LinkDimension";
|
||||
*dimensions << "TechDraw_LandmarkDimension";
|
||||
|
||||
// toolattributes
|
||||
// extension: attributes and modifications
|
||||
Gui::MenuItem* toolattrib = new Gui::MenuItem;
|
||||
toolattrib->setCommand("Extensions: Centerlines/Threading");
|
||||
*toolattrib << "TechDraw_ExtensionCircleCenterLines";
|
||||
*toolattrib << "TechDraw_ExtensionThreadHoleSide";
|
||||
*toolattrib << "TechDraw_ExtensionThreadBoltSide";
|
||||
*toolattrib << "TechDraw_ExtensionThreadHoleBottom";
|
||||
*toolattrib << "TechDraw_ExtensionThreadBoltBottom";
|
||||
toolattrib->setCommand("Extensions: attributes and modifications");
|
||||
*toolattrib << "TechDraw_ExtensionSelectLineAttributes";
|
||||
*toolattrib << "TechDraw_ExtensionExtendLine";
|
||||
*toolattrib << "TechDraw_ExtensionShortenLine";
|
||||
*toolattrib << "TechDraw_ExtensionLockUnlockView";
|
||||
*toolattrib << "TechDraw_ExtensionPositionSectionView";
|
||||
*toolattrib << "TechDraw_ExtensionChangeLineAttributes";
|
||||
*toolattrib << "TechDraw_ExtensionPosHorizChainDimension";
|
||||
*toolattrib << "TechDraw_ExtensionPosVertChainDimension";
|
||||
*toolattrib << "TechDraw_ExtensionPosObliqueChainDimension";
|
||||
*toolattrib << "TechDraw_ExtensionCascadeHorizDimension";
|
||||
*toolattrib << "TechDraw_ExtensionCascadeVertDimension";
|
||||
*toolattrib << "TechDraw_ExtensionCascadeObliqueDimension";
|
||||
|
||||
// extension: centerlines and threading
|
||||
Gui::MenuItem* toolcenter = new Gui::MenuItem;
|
||||
toolcenter->setCommand("Extensions: centerlines and threading");
|
||||
*toolcenter << "TechDraw_ExtensionCircleCenterLines";
|
||||
*toolcenter << "TechDraw_ExtensionHoleCircle";
|
||||
*toolcenter << "TechDraw_ExtensionVertexAtIntersection";
|
||||
*toolcenter << "TechDraw_ExtensionDrawCosmCircle";
|
||||
*toolcenter << "TechDraw_ExtensionArc";
|
||||
*toolcenter << "TechDraw_ExtensionLineParallel";
|
||||
*toolcenter << "TechDraw_ExtensionLinePerpendicular";
|
||||
*toolcenter << "TechDraw_ExtensionThreadHoleSide";
|
||||
*toolcenter << "TechDraw_ExtensionThreadBoltSide";
|
||||
*toolcenter << "TechDraw_ExtensionThreadHoleBottom";
|
||||
*toolcenter << "TechDraw_ExtensionThreadBoltBottom";
|
||||
|
||||
// extension: dimensions
|
||||
Gui::MenuItem* tooldimensions = new Gui::MenuItem;
|
||||
tooldimensions->setCommand("Extensions: dimensions");
|
||||
*tooldimensions << "TechDraw_ExtensionInsertDiameter";
|
||||
*tooldimensions << "TechDraw_ExtensionInsertSquare";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateHorizChainDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateVertChainDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateObliqueChainDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateHorizCoordDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateVertCoordDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateObliqueCoordDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateHorizChamferDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateVertChamferDimension";
|
||||
*tooldimensions << "TechDraw_ExtensionCreateLengthArc";
|
||||
*tooldimensions << "TechDraw_ExtensionIncreaseDecimal";
|
||||
*tooldimensions << "TechDraw_ExtensionDecreaseDecimal";
|
||||
|
||||
// annotations
|
||||
Gui::MenuItem* annotations = new Gui::MenuItem;
|
||||
@@ -137,6 +176,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
*draw << "Separator";
|
||||
*draw << dimensions;
|
||||
*draw << toolattrib;
|
||||
*draw << toolcenter;
|
||||
*draw << tooldimensions;
|
||||
*draw << "Separator";
|
||||
*draw << "TechDraw_ExportPageSVG";
|
||||
*draw << "TechDraw_ExportPageDXF";
|
||||
@@ -200,13 +241,62 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
*dims << "TechDraw_LandmarkDimension";
|
||||
// *dims << "TechDraw_Dimension"
|
||||
|
||||
Gui::ToolBarItem *attribs = new Gui::ToolBarItem(root);
|
||||
attribs->setCommand("TechDraw Tool Attributes");
|
||||
*attribs << "TechDraw_ExtensionCircleCenterLines";
|
||||
*attribs << "TechDraw_ExtensionThreadHoleSide";
|
||||
*attribs << "TechDraw_ExtensionThreadBoltSide";
|
||||
*attribs << "TechDraw_ExtensionThreadHoleBottom";
|
||||
*attribs << "TechDraw_ExtensionThreadBoltBottom";
|
||||
Gui::ToolBarItem *extattribs = new Gui::ToolBarItem(root);
|
||||
extattribs->setCommand("TechDraw Attributes");
|
||||
*extattribs << "TechDraw_ExtensionSelectLineAttributes";
|
||||
*extattribs << "TechDraw_ExtensionExtendShortenLineGroup";
|
||||
// *extattribs << "TechDraw_ExtensionExtendLine";
|
||||
// *extattribs << "TechDraw_ExtensionShortenLine";
|
||||
*extattribs << "TechDraw_ExtensionLockUnlockView";
|
||||
*extattribs << "TechDraw_ExtensionPositionSectionView";
|
||||
*extattribs << "TechDraw_ExtensionChangeLineAttributes";
|
||||
*extattribs << "TechDraw_ExtensionPosChainDimensionGroup";
|
||||
// *extattribs << "TechDraw_ExtensionPosHorizChainDimension";
|
||||
// *extattribs << "TechDraw_ExtensionPosVertChainDimension";
|
||||
// *extattribs << "TechDraw_ExtensionPosObliqueChainDimension";
|
||||
*extattribs << "TechDraw_ExtensionCascadeDimensionGroup";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeHorizDimension";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeVertDimension";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeObliqueDimension";
|
||||
|
||||
Gui::ToolBarItem *extcenter = new Gui::ToolBarItem(root);
|
||||
extcenter->setCommand("TechDraw Centerlines");
|
||||
*extcenter << "TechDraw_ExtensionCircleCenterLinesGroup";
|
||||
// *extcenter << "TechDraw_ExtensionCircleCenterLines";
|
||||
// *extcenter << "TechDraw_ExtensionHoleCircle";
|
||||
*extcenter << "TechDraw_ExtensionVertexAtIntersection";
|
||||
*extcenter << "TechDraw_ExtensionDrawCirclesGroup";
|
||||
// *extcenter << "TechDraw_ExtensionDrawCosmCircle";
|
||||
// *extcenter << "TechDraw_ExtensionArc";
|
||||
*extcenter << "TechDraw_ExtensionLinePPGroup";
|
||||
// *extcenter << "TechDraw_ExtensionLineParallel";
|
||||
// *extcenter << "TechDraw_ExtensionLinePerpendicular";
|
||||
*extcenter << "TechDraw_ExtensionThreadsGroup";
|
||||
// *extcenter << "TechDraw_ExtensionThreadHoleSide";
|
||||
// *extcenter << "TechDraw_ExtensionThreadHoleBottom";
|
||||
// *extcenter << "TechDraw_ExtensionThreadBoltSide";
|
||||
// *extcenter << "TechDraw_ExtensionThreadBoltBottom";
|
||||
|
||||
Gui::ToolBarItem *extdimensions = new Gui::ToolBarItem(root);
|
||||
extdimensions->setCommand("TechDraw Extend Dimensions");
|
||||
*extdimensions << "TechDraw_ExtensionInsertPraefixGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionInsertDiameter";
|
||||
// *extdimensions << "TechDraw_ExtensionInsertSquare";
|
||||
*extdimensions << "TechDraw_ExtensionCreateChainDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizChainDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertChainDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateObliqueChainDimension";
|
||||
*extdimensions << "TechDraw_ExtensionCreateCoordDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizCoordDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertCoordDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateObliqueCoordDimension";
|
||||
*extdimensions << "TechDraw_ExtensionChamferDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizChamferDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertChamferDimension";
|
||||
*extdimensions << "TechDraw_ExtensionCreateLengthArc";
|
||||
*extdimensions << "TechDraw_ExtensionIncreaseDecreaseGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionIncreaseDecimal";
|
||||
// *extdimensions << "TechDraw_ExtensionDecreaseDecimal";
|
||||
|
||||
Gui::ToolBarItem *file = new Gui::ToolBarItem(root);
|
||||
file->setCommand("TechDraw File Access");
|
||||
@@ -282,14 +372,62 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
*dims << "TechDraw_LandmarkDimension";
|
||||
// *dims << "TechDraw_Dimension";
|
||||
|
||||
Gui::ToolBarItem *attribs = new Gui::ToolBarItem(root);
|
||||
attribs->setCommand("TechDraw Tool Attributes");
|
||||
*attribs << "TechDraw_ExtensionCircleCenterLines";
|
||||
*attribs << "TechDraw_ExtensionThreadHoleSide";
|
||||
*attribs << "TechDraw_ExtensionThreadBoltSide";
|
||||
*attribs << "TechDraw_ExtensionThreadHoleBottom";
|
||||
*attribs << "TechDraw_ExtensionThreadBoltBottom";
|
||||
Gui::ToolBarItem *extattribs = new Gui::ToolBarItem(root);
|
||||
extattribs->setCommand("TechDraw Attributes");
|
||||
*extattribs << "TechDraw_ExtensionSelectLineAttributes";
|
||||
*extattribs << "TechDraw_ExtensionExtendShortenLineGroup";
|
||||
// *extattribs << "TechDraw_ExtensionExtendLine";
|
||||
// *extattribs << "TechDraw_ExtensionShortenLine";
|
||||
*extattribs << "TechDraw_ExtensionLockUnlockView";
|
||||
*extattribs << "TechDraw_ExtensionPositionSectionView";
|
||||
*extattribs << "TechDraw_ExtensionChangeLineAttributes";
|
||||
*extattribs << "TechDraw_ExtensionPosChainDimensionGroup";
|
||||
// *extattribs << "TechDraw_ExtensionPosHorizChainDimension";
|
||||
// *extattribs << "TechDraw_ExtensionPosVertChainDimension";
|
||||
// *extattribs << "TechDraw_ExtensionPosObliqueChainDimension";
|
||||
*extattribs << "TechDraw_ExtensionCascadeDimensionGroup";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeHorizDimension";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeVertDimension";
|
||||
// *extattribs << "TechDraw_ExtensionCascadeObliqueDimension";
|
||||
|
||||
Gui::ToolBarItem *extcenter = new Gui::ToolBarItem(root);
|
||||
extcenter->setCommand("TechDraw Centerlines");
|
||||
*extcenter << "TechDraw_ExtensionCircleCenterLinesGroup";
|
||||
// *extcenter << "TechDraw_ExtensionCircleCenterLines";
|
||||
// *extcenter << "TechDraw_ExtensionHoleCircle";
|
||||
*extcenter << "TechDraw_ExtensionVertexAtIntersection";
|
||||
*extcenter << "TechDraw_ExtensionDrawCirclesGroup";
|
||||
// *extcenter << "TechDraw_ExtensionDrawCosmCircle";
|
||||
// *extcenter << "TechDraw_ExtensionArc";
|
||||
*extcenter << "TechDraw_ExtensionLinePPGroup";
|
||||
// *extcenter << "TechDraw_ExtensionLineParallel";
|
||||
// *extcenter << "TechDraw_ExtensionLinePerpendicular";
|
||||
*extcenter << "TechDraw_ExtensionThreadsGroup";
|
||||
// *extcenter << "TechDraw_ExtensionThreadHoleSide";
|
||||
// *extcenter << "TechDraw_ExtensionThreadHoleBottom";
|
||||
// *extcenter << "TechDraw_ExtensionThreadBoltSide";
|
||||
// *extcenter << "TechDraw_ExtensionThreadBoltBottom";
|
||||
|
||||
Gui::ToolBarItem *extdimensions = new Gui::ToolBarItem(root);
|
||||
extdimensions->setCommand("TechDraw Extend Dimensions");
|
||||
*extdimensions << "TechDraw_ExtensionInsertPraefixGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionInsertDiameter";
|
||||
// *extdimensions << "TechDraw_ExtensionInsertSquare";
|
||||
*extdimensions << "TechDraw_ExtensionCreateChainDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizChainDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertChainDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateObliqueChainDimension";
|
||||
*extdimensions << "TechDraw_ExtensionCreateCoordDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizCoordDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertCoordDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateObliqueCoordDimension";
|
||||
*extdimensions << "TechDraw_ExtensionChamferDimensionGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateHorizChamferDimension";
|
||||
// *extdimensions << "TechDraw_ExtensionCreateVertChamferDimension";
|
||||
*extdimensions << "TechDraw_ExtensionCreateLengthArc";
|
||||
*extdimensions << "TechDraw_ExtensionIncreaseDecreaseGroup";
|
||||
// *extdimensions << "TechDraw_ExtensionIncreaseDecimal";
|
||||
// *extdimensions << "TechDraw_ExtensionDecreaseDecimal";
|
||||
|
||||
Gui::ToolBarItem *file = new Gui::ToolBarItem(root);
|
||||
file->setCommand("TechDraw File Access");
|
||||
|
||||