Skip to content

Commit

Permalink
Merge branch 'gh-pages' into elements-count
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko authored Sep 11, 2016
2 parents e407d22 + fd1f617 commit 6af16db
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ tape('drawing', function (t) {
primitive: 'triangles',
count: 3
}, [
1, 1, 1, 1, 2, 0, 0, 0,
0, 1, 1, 1, 2, 0, 0, 0,
0, 0, 1, 1, 2, 0, 0, 0,
0, 0, 0, 1, 2, 0, 0, 0,
2, 2, 2, 2, 2, 0, 0, 0,
0, 2, 1, 1, 2, 0, 0, 0,
0, 0, 2, 1, 2, 0, 0, 0,
0, 0, 0, 2, 2, 0, 0, 0,
0, 0, 0, 0, 2, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -145,10 +145,10 @@ tape('drawing', function (t) {
primitive: 'triangle strip',
count: 4
}, [
1, 1, 1, 1, 2, 0, 0, 0,
0, 1, 1, 1, 2, 0, 0, 0,
0, 0, 1, 1, 2, 0, 0, 0,
0, 1, 1, 1, 2, 0, 0, 0,
2, 2, 2, 2, 2, 0, 0, 0,
0, 2, 1, 1, 2, 0, 0, 0,
0, 0, 2, 1, 2, 0, 0, 0,
0, 2, 1, 1, 2, 0, 0, 0,
2, 2, 2, 2, 2, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
Expand All @@ -160,10 +160,10 @@ tape('drawing', function (t) {
primitive: 'triangle fan',
count: 4
}, [
1, 1, 1, 1, 2, 0, 0, 0,
1, 1, 1, 1, 2, 0, 0, 0,
1, 1, 1, 1, 2, 0, 0, 0,
1, 1, 1, 1, 2, 0, 0, 0,
2, 2, 2, 2, 2, 0, 0, 0,
2, 1, 1, 1, 2, 0, 0, 0,
2, 1, 1, 1, 2, 0, 0, 0,
2, 1, 1, 1, 2, 0, 0, 0,
2, 2, 2, 2, 2, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit 6af16db

Please sign in to comment.