From ab030029fcc6a9f9dcf6dc5e94e0d4f071149077 Mon Sep 17 00:00:00 2001 From: Shaunak Kishore Date: Sun, 18 Jun 2017 23:16:19 -0400 Subject: [PATCH] Update README to explain SVG filenames --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6319a3c3..1f5ab4ff 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,11 @@ rely on the fact that the two files will always come in the same order. these orders as well. - As an experimental next step, we have produced an animated SVG image for - each character that we have data for (see the svgs directory). It's easy to - It's easy to embed these SVGs in a website. A minimal example is as follows: + each character that we have data for (see the svgs directory). The SVGs are + named by the Unicode codepoint of the character they correspond to. + Using Javascript, you can find the codepoint of a character `x` by calling + `x.charCodeAt(0)`. It's easy to embed these SVGs in a website. A minimal + example is as follows: