You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/branding/BRAND.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
## Primary mark
4
4
5
-
-**Default:**`logo.svg` — **scan frame** around a **white QR tile**: cyan **corner brackets** (viewfinder) and a **6×6 module** pattern (stylized, not a real payload). Reads as **QR generation / encoding**, not a scanner app icon alone.
6
-
-**Dark UI:**`logo-dark.svg` — same layout on a **near-black** badge, **slate** inner tile, **light** modules, **bright cyan** frame.
5
+
-**Default:**[`logo.svg`](logo.svg) — **scan frame** around a **white QR tile**: cyan **corner brackets** (viewfinder) and a **6×6 module** pattern (stylized, not a real payload). Reads as **QR generation / encoding**, not a scanner app icon alone.
6
+
-**Dark UI:**[`logo-dark.svg`](logo-dark.svg) — same layout on a **near-black** badge, **slate** inner tile, **light** modules, **bright cyan** frame.
7
7
8
8
**QR Code** is a registered trademark of **DENSO WAVE INCORPORATED**. This mark is an original graphic for the library project; it does not imply endorsement by Denso Wave.
9
9
@@ -19,7 +19,7 @@
19
19
20
20
Dark variant uses `#0f172a`–`#020617`, tile `#1e293b`, frame `#67e8f9`, modules `#e2e8f0`.
21
21
22
-
**Banner background** (flat fill behind the logo in wide `export/*.png`social / OG assets): RGB **13, 74, 110** (`#0d4a6e`) — aligned with the default badge teal; +1 red vs `#0c4a6e` so the squircle rim is visible on composites.
22
+
**Banner background** (flat fill behind the logo for wide social and Open Graph PNGs [here](export/)): RGB **13, 74, 110** (`#0d4a6e`) — aligned with the default badge teal; +1 red vs `#0c4a6e` so the squircle rim is visible on composites.
23
23
24
24
## Typography (pairing)
25
25
@@ -46,7 +46,7 @@ Keep padding around the badge at least **1/4 of the mark’s width** (e.g. ~32 p
46
46
## Incorrect use
47
47
48
48
- Do not **stretch** or **skew** the badge.
49
-
- Do not **change hue** arbitrarily without updating this doc.
49
+
- Do not **change hue** arbitrarily (keep palette cohesive with the table above or update this doc when rebranding).
50
50
- Do not **crop** away the rounded corners entirely.
51
51
- Do not imply **QR Code trademark** ownership; attribute the standard where appropriate in docs.
Copy file name to clipboardExpand all lines: assets/branding/icons/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
| File | Contents |
4
4
|------|-----------|
5
-
|`QRCodeGenLib4Pascal.ico`| Multi-size Windows icon (16, 32, 48, 256), generated from `../logo.svg`. |
5
+
|[`QRCodeGenLib4Pascal.ico`](QRCodeGenLib4Pascal.ico)| Multi-size Windows icon (16, 32, 48, 256), generated from [this logo](../logo.svg). |
6
6
7
7
## Using in Delphi (`.dproj`)
8
8
9
9
1. Open the project in the IDE.
10
10
2.**Project → Options → Application** (or **Icons** depending on version).
11
-
3. Set **Application icon** to `assets\branding\icons\QRCodeGenLib4Pascal.ico` (adjust path relative to the `.dproj`).
11
+
3. Set **Application icon** to [`QRCodeGenLib4Pascal.ico`](QRCodeGenLib4Pascal.ico) (path relative to the `.dproj`; from the repo root that is `assets/branding/icons/QRCodeGenLib4Pascal.ico`).
12
12
13
13
Alternatively, your `.dproj` may contain an `<Icon_MainIcon>` or similar property pointing at an `.ico` file; set it to a path **relative to the project file** (you may copy the icon next to the `.dproj` if the IDE resolves paths more reliably that way).
14
14
@@ -19,4 +19,4 @@ Alternatively, your `.dproj` may contain an `<Icon_MainIcon>` or similar propert
19
19
20
20
## Regeneration
21
21
22
-
After changing `../logo.svg`, rebuild the ICO with the same raster workflow as in `../README.md` (Inkscape or ImageMagick, then combine sizes into a multi-resolution `.ico` if your tool does not do that in one step).
22
+
When [this logo](../logo.svg) changes, rebuild the ICO with **Inkscape** or **ImageMagick** following the workflow [described here](../README.md), then combine sizes into a multi-resolution `.ico` if your tool does not do that in one step.
0 commit comments