Vektor-logo: SVG-gjenskaping av wordmarken
lint-and-reload / lint (push) Successful in 1s

Serif small-caps «Westra Engineering» i marineblått med slørbølge og
kursiv slagord, gjenskapt fra PNG-en som skalerbar SVG. Skarp i alle
størrelser; beholder egne farger (ingen invert).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
This commit is contained in:
bl
2026-09-01 21:28:43 +02:00
co-authored by Claude Fable 5
parent e3a36388cd
commit ea9ef1c0c9
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 430 128" role="img" aria-label="Westra Engineering">
<title>Westra Engineering</title>
<!-- Serif small-caps wordmark: the capital renders full height, the
rest as small caps, matching the original's engraved look. -->
<g fill="#22304f" font-family="Georgia, 'Times New Roman', 'Liberation Serif', serif"
font-weight="600" style="font-variant: small-caps; font-feature-settings: 'smcp' 1">
<text x="6" y="54" font-size="54" letter-spacing="1.5">Westra</text>
<text x="150" y="96" font-size="41" letter-spacing="1.5">Engineering</text>
</g>
<!-- Slate ribbon wave sweeping under both words. -->
<path fill="#5c6a8f" d="M4,108
C 90,84 175,120 255,101
C 320,86 372,95 422,88
C 372,101 320,97 255,111
C 175,126 90,98 4,114 Z"/>
<!-- Italic tagline. -->
<text x="46" y="123" fill="#5c6a8f" font-size="13" font-style="italic"
font-family="'Segoe Script', 'Brush Script MT', 'Comic Sans MS', cursive">Your partner in structural engineering</text>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB