diff --git a/content/posts/website-best-practices.gmi b/content/posts/website-best-practices.gmi index f5968e8..1300826 100644 --- a/content/posts/website-best-practices.gmi +++ b/content/posts/website-best-practices.gmi @@ -763,7 +763,7 @@ I only recommend using SVG in images; not embeds, objects, or directly in the bo Ignore the elements specifically required for SVG Tiny PS; your image can be a standard SVG that only utilizes a tiny subset of the full SVG spec. -The above advice might seem daunting, but it’s usually easy to use existing tools to generate an SVG Tiny file and manually edit it to support the SVG secure static mode. SVGs that conform to this subset should be compatible with Qt5's SVG implementation, librsvg (used by Wikipedia and GNOME), and most operating systems' icon renderers. +This advice might seem daunting, but it’s usually easy to use existing tools to generate an SVG Tiny file and manually edit it to support the SVG secure static mode. SVGs that conform to this subset should be compatible with Qt5's SVG implementation, librsvg (used by Wikipedia and GNOME), and most operating systems' icon renderers. Two tools that can optimize the size of an SVG file are SVGO and the now-discontinued svgcleaner: diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index f9cabdb..d25d542 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -386,7 +386,7 @@ In-page search (e.g., using Ctrl + f) has been a basic fea Web pages that hide content behind "show content" widgets are difficult to search through: users need to toggle "show content" for each item they wish to search. Often, in-page search highlights are hidden; Reddit's atrocious redesign is a serious offender.
-{{