Skip to content
Snippets Groups Projects
Commit 83c431d7 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

small fixes to ds tutorials

parent e30cd161
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ the appearance of a shape:; ...@@ -38,7 +38,6 @@ the appearance of a shape:;
#X msg 158 479 stroke-width 10; #X msg 158 479 stroke-width 10;
#X floatatom 161 511 5 0 0 0 - - -, f 5; #X floatatom 161 511 5 0 0 0 - - -, f 5;
#X msg 161 556 transform skewx \$1; #X msg 161 556 transform skewx \$1;
#X obj 161 532 * 0.01;
#X text 275 600 Read more about svg attributes here:; #X text 275 600 Read more about svg attributes here:;
#X obj 275 621 pddp/pddplink http://www.w3.org/TR/SVG11/painting.html #X obj 275 621 pddp/pddplink http://www.w3.org/TR/SVG11/painting.html
; ;
...@@ -51,6 +50,7 @@ the appearance of a shape:; ...@@ -51,6 +50,7 @@ the appearance of a shape:;
#X text 268 141 1; #X text 268 141 1;
#X text 25 348 (scalar); #X text 25 348 (scalar);
#X obj 93 85 loadbang; #X obj 93 85 loadbang;
#X obj 161 533 * 0.5;
#X connect 1 0 0 0; #X connect 1 0 0 0;
#X connect 9 0 0 0; #X connect 9 0 0 0;
#X connect 11 0 13 0; #X connect 11 0 13 0;
...@@ -62,11 +62,11 @@ the appearance of a shape:; ...@@ -62,11 +62,11 @@ the appearance of a shape:;
#X connect 26 0 0 0; #X connect 26 0 0 0;
#X connect 27 0 0 0; #X connect 27 0 0 0;
#X connect 29 0 0 0; #X connect 29 0 0 0;
#X connect 30 0 32 0; #X connect 30 0 42 0;
#X connect 31 0 0 0; #X connect 31 0 0 0;
#X connect 32 0 31 0; #X connect 34 0 0 0;
#X connect 35 0 0 0; #X connect 35 0 0 0;
#X connect 36 0 0 0; #X connect 36 0 0 0;
#X connect 37 0 0 0; #X connect 37 0 9 0;
#X connect 38 0 9 0; #X connect 41 0 1 0;
#X connect 42 0 1 0; #X connect 42 0 31 0;
...@@ -23,19 +23,21 @@ on the w3 website \, which was scaled down \, so we are using the "transform" ...@@ -23,19 +23,21 @@ on the w3 website \, which was scaled down \, so we are using the "transform"
message to scale it accordingly. There's a tutorial specifically on message to scale it accordingly. There's a tutorial specifically on
the "transform" message \, but here you can already see how it makes the "transform" message \, but here you can already see how it makes
the [draw] object quite powerful.; the [draw] object quite powerful.;
#X msg 440 72 0.3;
#X msg 53 137 stroke purple; #X msg 53 137 stroke purple;
#X msg 142 137 fill gray; #X msg 142 137 fill gray;
#X msg 228 95 10; #X msg 228 95 10;
#X obj 53 103 loadbang; #X obj 53 103 loadbang;
#X obj 440 114 * 0.001;
#X msg 440 72 300;
#X connect 0 0 6 0; #X connect 0 0 6 0;
#X connect 1 0 0 0; #X connect 1 0 0 0;
#X connect 9 0 14 0; #X connect 9 0 19 0;
#X connect 9 0 17 0; #X connect 9 0 16 0;
#X connect 11 0 12 0; #X connect 11 0 18 0;
#X connect 12 0 6 0; #X connect 12 0 6 0;
#X connect 14 0 11 0; #X connect 14 0 6 0;
#X connect 15 0 6 0; #X connect 15 0 6 0;
#X connect 16 0 6 0; #X connect 16 0 1 0;
#X connect 17 0 1 0; #X connect 17 0 14 0;
#X connect 18 0 15 0; #X connect 18 0 12 0;
#X connect 19 0 11 0;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment