From 27ef6064f59cdd5a945f96843476ac27776cf0cb Mon Sep 17 00:00:00 2001
From: Jens Kreitmeyer <62962918+eieye@users.noreply.github.com>
Date: Sun, 8 Jan 2023 20:12:42 +0100
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 7378da4..1c017a4 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# anfangsschrift (2018)
CSV to SVG conversion for a latin glyph-set based on center-line
--work in progress--
-repository contains csv-files and svg-files for a complete Latin (German) alphabet character set (A-Z a-z AäÖöÜüß) as separate chars
+repository contains csv-files for a complete Latin (German) alphabet character set (A-Z a-z AäÖöÜüß) as separate chars
plus some alternates (lower case "a" "g" "ß" and upper case "G" "I" "M").
-SVG-files can be rendered in any (modern) webbrowser using the included HTML-template
---csv_import_utility-- download the release
---tbd-- add editable CSS values for weight, color, line-cap etc.
+CSV can be imported and parsed to SVG with the included utility
+--import_csv.html/css/js-- download the release
+--tbd-- make styles interactive for weight, color, line-cap etc.