Skip to content

Commit

Permalink
Changed from using display: none to hide images (doesn't work in Opera).
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Sep 23, 2008
1 parent 11e0134 commit ed2a365
Show file tree
Hide file tree
Showing 164 changed files with 164 additions and 164 deletions.
2 changes: 1 addition & 1 deletion examples/basic/additivewave.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2>AdditiveWave</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/alphamask.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Alphamask</h2>
image(img, mouseX-50, mouseY-50);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/arctangent.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Arctangent</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/arm.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Arm</h2>
line(0, 0, segLength, 0);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/array.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Array</h2>
line(i, width/3*2, i, height);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/array2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Array2D</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/arrayobjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>ArrayObjects</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/backgroundimage.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>BackgroundImage</h2>
line(0, a-6, width, a-32);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/milan_rubbish.jpg' id='milan_rubbish.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/milan_rubbish.jpg' id='milan_rubbish.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/bezier.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>Bezier</h2>
bezier(90-(i/2.0), 20+i, 210, 10, 220, 150, 120-(i/8.0), 150+(i/4.0));
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/bezierellipse.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>BezierEllipse</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/brightness.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Brightness</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/charactersstrings.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>CharactersStrings</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/rathausFrog.jpg' id='rathausFrog.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/rathausFrog.jpg' id='rathausFrog.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Clock</h2>
line(100, 100, cos(h) * 50 + 100, sin(h) * 50 + 100);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/colorwheel.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>ColorWheel</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/compositeobjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>CompositeObjects</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/conditionals1.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Conditionals1</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/conditionals2.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Conditionals2</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/constrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Constrain</h2>
ellipse(mx, my, esize, esize);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/coordinates.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Coordinates</h2>
// and the second two are the width and height
rect(110, 55, 40, 36);
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/creategraphics.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>CreateGraphics</h2>
image(pg, 60, 60);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/createimage.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>CreateImage</h2>
image(img, mouseX-60, mouseY-60);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/mask.jpg' id='mask.jpg'/><img src='data/test.jpg' id='test.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/creating.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Creating</h2>
fill(inside);
rect(60, 90, 80, 80);
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/datatypeconversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>DatatypeConversion</h2>
fill(255);
rect(b, 134, 40, 66);
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/displaying.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>Displaying</h2>
image(a, 0, 0); // Displays the image from point (0,0)
image(a, width/2, 0, a.width/2, a.height/2);
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/arch.jpg' id='arch.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/arch.jpg' id='arch.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/distance1d.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Distance1D</h2>
if(xpos4 > width) { xpos4 = -thick; }
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/distance2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Distance2D</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/doublerandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>DoubleRandom</h2>
rand += random(-5, 5);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/easing.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Easing</h2>
ellipse(x, y, 33, 33);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/embeddediteration.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>EmbeddedIteration</h2>
box_size = box_size - 0.6;
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/embeddedlinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>EmbeddedLinks</h2>

}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>Functions</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/graphing2dequation.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Graphing2DEquation</h2>
updatePixels();
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/hue.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>Hue</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/incrementdecrement.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>IncrementDecrement</h2>
line(b, height/2+1, b, height);
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/inheritance.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>Inheritance</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/integersfloats.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>IntegersFloats</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/iteration.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Iteration</h2>
k+=10;
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Keyboard</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/keyboardfunctions.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>KeyboardFunctions</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"><img src='data/brugges.jpg' id='brugges.jpg'/></div>
<div style="height:0px;width:0px;overflow:hidden;"><img src='data/brugges.jpg' id='brugges.jpg'/></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/letters.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Letters</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/lineargradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>LinearGradient</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/loadingimages.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>LoadingImages</h2>
img1 = loadImage("http://iwin.nws.noaa.gov/iwin/images/ecir.jpg");
image(img1, 0, 0);
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/logicaloperators.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>LogicalOperators</h2>
}
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Loop</h2>
loop();
}
</script><canvas width="200" height="200"></canvas></p>
<div style="display:none;"></div>
<div style="height:0px;width:0px;overflow:hidden;"></div>

<pre><b>// All Examples Written by <a href="http://reas.com/">Casey Reas</a> and <a href="http://benfry.com/">Ben Fry</a>
// unless otherwise stated.</b>
Expand Down
Loading

0 comments on commit ed2a365

Please sign in to comment.