aboutsummaryrefslogtreecommitdiff
path: root/Gem/rectangle-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/rectangle-help.pd')
-rw-r--r--Gem/rectangle-help.pd32
1 files changed, 17 insertions, 15 deletions
diff --git a/Gem/rectangle-help.pd b/Gem/rectangle-help.pd
index 94a8aa8..957b3a3 100644
--- a/Gem/rectangle-help.pd
+++ b/Gem/rectangle-help.pd
@@ -1,8 +1,9 @@
#N canvas 35 433 710 345 10;
+#X declare -lib Gem;
#X text 54 30 Class: geometric object;
-#X obj 519 47 cnv 15 170 250 empty empty empty 20 12 0 14 -228992 -66577
+#X obj 499 67 cnv 15 170 250 empty empty empty 20 12 0 14 -228992 -66577
0;
-#X obj 584 224 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
+#X obj 564 244 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 0 0 450 300 gemwin 0;
#X obj 132 136 gemwin;
@@ -22,9 +23,9 @@
#X connect 5 0 1 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
-#X restore 589 263 pd gemwin;
-#X msg 589 244 create;
-#X text 585 223 Create window:;
+#X restore 569 283 pd gemwin;
+#X msg 569 264 create;
+#X text 565 243 Create window:;
#X obj 7 65 cnv 15 450 100 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 8 216 cnv 15 450 110 empty empty empty 20 12 0 14 -233017 -66577
@@ -34,23 +35,23 @@
0;
#X text 17 175 Arguments:;
#X text 27 247 Inlet 1: message: draw [line|fill|point];
-#X text 452 8 GEM object;
+#X text 522 8 GEM object;
#X text 27 233 Inlet 1: gemlist;
#X text 9 290 Outlets:;
#X text 21 303 Outlet 1: gemlist;
-#X text 525 29 Example:;
-#X obj 522 78 cnv 15 150 100 empty empty empty 20 12 0 14 -24198 -66577
+#X text 505 49 Example:;
+#X obj 502 98 cnv 15 150 100 empty empty empty 20 12 0 14 -24198 -66577
0;
-#X msg 525 85 draw line;
-#X msg 525 106 draw fill;
-#X msg 525 128 draw point;
-#X obj 568 54 gemhead;
-#X floatatom 611 98 5 0 0 2 width - -;
-#X floatatom 629 129 5 0 0 2 height - -;
+#X msg 505 105 draw line;
+#X msg 505 126 draw fill;
+#X msg 505 148 draw point;
+#X obj 548 74 gemhead;
+#X floatatom 591 118 5 0 0 2 width - -;
+#X floatatom 609 149 5 0 0 2 height - -;
#X text 63 186 width & height of the rectangle;
#X text 33 14 Synopsis: [rectangle];
#X text 7 69 Description: Renders a rectangle;
-#X obj 568 159 rectangle 3 1;
+#X obj 548 179 rectangle 3 1;
#X text 27 261 Inlet 2: float: width (default to 1);
#X text 27 274 Inlet 3: float: height (default to 1);
#X text 16 86 The [rectangle] object renders a rectangle at the current
@@ -60,6 +61,7 @@ can be set by the arguments and changed via the second and third inlet.
#X text 19 133 note for the nitpickers: the rectangle will span from
(-width|-height) to (+width|+height) so the actual size is really double
the specified size.;
+#X obj 588 8 declare -lib Gem;
#X connect 3 0 4 0;
#X connect 4 0 3 0;
#X connect 18 0 27 0;