Skip to content

Commit

Permalink
update 2018-01-26
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Jan 26, 2018
1 parent 4b3bc28 commit c4b0612
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ public
.deploy
db.json
debug.log
tmp
tmp
*.code-workspace
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
2 changes: 1 addition & 1 deletion source/docs/performance/All_Performance_Tips.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/docs/shapes/Line_-_Blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
4 changes: 2 additions & 2 deletions source/docs/shapes/Line_-_Polygon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
4 changes: 2 additions & 2 deletions source/docs/shapes/Line_-_Simple_Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
4 changes: 2 additions & 2 deletions source/docs/shapes/Line_-_Spline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit c4b0612

Please sign in to comment.