From e6d953bc250ce35469f696ab5b40a7580e59c0c0 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Sat, 9 Nov 2024 12:26:04 -0600 Subject: [PATCH] updated svg summary table --- .../high-contrast/high-contrast-practice.html | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/content/practices/high-contrast/high-contrast-practice.html b/content/practices/high-contrast/high-contrast-practice.html index 7e7719685..29307f4c3 100644 --- a/content/practices/high-contrast/high-contrast-practice.html +++ b/content/practices/high-contrast/high-contrast-practice.html @@ -727,24 +727,21 @@

Benefits of SVG Graphics

Summary of SVG vs. Bit-Mapped Features - - Color - Scaling - Performance + Feature + Bit-Mapped + SVG - Bit-Mapped - Pixels colors do not change based on media queries - Low resolution images are distorted when magnified - Larger and slower + Resizing and Screen Size + Distorted or small + Smooth scaling - SVG - Adaptable to user media query preferences - Designed for smooth scaling - Smaller and faster + Adapt to High Contrast + Colors are fixed + Responsive to media queries