diff --git a/.gitignore b/.gitignore index 2a8af3e81..5799d7faf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ public .deploy db.json debug.log -tmp \ No newline at end of file +tmp +*.code-workspace \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..7a73a41bf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/source/docs/performance/All_Performance_Tips.md b/source/docs/performance/All_Performance_Tips.md index 3264efa6d..d4f88f814 100644 --- a/source/docs/performance/All_Performance_Tips.md +++ b/source/docs/performance/All_Performance_Tips.md @@ -1,7 +1,7 @@ title: HTML5 Canvas All Konva performance tips list --- - + ## HTML5 Canvas All Konva performance tips list Stop worrying about the performance at all and let me help you boost your project. diff --git a/source/docs/shapes/Line_-_Blob.md b/source/docs/shapes/Line_-_Blob.md index ead02d845..174264d84 100644 --- a/source/docs/shapes/Line_-_Blob.md +++ b/source/docs/shapes/Line_-_Blob.md @@ -8,6 +8,6 @@ Flat array of numbers should work faster and use less memory then array of objec For a full list of attributes and methods, check out the [Konva.Line documentation](https://konvajs.github.io/api/Konva.Line.html). -{% iframe /downloads/code/shapes/Line\_-_Blob.html %} +{% iframe /downloads/code/shapes/Line_-_Blob.html %} -{% include_code Konva Blob Demo shapes/Line\_-_Blob.html %} +{% include_code Konva Blob Demo shapes/Line_-_Blob.html %} diff --git a/source/docs/shapes/Line_-_Polygon.md b/source/docs/shapes/Line_-_Polygon.md index 8fd6e7fd7..30d82d7e4 100644 --- a/source/docs/shapes/Line_-_Polygon.md +++ b/source/docs/shapes/Line_-_Polygon.md @@ -8,6 +8,6 @@ Flat array of numbers should work faster and use less memory then array of objec For a full list of attributes and methods, check out the [Konva.Line documentation](https://konvajs.github.io/api/Konva.Line.html). -{% iframe /downloads/code/shapes/Line\_-_Polygon.html %} +{% iframe /downloads/code/shapes/Line_-_Polygon.html %} -{% include_code Konva Polygon Demo shapes/Line\_-_Polygon.html %} +{% include_code Konva Polygon Demo shapes/Line_-_Polygon.html %} diff --git a/source/docs/shapes/Line_-_Simple_Line.md b/source/docs/shapes/Line_-_Simple_Line.md index 351ada447..725ecff05 100644 --- a/source/docs/shapes/Line_-_Simple_Line.md +++ b/source/docs/shapes/Line_-_Simple_Line.md @@ -8,6 +8,6 @@ Flat array of numbers should work faster and use less memory then array of objec For a full list of attributes and methods, check out the [Konva.Line documentation](https://konvajs.github.io/api/Konva.Line.html). -{% iframe /downloads/code/shapes/Line\_-_Simple_line.html %} +{% iframe /downloads/code/shapes/Line_-_Simple_line.html %} -{% include_code Konva Line Demo shapes/Line\_-_Simple_line.html %} +{% include_code Konva Line Demo shapes/Line_-_Simple_line.html %} diff --git a/source/docs/shapes/Line_-_Spline.md b/source/docs/shapes/Line_-_Spline.md index 9ab307baf..f39617a29 100644 --- a/source/docs/shapes/Line_-_Spline.md +++ b/source/docs/shapes/Line_-_Spline.md @@ -8,6 +8,6 @@ Flat array of numbers should work faster and use less memory then array of objec For a full list of attributes and methods, check out the [Konva.Line documentation](https://konvajs.github.io/api/Konva.Line.html). -{% iframe /downloads/code/shapes/Line\_-_Spline.html %} +{% iframe /downloads/code/shapes/Line_-_Spline.html %} -{% include_code Konva Spline Demo shapes/Line\_-_Spline.html %} +{% include_code Konva Spline Demo shapes/Line_-_Spline.html %}