Commit 359f1d43 by Meitar Moscovitz Committed by Dmitry Baranovskiy

Port markdown documentation improvements to HTML.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
parent f0757f70
......@@ -384,7 +384,7 @@ Draws a bicubic curve to the given coordinates.
##### Usage
var c = paper.path({stroke: "#036"}).moveTo(10, 10).curveTo(10, 15, 45, 45, 50, 50);
var c = paper.path({stroke: "#036"}).moveTo(10, 10).curveTo(10, 15, 45, 45, 50, 50);
#### qcurveTo
......@@ -408,7 +408,7 @@ Draws a quarter of a circle from the current drawing point.
##### Parameters
1. r number
2. dir string two letters direction
2. dir string Two-letter directional instruction, as described below.
Possible dir values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment