From b560efbe847a352165715def8c588b304dfe5a93 Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Thu, 1 Mar 2018 22:32:47 -0800 Subject: [PATCH] samples --- examples/sample-arcs.html | 23 +++++++++++++++++++++ examples/sample-fill.html | 34 +++++++++++++++++++++++++++++++ examples/sample-sketch-style.html | 28 +++++++++++++++++++++++++ examples/sample-svg-path.html | 21 +++++++++++++++++++ examples/sample.html | 22 ++++++++++++++++++++ 5 files changed, 128 insertions(+) create mode 100644 examples/sample-arcs.html create mode 100644 examples/sample-fill.html create mode 100644 examples/sample-sketch-style.html create mode 100644 examples/sample-svg-path.html create mode 100644 examples/sample.html diff --git a/examples/sample-arcs.html b/examples/sample-arcs.html new file mode 100644 index 0000000..625f861 --- /dev/null +++ b/examples/sample-arcs.html @@ -0,0 +1,23 @@ + + + + RoughJS arcs example + + + + + + + + + + \ No newline at end of file diff --git a/examples/sample-fill.html b/examples/sample-fill.html new file mode 100644 index 0000000..7bacfbe --- /dev/null +++ b/examples/sample-fill.html @@ -0,0 +1,34 @@ + + + + RoughJS fill example + + + + + + + + + + \ No newline at end of file diff --git a/examples/sample-sketch-style.html b/examples/sample-sketch-style.html new file mode 100644 index 0000000..d44230b --- /dev/null +++ b/examples/sample-sketch-style.html @@ -0,0 +1,28 @@ + + + + RoughJS sketch-style example + + + + + + + + + + \ No newline at end of file diff --git a/examples/sample-svg-path.html b/examples/sample-svg-path.html new file mode 100644 index 0000000..bfa21fc --- /dev/null +++ b/examples/sample-svg-path.html @@ -0,0 +1,21 @@ + + + + RoughJS savg path example + + + + + + + + + + \ No newline at end of file diff --git a/examples/sample.html b/examples/sample.html new file mode 100644 index 0000000..b609c55 --- /dev/null +++ b/examples/sample.html @@ -0,0 +1,22 @@ + + + + RoughJS sample + + + + + + + + + + \ No newline at end of file