Fix img url
This commit is contained in:
parent
b4f19d35fe
commit
fff6b05c93
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -23,15 +23,15 @@ a good starting point is the [getting started](http://github.com/llgcode/draw2d/
|
||||||
|
|
||||||
If you find bugs, please refer to the [issue tracker](http://github.com/llgcode/draw2d/issues).
|
If you find bugs, please refer to the [issue tracker](http://github.com/llgcode/draw2d/issues).
|
||||||
|
|
||||||
![Path](https://github.com/llgcode/draw2d/wiki/test_results/TestPath.png)
|
![Path](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestPath.png)
|
||||||
![DrawArc](https://github.com/llgcode/draw2d/wiki/test_results/TestDrawArc.png)
|
![DrawArc](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestDrawArc.png)
|
||||||
![DrawArcNegative](https://github.com/llgcode/draw2d/wiki/test_results/TestDrawArcNegative.png)
|
![DrawArcNegative](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestDrawArcNegative.png)
|
||||||
![CurveRectangle](https://github.com/llgcode/draw2d/wiki/test_results/TestCurveRectangle.png)
|
![CurveRectangle](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestCurveRectangle.png)
|
||||||
![DrawCubicCurve](https://github.com/llgcode/draw2d/wiki/test_results/TestDrawCubicCurve.png)
|
![DrawCubicCurve](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestDrawCubicCurve.png)
|
||||||
![Dash](https://github.com/llgcode/draw2d/wiki/test_results/TestDash.png)
|
![Dash](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestDash.png)
|
||||||
![FillStroke](https://github.com/llgcode/draw2d/wiki/test_results/TestFillStroke.png)
|
![FillStroke](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestFillStroke.png)
|
||||||
![FillStyle](https://github.com/llgcode/draw2d/wiki/test_results/TestFillStyle.png)
|
![FillStyle](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestFillStyle.png)
|
||||||
![MultiSegmentCaps](https://github.com/llgcode/draw2d/wiki/test_results/TestMultiSegmentCaps.png)
|
![MultiSegmentCaps](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestMultiSegmentCaps.png)
|
||||||
![RoundRectangle](https://github.com/llgcode/draw2d/wiki/test_results/TestRoundRectangle.png)
|
![RoundRectangle](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestRoundRectangle.png)
|
||||||
![LineCap](https://github.com/llgcode/draw2d/wiki/test_results/TestLineCap.png)
|
![LineCap](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestLineCap.png)
|
||||||
![LineJoin](https://github.com/llgcode/draw2d/wiki/test_results/TestLineJoin.png)
|
![LineJoin](https://github.com/llgcode/draw2d/raw/wiki/test_results/TestLineJoin.png)
|
||||||
|
|
Loading…
Reference in a new issue