diff --git a/Drawing.md b/Drawing.md index c658132..1163398 100644 --- a/Drawing.md +++ b/Drawing.md @@ -36,7 +36,8 @@ end Events.ProfileDrawing.add(drawHandler); ``` #### Result: -Pretent there's an image here.. +Drawing the ellipse would look like this: +![Ellipse](http://i.imgur.com/w2qxZpY.png "Ellipse") --- ### DrawLine @@ -67,7 +68,8 @@ end Events.ProfileDrawing.add(drawHandler); ``` #### Result: -Pretent there's an image here.. +Drawing the line would look like this: +![Line](http://i.imgur.com/H7Z1MgX.png "Line") --- ### DrawRectangle @@ -98,7 +100,8 @@ end Events.ProfileDrawing.add(drawHandler); ``` #### Result: -Pretent there's an image here.. +Drawing the rectabgle would look like this: +![Rectangle](http://i.imgur.com/NDT1lD2.png "Rectangle") --- ### DrawText @@ -132,4 +135,5 @@ end Events.ProfileDrawing.add(drawHandler); ``` #### Result: -Pretent there's an image here.. \ No newline at end of file +Drawing the text would look like this: +![Text](http://i.imgur.com/qUJT6uS.png "Text") \ No newline at end of file