<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3APattern_A.JPG</id>
	<title>File:Pattern A.JPG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3APattern_A.JPG"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_A.JPG&amp;action=history"/>
	<updated>2026-04-19T16:28:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_A.JPG&amp;diff=69579&amp;oldid=prev</id>
		<title>Dora: int r, g, b;

void setup()
{
  size(600, 600);
  noStroke();
  for(int y=0; y&lt;height; y+=20)
  for(int x=0; x&lt;width; x+=30)
  {
  r=(int)random(28);
  g=(int)random(162);
  b=(int)random(89);
  fill(r, g, b);
  ellipse(x, y, 30, 20);
  rect (x, y, 30, 20)</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_A.JPG&amp;diff=69579&amp;oldid=prev"/>
		<updated>2014-11-20T17:07:17Z</updated>

		<summary type="html">&lt;p&gt;int r, g, b;  void setup() {   size(600, 600);   noStroke();   for(int y=0; y&amp;lt;height; y+=20)   for(int x=0; x&amp;lt;width; x+=30)   {   r=(int)random(28);   g=(int)random(162);   b=(int)random(89);   fill(r, g, b);   ellipse(x, y, 30, 20);   rect (x, y, 30, 20)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summary ==&lt;br /&gt;
int r, g, b;&lt;br /&gt;
&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
  size(600, 600);&lt;br /&gt;
  noStroke();&lt;br /&gt;
  for(int y=0; y&amp;lt;height; y+=20)&lt;br /&gt;
  for(int x=0; x&amp;lt;width; x+=30)&lt;br /&gt;
  {&lt;br /&gt;
  r=(int)random(28);&lt;br /&gt;
  g=(int)random(162);&lt;br /&gt;
  b=(int)random(89);&lt;br /&gt;
  fill(r, g, b);&lt;br /&gt;
  ellipse(x, y, 30, 20);&lt;br /&gt;
  rect (x, y, 30, 20) ;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Dora</name></author>
	</entry>
</feed>