diff --git a/webstead.xhtml b/webstead.xhtml index 8c2b844..3b582e4 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -78,7 +78,6 @@ Bedstead({ arguments: args, print: function(charstring) { - document.getElementById("charstring").textContent = charstring; document.getElementById("rendered") .setAttribute("d", charstring .replaceAll(//g, "") @@ -238,7 +237,15 @@

-

+

Bedstead Editor

+

This page allows you to design glyphs for + Bedstead. + Click pixels in the grid on the left to turn them on and off. + The drawing on the right shows the rendered glyph, which will be + identical to the input until you start drawing diagonal lines. + The box below the grid shows the pixels encoded for adding to + bedstead.c. + You can also edit that box directly, or paste designs into it.

This editor contains code from Emscripten and musl libc under the following licence: