Fixed minor mistakes and omissions

This commit is contained in:
HowThatWorks
2024-03-04 03:36:44 +01:00
parent f9172e03e4
commit 2dfc2b7ad6
4 changed files with 19 additions and 5 deletions

View File

@@ -55,6 +55,9 @@
<text id="Creator label" x="80.5" y="3.6">Created by:</text>
<text id="Document type label" x="0.5" y="15.6">Document type:</text>
<text id="Paper size label" x="80.5" y="27.6">Paper size:</text>
<text id="Sheet scale label" x="120.5" y="-8.4">Scale:</text>
<text id="General tolerances label" x="80.5" y="-8.4">General tolerances:</text>
<text id="Part material label" x="0.5" y="-8.4">Part Material:</text>
</g>
<g id="Data fields" style="font-size:5px;font-family:osifont;text-anchor:start;fill:#000000;stroke:none">
<text id="Identification number data field" x="1" y="33.2" freecad:editable="drawing_number"><tspan>DN</tspan></text>
@@ -66,5 +69,17 @@
<text id="Creator data field" x="81" y="9.2" freecad:editable="created_by"><tspan>A. Nemesis</tspan></text>
<text id="Document type data field" x="1" y="21.2" freecad:editable="document_type"><tspan>Assembly Drawing</tspan></text>
<text id="Paper size data field" x="90" y="33.2" style="text-align:center;text-anchor:middle">A3</text>
<text id="Sheet scale data field" x="130" y="-2.8" style="text-align:center;text-anchor:middle" freecad:editable="page_scale"><tspan>1 : 1</tspan></text>
<text id="General tolerances data field" x="81" y="-2.8" freecad:editable="general_tolerances"><tspan>ISO 2768-m</tspan></text>
<text id="Part material data field" x="1" y="-2.8" freecad:editable="general_notes"><tspan>Stainless steel Mat.No. 1.4301</tspan></text>
</g>
<g id="Outlines" style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round">
<path id="Trapezoid" d="m 159,-17 -10,2.5 v 5 l 10,2.5 z" />
<circle id="Inner circle" cx="166" r="2.5" cy="-12" />
<circle id="Outer circle" cx="166" r="5" cy="-12" />
</g>
<g id="Centre lines" style="fill:none;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:6, 0.75, 0.125, 0.75" >
<path id="Horizontal" d="m 148,-12 h 24" style="stroke-dashoffset:0.25" />
<path id="Vertical" d="m 166,-6 v -12" style="stroke-dashoffset:4.625" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -32,7 +32,7 @@
</rdf:RDF>
</metadata>
<g id="Borders" style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:round;stroke-linejoin:round">
<rect id="Frame" x="0" y="0"width="180" height="36" style="stroke-width:0.7" />
<rect id="Frame" x="0" y="0" width="180" height="36" style="stroke-width:0.7" />
<rect id="Owner border" x="140" y="0" width="40" height="24" />
<rect id="Identification number border" x="0" y="24" width="60" height="12" />
<rect id="Revision index border" x="100" y="24" width="20" height="12" />

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -81,7 +81,6 @@
<text id="General tolerances data field" x="81" y="-2.8" freecad:editable="general_tolerances"><tspan>ISO 2768-m</tspan></text>
<text id="Part material data field" x="1" y="-2.8" freecad:editable="general_notes"><tspan>Stainless steel Mat.No. 1.4301</tspan></text>
</g>
</g>
<g id="Outlines" style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round">
<path id="Trapezoid" d="m 159,-17 -10,2.5 v 5 l 10,2.5 z" />
<circle id="Inner circle" cx="166" r="2.5" cy="-12" />

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="180mm"
height="60mm"
viewBox="0 0 180 60"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:freecad="http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace">
<title id="title1">Titleblock ISO 5457</title>
<title id="title1">Titleblock ISO 7200</title>
<metadata id="metadata1">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:title>Titleblock ISO 5457</dc:title>
<dc:title>Titleblock ISO 7200</dc:title>
<cc:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
<dc:creator>
<cc:Agent>

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB