New door tag symbol

This commit is contained in:
Dion Moult
2020-05-11 08:34:10 +10:00
parent 1a31999abf
commit 4871243445
2 changed files with 5 additions and 0 deletions
@@ -3,4 +3,8 @@
<g id="rectangle-tag">
<rect x="-6" y="-2.5" width="12" height="5" fill="white" stroke="black" style="stroke-width: 0.25;" />
</g>
<g id="door-tag">
<circle cy="1.75" r="5" fill="white" stroke="black" style="stroke-width: 0.25;" />
<line x1="-5" y1="1.75" x2="5" y2="1.75" style="stroke:black; stroke-width: 0.25;" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 572 B

@@ -414,6 +414,7 @@ class BIMTextProperties(PropertyGroup):
symbol: EnumProperty(items=[
('None', 'None', ''),
('rectangle-tag', 'Rectangle Tag', ''),
('door-tag', 'Door Tag', ''),
], update=refreshFontSize, name='Symbol')
related_element: PointerProperty(name='Related Element', type=bpy.types.Object)
variables: CollectionProperty(name='Variables', type=Variable)