From b203e88159f73ecb966ce754a67cf49ac49d159b Mon Sep 17 00:00:00 2001 From: Curtis Hard Date: Thu, 4 Sep 2014 13:20:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f2559..3ba504b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ IJSVG does allow you to directly draw the SVG into any focused drawing context f } # What it supports -* Elements: g, path, circle, elipse, rect, polyline, polygon and line (supports groups heirachy and inheritance) +* Elements: def, use, g, path, circle, elipse, rect, polyline, polygon and line (supports groups heirachy and inheritance) * Commands: M, L, H, V, C, S, T, Q and Z (have yet to look at A) and full support for multiple parameters of each type * Transformations: matrix, rotate (not around a point - currently), translate, scale transformations * Stroking: stroking (not dashed - currently), stroke color, stroke opacity