From e06fc30ff801f37015eea7cec798b29eab6a9f06 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Tue, 29 Aug 2023 12:29:41 -0400 Subject: [PATCH] Update README.md remove padding requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43fd30..4407513 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Each AAGUID member has at minimum, a `name` property. This property represents t Each AAGUID member can also _optionally_ contain embedded icon data, for use next to the friendly name in RP interfaces. -The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The image must be square and have adequate padding around the icon/element. +The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The image must be square. Many web-based tools can do this encoding/formatting, including: [https://base64.guru/converter/encode/image/svg](https://base64.guru/converter/encode/image/svg) (select `Data URI` under "Output Format").