-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neue Einheiten für die Feuerwehr. References #158
- Loading branch information
1 parent
60d272f
commit abcda27
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256"> | ||
<title>Abteilung</title> | ||
<defs> | ||
<clipPath id="symbol"> | ||
<rect x="10" y="64" width="236" height="128" /> | ||
</clipPath> | ||
</defs> | ||
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" /> | ||
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" /> | ||
<line x1="118" y1="64" x2="118" y2="28" stroke="{{ feuerwehr.colorStroke }}" stroke-width="10" /> | ||
<line x1="138" y1="64" x2="138" y2="28" stroke="{{ feuerwehr.colorStroke }}" stroke-width="10" /> | ||
<path d="M11 128 L245 128 M156 128 L241 69 M156 128 L241 187" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256"> | ||
<title>Bereitschaft</title> | ||
<defs> | ||
<clipPath id="symbol"> | ||
<rect x="10" y="64" width="236" height="128" /> | ||
</clipPath> | ||
</defs> | ||
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" /> | ||
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" /> | ||
<line x1="128" y1="64" x2="128" y2="28" stroke="{{ feuerwehr.colorStroke }}" stroke-width="10" /> | ||
<path d="M11 128 L245 128 M156 128 L241 69 M156 128 L241 187" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256"> | ||
<title>Logistikzug</title> | ||
<defs> | ||
<clipPath id="symbol"> | ||
<rect x="10" y="64" width="236" height="128" /> | ||
</clipPath> | ||
</defs> | ||
<rect x="10" y="64" width="236" height="128" fill="{{ feuerwehr.colorPrimary }}" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" clip-path="url(#symbol)" /> | ||
<rect x="10" y="64" width="236" height="128" fill="none" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" /> | ||
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" /> | ||
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" /> | ||
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" /> | ||
<rect x="11" y="166" width="234" height="25" fill="{{ feuerwehr.colorSecondary }}" /> | ||
</svg> |