summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo')
-rw-r--r--tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo33
1 files changed, 0 insertions, 33 deletions
diff --git a/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo b/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
deleted file mode 100644
index 08dcbbd80ff..00000000000
--- a/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
+++ /dev/null
@@ -1,33 +0,0 @@
-# Показ цветов
-
-нов_цвет_холста 255,255,255
-спрячь
-
-повтори 5 [
-
-для c = 0 до 255 [
- нов_цвет_холста 255-c,255,255
-]
-для c = 0 до 255 [
- нов_цвет_холста 0,255-c,255
-]
-для c = 0 до 255 [
- нов_цвет_холста c,0,255
-]
-для c = 0 до 255 [
- нов_цвет_холста 255,c,255-c
-]
-для c = 0 до 255 [
- нов_цвет_холста 255,255-c,0
-]
-для c = 0 до 255 [
- нов_цвет_холста 255,0,c
-]
-для c = 0 до 255 [
- нов_цвет_холста 255-c,0,255-c
-]
-для c = 0 до 255 [
- нов_цвет_холста c,c,c
-]
-
-] \ No newline at end of file