From 664fd005f2fa46faf752b4cd63995a48b3147934 Mon Sep 17 00:00:00 2001 From: Curtis Hard Date: Tue, 2 Sep 2014 14:08:00 +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 3988c5a..612ef27 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ IJSVG does allow you to directly draw the SVG into any focused drawing context f * Transform for skewX and skewY * Transform for rotate around a point * Dashed strokes -* +* If the SVG has a switch in it from other application (Adobe products) it will fail to find a valid SVG (this is being worked on) ## Credit IJSVG is loosely based on [UIBezierPath-SVG](https://github.com/ap4y/UIBezierPath-SVG) by [ap4y](https://github.com/ap4y)