Test Of Web Page Graphics

page author: David Anderson
last update: Feb 2026

Different methods of displaying simple graphic shapes on a web page.

Table of Display Methods

JPEG image

saved with Display color profile

div plus css

the <div> curves use css border-radius

type face

the user's default sans-serif face displaying unicode shapes:
White Circle (U+25CB)
Heavy Multiplication X (U+2716)
White Square (U+25A1)
○✖︎□

svg

SVG Graphics Error

canvas plus javascript

uisng the html 5 <canvas> element

Canvas Error.