From e97c3c021a04d3e7e87a6f0b81eb1b7cda162dfb Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 5 Nov 2018 16:47:19 +0000 Subject: [PATCH] image_sources: svg sources for additional images in Lazarus folder images/designer git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6709 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../designer/svg (Roland Hahn)/align.svg | 167 ++++++++++ .../designer/svg (Roland Hahn)/align_150.svg | 167 ++++++++++ .../designer/svg (Roland Hahn)/align_200.svg | 169 ++++++++++ .../svg (Roland Hahn)/mirror_horizontal.svg | 190 +++++++++++ .../mirror_horizontal_150.svg | 195 ++++++++++++ .../mirror_horizontal_200.svg | 191 +++++++++++ .../svg (Roland Hahn)/mirror_vertical.svg | 190 +++++++++++ .../svg (Roland Hahn)/mirror_vertical_150.svg | 190 +++++++++++ .../svg (Roland Hahn)/mirror_vertical_200.svg | 186 +++++++++++ .../svg (Roland Hahn)/order_back_one.svg | 248 +++++++++++++++ .../svg (Roland Hahn)/order_back_one_150.svg | 248 +++++++++++++++ .../svg (Roland Hahn)/order_back_one_200.svg | 250 +++++++++++++++ .../svg (Roland Hahn)/order_forward_one.svg | 248 +++++++++++++++ .../order_forward_one_150.svg | 248 +++++++++++++++ .../order_forward_one_200.svg | 245 ++++++++++++++ .../svg (Roland Hahn)/order_move_back.svg | 248 +++++++++++++++ .../svg (Roland Hahn)/order_move_back_150.svg | 248 +++++++++++++++ .../svg (Roland Hahn)/order_move_back_200.svg | 245 ++++++++++++++ .../svg (Roland Hahn)/order_move_front.svg | 248 +++++++++++++++ .../order_move_front_150.svg | 248 +++++++++++++++ .../order_move_front_200.svg | 245 ++++++++++++++ .../designer/svg (Roland Hahn)/readme.txt | 4 + .../designer/svg (Roland Hahn)/scale.svg | 240 ++++++++++++++ .../designer/svg (Roland Hahn)/scale_150.svg | 238 ++++++++++++++ .../designer/svg (Roland Hahn)/scale_200.svg | 242 ++++++++++++++ .../designer/svg (Roland Hahn)/size.svg | 282 +++++++++++++++++ .../designer/svg (Roland Hahn)/size_150.svg | 298 ++++++++++++++++++ .../designer/svg (Roland Hahn)/size_200.svg | 284 +++++++++++++++++ 28 files changed, 6202 insertions(+) create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/align.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/align_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/align_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/readme.txt create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/scale.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_200.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/size.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/size_150.svg create mode 100644 image_sources/lazarus/images/designer/svg (Roland Hahn)/size_200.svg diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/align.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align.svg new file mode 100644 index 000000000..48a820741 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_150.svg new file mode 100644 index 000000000..d69d26e6f --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_150.svg @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_200.svg new file mode 100644 index 000000000..1db0beff7 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/align_200.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal.svg new file mode 100644 index 000000000..00097a3b3 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_150.svg new file mode 100644 index 000000000..15ea1bef6 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_150.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_200.svg new file mode 100644 index 000000000..cec0990ac --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_horizontal_200.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical.svg new file mode 100644 index 000000000..74e4e9b0f --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_150.svg new file mode 100644 index 000000000..67cc21208 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_150.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_200.svg new file mode 100644 index 000000000..cc7a2f425 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/mirror_vertical_200.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one.svg new file mode 100644 index 000000000..15227364f --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_150.svg new file mode 100644 index 000000000..93994f8f8 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_150.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_200.svg new file mode 100644 index 000000000..a44d8a214 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_back_one_200.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one.svg new file mode 100644 index 000000000..18587b901 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_150.svg new file mode 100644 index 000000000..e1d039ec0 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_150.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_200.svg new file mode 100644 index 000000000..4f79007c7 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_forward_one_200.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back.svg new file mode 100644 index 000000000..3635b5b97 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_150.svg new file mode 100644 index 000000000..10a363d33 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_150.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_200.svg new file mode 100644 index 000000000..88b67a25c --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_back_200.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front.svg new file mode 100644 index 000000000..656aeb253 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_150.svg new file mode 100644 index 000000000..9077fb03a --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_150.svg @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_200.svg new file mode 100644 index 000000000..3cc4c5f60 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/order_move_front_200.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/readme.txt b/image_sources/lazarus/images/designer/svg (Roland Hahn)/readme.txt new file mode 100644 index 000000000..444198a66 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/readme.txt @@ -0,0 +1,4 @@ +The svg files contained in this folder were kindly provided by Roland Hahn. + +License: +freely available, no restrictions in usage \ No newline at end of file diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale.svg new file mode 100644 index 000000000..3cd0d965f --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_150.svg new file mode 100644 index 000000000..013c472c9 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_150.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_200.svg new file mode 100644 index 000000000..35aaa32ae --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/scale_200.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/size.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size.svg new file mode 100644 index 000000000..0a57535cd --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size.svg @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_150.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_150.svg new file mode 100644 index 000000000..d635adae7 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_150.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_200.svg b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_200.svg new file mode 100644 index 000000000..218305013 --- /dev/null +++ b/image_sources/lazarus/images/designer/svg (Roland Hahn)/size_200.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +