From bb5ab4c2596f41e98630404662521200592243bd Mon Sep 17 00:00:00 2001 From: fschutt <12084016+fschutt@users.noreply.github.com> Date: Sat, 3 Aug 2019 20:19:33 +0200 Subject: [PATCH] Fix broken images in README for SVG drawing --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 236fb1813..29747f359 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Azul - Desktop GUI framework ## WARNING: The features advertised in this README may not work yet. @@ -187,7 +186,7 @@ Azul provides a GPU-accelerated 2D renderer, featuring lines drawing (incl. bezi rects, circles, arbitrary polygons, text (incl. translation / rotation and text-on-curve positioning), hit-testing texts, caching and an (optional) SVG parsing module. -![Azul SVG Tiger drawing](https://raw.githubusercontent.com/maps4print/azul/master/doc/azul_svg_tiger.png) +![Azul SVG Tiger drawing](https://i.imgur.com/JQvtmxA.png) [Read more about SVG drawing ...](https://github.com/maps4print/azul/wiki/SVG-drawing)