diff --git a/README.md b/README.md new file mode 100644 index 0000000..356c9cd --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# How to Draw and Move Rectangles on HTML SVG with Mouse Move for Graphics Editor + +You can watch video for this tutorial on youtube. + +https://youtu.be/4zOwqRJMOIc diff --git a/graphic-editor.html b/move-rects.html similarity index 56% rename from graphic-editor.html rename to move-rects.html index 8889893..fd6edfa 100644 --- a/graphic-editor.html +++ b/move-rects.html @@ -12,26 +12,42 @@ -

Draw Rectangles on Mouse Move in SVG

+

Move Drawn Rectangles

+ +
+ + +