deleted assets folder

This commit is contained in:
Ryan Schultz 2024-04-24 15:07:32 -05:00
parent 67e748d73f
commit b4f63384c7
7 changed files with 0 additions and 2864 deletions

View File

@ -1,25 +0,0 @@
/*
* BlenderBIM Add-on - OpenBIM Blender Add-on
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
*
* This file is part of BlenderBIM Add-on.
*
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* BlenderBIM Add-on 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
*/
.cut { fill: none; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; fill-rule: evenodd; }
.projection { fill: none; stroke: rgb(70, 70, 70); stroke-linecap: 'round'; stroke-width: 0.15; }

View File

@ -1,260 +0,0 @@
/*
* BlenderBIM Add-on - OpenBIM Blender Add-on
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
*
* This file is part of BlenderBIM Add-on.
*
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* BlenderBIM Add-on 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
*/
* { stroke-linecap: round; stroke-linejoin: round; }
text, tspan { /* 2.5mm */ fill: #2C5573; stroke: none; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; }
.cut, .cut.material-poche { fill: hwb(0 40% 60%); stroke: black; stroke-linecap: 'round'; stroke-width: 1.0; fill-rule: evenodd; }
.surface {fill: white; stroke-width: 0.1;}
.projection { fill: white; stroke: rgb(70, 70, 70); stroke-linecap: 'round'; stroke-width: 0.15; }
.annotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
.IfcAnnotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
/* .IfcGeographicElement { fill: none; stroke: rgb(150, 150, 150); stroke-linecap: 'round'; stroke-dasharray: 1, 2;} */
.PredefinedType-LINEWORK { stroke: #2C5573; stroke-width: 0.25; }
.PredefinedType-LINEWORK.dashed { stroke-dasharray: 3, 2; }
.PredefinedType-LINEWORK.fine { stroke-width: 0.18; stroke: #777777; }
.PredefinedType-LINEWORK.thin { stroke-width: 0.25; }
.PredefinedType-LINEWORK.medium { stroke-width: 0.35; }
.PredefinedType-LINEWORK.thick { stroke-width: 0.5; }
.PredefinedType-LINEWORK.strong { stroke-width: 1; }
.PredefinedType-BACKGROUND { stroke: black; stroke-width: 0.18; }
.PredefinedType-GRID { marker-start: url(#grid-marker); marker-end: url(#grid-marker); }
.predefinedtype-GRID {stroke-dasharray: 12.5, 3, 3, 3;}
.PredefinedType-SECTION { stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-SECTIONLEVEL { marker-start: url(#section-level-marker); stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-PLANLEVEL { marker-end: url(#plan-level-marker); }
.PredefinedType-DIMENSION { marker-start: url(#dimension-marker-start); marker-end: url(#dimension-marker-end); }
.PredefinedType-ANGLE { marker-start: url(#angle-marker-start); marker-end: url(#angle-marker-end); }
.PredefinedType-RADIUS { marker-end: url(#fall-marker-end); }
.PredefinedType-FALL { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEANGLE { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEPERCENT { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEFRACTION { marker-end: url(#radius-marker-end); }
.PredefinedType-DIAMETER { marker-start: url(#diameter-marker-start); marker-end: url(#diameter-marker-end); }
.PredefinedType-HIDDENLINE { stroke-dasharray: 1, .75; }
.PredefinedType-STAIRARROW { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); }
.PredefinedType-BOUNDARY { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12, 4, 3, 4, 3, 4; }
.PredefinedType-WIDEREDDASHED { fill: none; stroke: red; stroke-width: 2; stroke-dasharray: 4, 4; }
.PredefinedType-SEALANT { fill: url(#crosshatch1); stroke-width: 0.25; }
.PredefinedType-FILLAREA { fill: white; stroke: black; }
.PredefinedType-EXISTING { fill: #2C5573; fill-opacity: .4 }
.PredefinedType-BREAKLINE { fill: none; stroke: #2C5573; stroke-width: 0.25; marker-mid: url(#breakline-marker); }
.PredefinedType-TEXT { fill: #2C5573; stroke: none; }
.predefinedtype-PROVISIONFORSPACE { stroke-dasharray: 1, .75; }
path.PredefinedType-TEXTLEADER { marker-end: url(#leader-marker); }
text.PredefinedType-TEXTLEADER, tspan.PredefinedType-TEXTLEADER { fill: #2C5573; stroke: none; }
text.title, tspan.title { /* 7mm */ font-size: 11.55px; }
text.header, tspan.header { /* 5mm */ font-size: 8.25px; }
text.large, tspan.large { /* 3.5mm */ font-size: 5.78px; }
text.regular, tspan.regular { /* 2.5mm */ font-size: 4.13px; }
text.small, tspan.small { /* 1.8mm */ font-size: 2.97px; }
text.GRID, tspan.GRID { /* 5mm */ font-size: 5px; }
.material-blank { fill: white; }
.material-diagonal1 { fill: url(#diagonal1); }
.material-diagonal2 { fill: url(#diagonal2); }
.material-diagonal3 { fill: url(#diagonal3); }
.material-crosshatch1 { fill: url(#crosshatch1); }
.material-crosshatch2 { fill: url(#crosshatch2); }
.material-crosshatch3 { fill: url(#crosshatch3); }
.material-brick { fill: url(#brick); }
.material-earth { fill: url(#earth); }
.material-glass { fill: url(#glass); }
.material-liquid { fill: url(#liquid); }
.material-grass { fill: url(#grass); }
.material-honeycomb { fill: url(#honeycomb); }
.material-sand { fill: url(#sand); }
.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.material-wood { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.IfcSpace { fill: none; stroke: none; }
.material-BrickElevation { fill: url(#BrickElevation); }
.PredefinedType-STUD { stroke: black; stroke-width: 1; }
.PredefinedType-WOOD { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.PredefinedType-STEEL { fill: url(#steel); stroke: black; stroke-width: 0.5; }
.PredefinedType-CONCRETE { fill: url(#concrete); stroke: black; stroke-width: 0.5; }
.PredefinedType-PLASTERBOARD { fill: url(#sand); stroke: black; stroke-width: 0.25; }
[class*="PsetCommonStatus-NEW"] { fill: rgb(199, 199, 199); }
/* .cut.EPsetStatusStatus-EXISTING { fill: #5D6E7F; stroke: #2C5573; } */
.cut.EPsetStatusStatus-EXISTING {fill: #e3e2e1;stroke: #000000;}
/* [class*="surface"][class*="PsetCommonStatus-EXISTING"]{ fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;} */
/* .EPsetStatusStatus-EXISTINGDEMOLISH.cut, .ODOptionsODOption1-D, .ODOptionsODOption2-D { fill: url(#demolish); stroke: red; stroke-dasharray: 2, 3; stroke-width: 0.75; } */
/* .EPsetStatusStatus-EXISTINGDEMOLISH.surface, .EPsetStatusStatus-EXISTINGDEMOLISH.projection { fill: url(#demolish); stroke: rgb(255, 0, 0); stroke-dasharray: 1, 2; stroke-width: .75; } */
/* [class*="surface"][class*="EPsetStatusStatus-EXISTING"] {fill: white;} */
[class*="IfcDoor"][class*="EPsetStatusStatus-EXISTING"] {fill: none;}
[class*="IfcDoor"][class*="EPsetStatusStatus-NEW"] {fill: none;}
.cut.IfcElectricAppliance {fill: none;}
[class*="PsetCommon-FireRating2HR"] { fill: url(#2HR); }
matsCategory0-concrete
.matsCategory0-steel { fill: url(#steel)}
.matsCategory0-sand { fill: url(#sand); }
.matsCategory0-concrete, .surface.materialCategory-Concrete { fill: url(#concrete); stroke-width: 0.5;}
.matsCategory0-sealant { fill: rgb(199, 199, 199);}
.matsCategory0-InsulationBattVert { fill: url(#InsulationBattVert);stroke-width: 0.2; }
.matsCategory0-InsulationBattHorz { fill: url(#InsulationBattHorz);stroke-width: 0.2; }
.matsCategory0-wood1 { fill: url(#wood); stroke: black; stroke-width: 0.0; }
.matsCategory0-wood2 { fill: url(#wood); stroke: red; stroke-width: 0.5; }
.matsCategory0-WoodBeyond { fill: rgb(239 233 223); }
.matsCategory0-poche { fill: rgb(199, 199, 199); }
.matsCategory0-PlywoodHorz { fill: url(#PlywoodHorz); }
.matsCategory0-PlywoodVert { fill: url(#PlywoodVert); }
.matsCategory0-FlooringWood { fill: url(#FlooringWood); }
.matsCategory0-Sand{ fill: url(#sand); }
.surface.materialCategory-Metal { fill: hwb(0 85% 15%); }
.matsCategory-noedge {display: none;}
.surface.material-existing { fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;}
.surface.matsCategory0-poche { fill: rgb(240, 240, 240); }
.surface.material-FloorLayerSetName {fill: white; stroke-width: 0.1;}
/* .surface.material-FloorLayerSetName { fill: url(#Square_1ft_at48scale); } */
.surface.material-HorzLines6in48scale { fill: url(#HorzLines6in48scale); }
.surface.material-VertLines6in48scale { fill: url(#VertLines6in48scale); }
.surface.material-HorzLines6in96scale { fill: url(#HorzLines6in96scale); }
.surface.material-DiagonalLines6in48scale { fill: url(#DiagonalLines6in48scale); }
.matsName-CURVEDCEILING { fill: hwb(0 80% 20%); }
.surface.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.surface.material-5Fill { fill: hwb(0 95% 5%); }
.surface.material-10Fill { fill: hwb(0 90% 10%); }
.surface.material-15Fill { fill: hwb(0 85% 15%); }
.surface.material-20Fill { fill: hwb(0 80% 20%); }
.surface.material-30Fill { fill: hwb(0 70% 30%); }
.surface.material-40Fill { fill: hwb(0 70% 40%); }
.surface.material-50Fill { fill: hwb(0 50% 50%); }
.surface.material-60Fill { fill: hwb(0 40% 60%); }
.surface.material-70Fill { fill: hwb(0 30% 70%); }
.surface.material-80Fill { fill: hwb(0 20% 80%); }
.surface.material-90Fill { fill: hwb(0 10% 90%); }
.surface.material-100Fill { fill: hwb(0 0% 100%); }
.material-grass { fill: hwb(137 83% 15%); }
.predefinedtype-PROPERTYLINE { stroke-dasharray: 1, .1, 1; }
.predefinedtype-PROPERTYLINE.projection {display: none;}
.PredefinedType-DASHED { stroke-dasharray: 1, .75; }
.PredefinedType-WIDE { stroke-width: 1;}
.PredefinedType-HATCH { stroke-width: .1;}
.PredefinedType-CENTERLINE { stroke-dasharray: 1, .1, 1; }
.matsName0-T1 { fill: url(#FKTILE); }
.IfcElectricAppliance, .IfcFurniture, .IfcDistributionControlElement { fill: white; }
/* .IfcVirtualElement{display: none;} */
[data-type="schedule"] {
{ fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
}
/*
{{material.item.Material.Name.0}}
IfcAnnotation, ObjectType = SECTION_LEVEL + IfcVirtualElement + IfcSpace + IfcFurniture
{{material.Name}}
MetaData: mats.Category.0, EPset_Status.Status
Exclude: IfcVirtualElement, ObjectType = REFERENCE_PLAN + IfcObject , /Pset_.*Common/."Status"="DEMOLISH"
JoinCriteria: mats.Category.0
``round({{Qto_SpaceBaseQuantities.NetFloorArea}},0.1)`` SF
round({{Qto_SpaceBaseQuantities.NetFloorArea}}, {{0.1}})
round({{Qto_SpaceBaseQuantities.NetFloorArea}}, 0.1)
1'-1" = 1.083
1'-2" = 1.166
1'-3" = 1.25
1'-4" = 1.333
1'-5" = 1.416
1'-6" = 1.5
1'-7" = 1.583
1'-8" = 1.666
1'-9" = 1.75
1'-10" = 1.833
1'-11" = 1.916
5/8" GYP. BD.\nOVER VAPOR BARRIER\nOVER 2X6's 24" O.C.
IfcGeographicElement, ObjectType = Trees + IfcVirtualElement, ObjectType = PROPERTYLINE + IfcWall
IfcSpace+IfcElement, EPset_Status.Status=DEMOLISH
mats.Category.0, EPset_Status.Status
*/

View File

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg baseProfile="full" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Tip: https://svg-path-visualizer.netlify.app/ -->
<!-- Tip: https://www.svgviewer.dev/ -->
<marker id="eng-dimension-marker-start" markerHeight="14" markerWidth="11" orient="auto" refX="1" refY="7">
<g>
<path d="M 11 3.5 L 11 10.5 L 1 7" class="annotation" style="fill:#2C5573;" />
<path d="M 1 0 L 1 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="eng-dimension-marker-end" markerHeight="14" markerWidth="11" orient="auto" refX="10" refY="7">
<g>
<path d="M 0 3.5 L 0 10.5 L 10 7" class="annotation" style="fill:#2C5573;" />
<path d="M 10 0 L 10 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="radius-marker-end" markerHeight="14" markerWidth="11" orient="auto" refX="10" refY="7">
<g>
<path d="M 0 3.5 L 0 10.5 L 10 7" class="annotation" style="fill:#2C5573;" />
</g>
</marker>
<!-- same as for the radius -->
<marker id="fall-marker-end" markerHeight="14" markerWidth="11" orient="auto" refX="10" refY="7">
<g>
<path d="M 0 3.5 L 0 10.5 L 10 7" class="annotation" style="fill:#2C5573;" />
</g>
</marker>
<marker id="angle-marker-start" markerHeight="14" markerWidth="11" orient="auto" refX="1" refY="7">
<g>
<path d="M 11 3.5 L 11 10.5 L 1 7" class="annotation" style="fill:#2C5573;" />
<path d="M 1 0 L 1 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="angle-marker-end" markerHeight="14" markerWidth="11" orient="auto" refX="10" refY="7">
<g>
<path d="M 0 3.5 L 0 10.5 L 10 7" class="annotation" style="fill:#2C5573;" />
<path d="M 10 0 L 10 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="diameter-marker-start" markerHeight="14" markerWidth="11" orient="auto" refX="1" refY="7">
<g>
<path d="M 11 3.5 L 11 10.5 L 1 7" class="annotation" style="fill:#2C5573;" />
<path d="M 1 0 L 1 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="diameter-marker-end" markerHeight="14" markerWidth="11" orient="auto" refX="10" refY="7">
<g>
<path d="M 0 3.5 L 0 10.5 L 10 7" class="annotation" style="fill:#2C5573;" />
<path d="M 10 0 L 10 14" class="annotation" style="stroke-width:1;" />
</g>
</marker>
<marker id="dimension-marker-start" markerHeight="30" markerWidth="20" refX="10" refY="15" orient="auto">
<g>
<path d="M 0 15 L 20 15" class="annotation" style="stroke-width:1; stroke:#2C5573;" />
<path d="M 10 0 L 10 30" class="annotation" style="stroke-width:1; stroke:#2C5573;" />
<path d="M 5 20 L 15 10" class="annotation" style="stroke-width:3; stroke:#2C5573;" />
</g>
</marker>
<marker id="dimension-marker-end" markerHeight="30" markerWidth="20" refX="10" refY="15" orient="auto">
<g>
<path d="M 0 15 L 20 15" class="annotation" style="stroke-width:1; stroke:#2C5573;" />
<path d="M 10 0 L 10 30" class="annotation" style="stroke-width:1; stroke:#2C5573;" />
<path d="M 5 20 L 15 10" class="annotation" style="stroke-width:3; stroke:#2C5573;" />
</g>
</marker>
<marker id="grid-marker" markerHeight="40" markerWidth="40" orient="auto" refX="20" refY="20">
<circle cx="20" cy="20" fill="white" stroke="#2C5573" r="17" style="stroke-width: 2"/>
</marker>
<marker id="leader-marker" markerHeight="7" markerWidth="10" orient="auto" refX="10" refY="3.5">
<path d="M 0 0 L 0 7 L 10 3.5" class="annotation" style="fill:#2C5573;" />
</marker>
<marker id="stair-marker-start" markerHeight="10" markerWidth="10" orient="auto" refX="5" refY="5">
<circle cx="5" cy="5" fill="#2C5573" stroke="none" r="5"/>
</marker>
<marker id="stair-marker-end" markerHeight="42" markerWidth="21" orient="auto" refX="21" refY="21">
<path d="M 0 0 L 21 21 L 0 42" class="annotation stair" style="stroke-width:2; marker-start: none; marker-end: none;" />
</marker>
<marker id="plan-level-marker" markerHeight="30" markerWidth="30" refX="15" refY="15">
<g>
<path d="M 15 0 L 15 30" class="annotation" style="stroke-width:1;" />
<path d="M 0 15 L 30 15" class="annotation" style="stroke-width:1;" />
<circle cx="15" cy="15" fill="white" stroke="#2C5573" r="7.5" style="stroke-width: 1"/>
<path d="M 15 15 L 7.5 15 A 7.5 7.5 0 0 1 15 7.5 Z" fill="#2C5573"/>
<path d="M 15 15 L 22.5 15 A 7.5 7.5 0 0 1 15 22.5 Z" fill="#2C5573"/>
</g>
</marker>
<marker id="section-level-marker" markerHeight="11" markerWidth="90" refX="20" refY="10">
<g>
<path d="M 0 1 L 20 1 L 10 11 Z" fill="#2C5573" />
<path d="M 0 1 L 90 1" class="annotation" style="stroke-width:1; stroke:#2C5573;" />
</g>
</marker>
<marker id="breakline-marker" markerHeight="20" markerWidth="15" refX="7.5" refY="10" orient="auto">
<g>
<path d="M 0 10 L 5 20 L 7.5 10" class="annotation" style="stroke-width:1; fill: white;" />
<path d="M 7.5 10 L 10 0 L 15 10" class="annotation" style="stroke-width:1; fill: white;" />
</g>
</marker>
<filter x="0" y="0" width="1" height="1" id="fill-background">
<feFlood flood-color="white" result="bg" />
<feMerge>
<feMergeNode in="bg"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 86 KiB

View File

@ -1,30 +0,0 @@
/*
* BlenderBIM Add-on - OpenBIM Blender Add-on
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
*
* This file is part of BlenderBIM Add-on.
*
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* BlenderBIM Add-on 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
*/
.cut { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; }
.background { fill: white; stroke: black; stroke-linecap: 'round'; stroke-width: 0.25; }
.annotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
.hidden { stroke-dasharray: 3, 2; }
.solid {}
.leader { marker-end: url(#leader-marker); }
.stair { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); }
.break { fill: white; }
.breakline { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; marker-mid: url(#breakline-marker); }
.IfcSpace { fill: none; stroke: none; }

File diff suppressed because it is too large Load Diff

View File

@ -1,219 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
id="svg30"
sodipodi:docname="symbols.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview30"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="45.254834"
inkscape:cx="-2.3091456"
inkscape:cy="-0.12153398"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="space-tag" />
<defs
id="defs34" />
<g
id="rectangle-tag"
style="display:inline">
<rect
x="-6"
y="-2.5"
width="12"
height="5"
fill="#ffffff"
stroke="#2c5573"
style="stroke-width:0.25"
id="rect2" />
</g>
<g
id="door-tag"
style="display:inline"
transform="translate(0.30991735,0.3507727)">
<path
style="fill:#ffffff;fill-opacity:1;stroke:#2c5472;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m -5.2119702,-2.3418607 h 9.7772297 c 0,0 1.975802,0 1.975802,1.99108889 0,1.99108711 -1.975802,1.99108711 -1.975802,1.99108711 h -9.7772297 c 0,0 -1.948926,0 -1.948926,-1.99108711 0,-1.99108889 1.948926,-1.99108889 1.948926,-1.99108889 z"
id="path9771"
sodipodi:nodetypes="ccsccsc" />
<text
y="0"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text11" />
<text
y="-4"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text1" />
</g>
<g
id="space-tag"
style="display:inline">
<text
y="-5"
class="large"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text8" />
<rect
x="-6"
y="-2.5"
width="12"
height="5"
fill="#ffffff"
stroke="#2c5573"
style="stroke-width:0.25"
id="rect10" />
<text
class="regular"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text12" />
<text
y="5"
class="regular"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text14" />
<text
y="10"
class="regular"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text2" />
</g>
<g
id="elevation-arrow"
style="display:inline">
<path
style="fill:#2c5573"
d="M -7.07106,0 0,-7.07106 7.07106,0"
id="path14" />
</g>
<g
id="elevation-tag"
style="display:inline">
<circle
r="5"
fill="#ffffff"
stroke="#2c5573"
style="stroke-width:0.25"
id="circle17"
cx="0"
cy="0" />
<line
x1="-5"
y1="0"
x2="5"
y2="0"
style="stroke:#2c5573;stroke-width:0.25"
id="line19" />
</g>
<g
id="section-arrow"
style="display:inline">
<path
style="fill:#2c5573"
d="M -7.07106,0 0,-7.07106 7.07106,0"
id="path22" />
</g>
<g
id="section-tag"
style="display:inline">
<circle
r="5"
fill="#ffffff"
stroke="#2c5573"
style="stroke-width:0.25"
id="circle25"
cx="0"
cy="0" />
<line
x1="-5"
y1="0"
x2="5"
y2="0"
style="stroke:#2c5573;stroke-width:0.25"
id="line27" />
</g>
<g
id="wall-tag"
transform="translate(-22.641105,-31.042141)"
style="display:inline">
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#2c5573;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 14.57154,28.860036 13.178895,32.6983 H 30.71067 l 1.392645,-3.838264 z"
id="path6009"
sodipodi:nodetypes="ccccc" />
</g>
<g
id="light-tag2"
transform="translate(-22.641105,-31.042141)"
style="display:inline" />
<g
id="window-tag"
style="display:inline"
transform="translate(1.2084109,0.3507727)"
inkscape:label=" window-tag">
<path
sodipodi:type="star"
style="fill:#ffffff;fill-opacity:1;stroke:#2c5472;stroke-width:0.302;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
id="path951"
inkscape:flatsided="true"
sodipodi:sides="6"
sodipodi:cx="-2.826966"
sodipodi:cy="5.4786167"
sodipodi:r1="3.7830234"
sodipodi:r2="3.2761943"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.0471976"
inkscape:rounded="0"
inkscape:randomized="0"
d="m 0.44922827,7.3701284 -3.27619437,1.8915117 -3.2761943,-1.8915117 0,-3.7830234 3.2761944,-1.8915116 3.27619429,1.8915117 z"
transform="translate(2.7009653,-5.829389)" />
<text
y="0"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text707" />
</g>
<g
id="light-tag"
style="display:inline"
transform="translate(0.1260007,0.3507723)">
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#2c5573;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m -5.3898682,-7.2697723 -1.392645,3.8382637 h 13.313025 l -1.392645,-3.8382637 z"
id="path2"
sodipodi:nodetypes="ccccc" />
<text
y="-5"
text-anchor="middle"
dominant-baseline="middle"
data-type="text-template"
id="text3" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB