rabbit-slide-kou-speee-cafe-meetup-07 2017.5.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.rd +40 -0
- data/Rakefile +17 -0
- data/config.yaml +23 -0
- data/images/oss-gate-icon.svg +77 -0
- data/images/oss-gate-support.svg +906 -0
- data/lets-join-oss-development.rab +169 -0
- data/pdf/speee-cafe-meetup-07-lets-join-oss-development.pdf +0 -0
- data/theme.rb +3 -0
- metadata +81 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 275ed730312fa13910312159be44d8bed27636d7
|
4
|
+
data.tar.gz: e479f089d2a60c432ee430223443e96a3d8fdd3d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 788afbab626643723a3ee55146edd76adc14d54ec987f077d796d2252aeca7921b6632482352de85b4cdd36e70d380141bfbafab07fe587d6bad72a501fa0daa
|
7
|
+
data.tar.gz: 26f6f966df785b4ad77f34b04f4d1623fa3cc1ac1da98f5c7f84d4f66ad1e0d80ae92373eb5b06a2facaaa3e4215014d4339ab2e8bdc1cc8437d88d349f9011a
|
data/.rabbit
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
lets-join-oss-development.rab
|
data/README.rd
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
= OSSの開発に参加しよう! - OSS Gate
|
2
|
+
|
3
|
+
OSSの開発に参加するってどういうことだろう。簡単?難しい?なにから始めればいいの?OSSの開発に参加したことがない人向けにそんなもろもろについて説明します。
|
4
|
+
|
5
|
+
=== images/oss-gate-*
|
6
|
+
|
7
|
+
CC BY-SA 4.0
|
8
|
+
|
9
|
+
原著作者名は以下の通りです。
|
10
|
+
|
11
|
+
* OSS Gate
|
12
|
+
|
13
|
+
=== その他
|
14
|
+
|
15
|
+
CC BY-SA 4.0
|
16
|
+
|
17
|
+
原著作者名は以下の通りです。
|
18
|
+
|
19
|
+
* 株式会社クリアコード
|
20
|
+
|
21
|
+
== 作者向け
|
22
|
+
|
23
|
+
=== 表示
|
24
|
+
|
25
|
+
rake
|
26
|
+
|
27
|
+
=== 公開
|
28
|
+
|
29
|
+
rake publish
|
30
|
+
|
31
|
+
== 閲覧者向け
|
32
|
+
|
33
|
+
=== インストール
|
34
|
+
|
35
|
+
gem install rabbit-slide-kou-speee-cafe-meetup-07
|
36
|
+
|
37
|
+
=== 表示
|
38
|
+
|
39
|
+
rabbit rabbit-slide-kou-speee-cafe-meetup-07.gem
|
40
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
require "rabbit/task/slide"
|
2
|
+
|
3
|
+
# Edit ./config.yaml to customize meta data
|
4
|
+
|
5
|
+
spec = nil
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
7
|
+
spec = task.spec
|
8
|
+
spec.files += Dir.glob("images/**/*.*")
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
10
|
+
spec.add_runtime_dependency("rabbit-theme-clear-code")
|
11
|
+
end
|
12
|
+
|
13
|
+
desc "Tag #{spec.version}"
|
14
|
+
task :tag do
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
16
|
+
sh("git", "push", "--tags")
|
17
|
+
end
|
data/config.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
id: speee-cafe-meetup-07
|
3
|
+
base_name: lets-join-oss-development
|
4
|
+
tags:
|
5
|
+
- rabbit
|
6
|
+
- oss
|
7
|
+
- oss_gate
|
8
|
+
presentation_date: 2017-05-23
|
9
|
+
version: 2017.5.23.0
|
10
|
+
licenses:
|
11
|
+
- CC-BY-SA-4.0
|
12
|
+
slideshare_id: speeecafemeetup07
|
13
|
+
speaker_deck_id:
|
14
|
+
ustream_id:
|
15
|
+
vimeo_id:
|
16
|
+
youtube_id:
|
17
|
+
author:
|
18
|
+
markup_language: :rd
|
19
|
+
name: 須藤功平
|
20
|
+
email: kou@clear-code.com
|
21
|
+
rubygems_user: kou
|
22
|
+
slideshare_user: kou
|
23
|
+
speaker_deck_user:
|
@@ -0,0 +1,77 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<svg
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
8
|
+
id="svg2"
|
9
|
+
version="1.1"
|
10
|
+
width="200"
|
11
|
+
height="200"
|
12
|
+
viewBox="0 0 200 200">
|
13
|
+
<metadata
|
14
|
+
id="metadata8">
|
15
|
+
<rdf:RDF>
|
16
|
+
<cc:Work
|
17
|
+
rdf:about="">
|
18
|
+
<dc:format>image/svg+xml</dc:format>
|
19
|
+
<dc:type
|
20
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
21
|
+
<dc:title></dc:title>
|
22
|
+
</cc:Work>
|
23
|
+
</rdf:RDF>
|
24
|
+
</metadata>
|
25
|
+
<defs
|
26
|
+
id="defs6" />
|
27
|
+
<g
|
28
|
+
id="g4323"
|
29
|
+
transform="matrix(0.8570991,0,0,0.8570991,-107.86723,3.7711502)">
|
30
|
+
<g
|
31
|
+
transform="translate(0,-819.01695)"
|
32
|
+
id="layer1" />
|
33
|
+
<path
|
34
|
+
d=""
|
35
|
+
cx="46.757435"
|
36
|
+
cy="55.564896"
|
37
|
+
r="7.689786"
|
38
|
+
id="path4249"
|
39
|
+
style="opacity:1;fill:#0000b6;fill-opacity:0.36949152;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
40
|
+
<path
|
41
|
+
d=""
|
42
|
+
cx="46.755363"
|
43
|
+
cy="55.573547"
|
44
|
+
r="7.689786"
|
45
|
+
id="path4249-2"
|
46
|
+
style="opacity:1;fill:#0000b6;fill-opacity:0.36949152;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
47
|
+
<g
|
48
|
+
transform="translate(0,-819.01695)"
|
49
|
+
id="layer2">
|
50
|
+
<circle
|
51
|
+
r="116.67262"
|
52
|
+
cy="931.28967"
|
53
|
+
cx="242.52415"
|
54
|
+
id="path4161"
|
55
|
+
style="opacity:1;fill:#00b050;fill-opacity:1;stroke:none;stroke-width:2.83464575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
56
|
+
<g
|
57
|
+
transform="matrix(1.9268633,0,0,1.9268633,-152.95832,612.62923)"
|
58
|
+
id="g4143">
|
59
|
+
<path
|
60
|
+
style="opacity:1;fill:#008d40;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
61
|
+
d="m 202.63848,184.58483 8.125,0 -19.75,12.7344 -8.125,-4e-4 z"
|
62
|
+
id="rect4138" />
|
63
|
+
<path
|
64
|
+
style="opacity:1;fill:#008d40;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
65
|
+
d="m 239.33716,184.58516 8.125,0 -19.75,12.7343 -8.125,-4e-4 z"
|
66
|
+
id="rect4138-1" />
|
67
|
+
<path
|
68
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
69
|
+
d="m 168.34048,132.86216 c -1.108,0 -2,0.892 -2,2 l 0,5.4375 c 0,1.108 0.892,2 2,2 l 13.84375,0 0,10.59375 -9.31425,0 c -0.94781,0 -0.81075,0.44819 -0.81075,1.00586 l 0,2.73829 c 0,0.55766 -0.13706,1.00585 0.81075,1.00585 l 9.31425,0 0,38.18729 c 0,1.02369 0.90905,2.00018 2,2.00018 l 5.4375,0 c 1.21679,0 2,-0.86579 2,-2.00018 l 0,-38.18729 10.48047,0 2.04296,-4.75 -0.002,0 0.004,-0.01 c -1.16406,-0.48384 -1.92295,-1.62024 -1.92382,-2.88085 -4.9e-4,-1.72502 1.39803,-3.12354 3.12304,-3.12305 1.72425,5.9e-4 3.12159,1.39879 3.1211,3.12305 -0.001,1.26108 -0.76096,2.39762 -1.92578,2.88085 l 0.004,0.01 -0.002,0 2.04296,4.75 10.34766,0 0,38.18755 c 0,1.108 0.892,2 2,2 l 5.4375,0 c 1.108,0 2,-0.892 2,-2 l 0,-38.18755 9.43925,0 c 0.94781,0 0.81075,-0.44819 0.81075,-1.00585 l 0,-2.73829 c 0,-0.55767 0.13706,-1.00586 -0.81075,-1.00586 l -9.43925,0 0,-10.59375 13.78125,0 c 1.108,0 2,-0.892 2,-2 l 0,-5.4375 c 0,-1.108 -0.892,-2 -2,-2 z m 23.28125,9.4375 13.14843,0 c -3.89846,0.32873 -6.89604,3.5877 -6.89843,7.5 0.002,1.06721 0.23124,2.12176 0.67187,3.09375 l -6.92187,0 z m 14.41211,0 12.90039,0 0,10.59375 -6.67578,0 c 0.44197,-0.9717 0.67232,-2.02626 0.67578,-3.09375 -0.002,-3.91299 -3.00115,-7.17222 -6.90039,-7.5 z"
|
70
|
+
id="rect3400" />
|
71
|
+
</g>
|
72
|
+
</g>
|
73
|
+
<g
|
74
|
+
transform="translate(0,-819.01695)"
|
75
|
+
id="layer3" />
|
76
|
+
</g>
|
77
|
+
</svg>
|
@@ -0,0 +1,906 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="237.7861mm"
|
14
|
+
height="135.46315mm"
|
15
|
+
viewBox="0 0 842.54918 479.98754"
|
16
|
+
id="svg2"
|
17
|
+
version="1.1"
|
18
|
+
inkscape:version="0.91 r13725"
|
19
|
+
sodipodi:docname="oss-gate-support.svg">
|
20
|
+
<defs
|
21
|
+
id="defs4">
|
22
|
+
<marker
|
23
|
+
inkscape:isstock="true"
|
24
|
+
style="overflow:visible;"
|
25
|
+
id="marker8609"
|
26
|
+
refX="0.0"
|
27
|
+
refY="0.0"
|
28
|
+
orient="auto"
|
29
|
+
inkscape:stockid="Arrow1Send">
|
30
|
+
<path
|
31
|
+
transform="scale(0.2) rotate(180) translate(6,0)"
|
32
|
+
style="fill-rule:evenodd;stroke:#f8eb7f;stroke-width:1pt;stroke-opacity:1;fill:#f8eb7f;fill-opacity:1"
|
33
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
34
|
+
id="path8611" />
|
35
|
+
</marker>
|
36
|
+
<marker
|
37
|
+
inkscape:stockid="Arrow1Send"
|
38
|
+
orient="auto"
|
39
|
+
refY="0.0"
|
40
|
+
refX="0.0"
|
41
|
+
id="Arrow1Send"
|
42
|
+
style="overflow:visible;"
|
43
|
+
inkscape:isstock="true">
|
44
|
+
<path
|
45
|
+
id="path6383"
|
46
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
47
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
|
48
|
+
transform="scale(0.2) rotate(180) translate(6,0)" />
|
49
|
+
</marker>
|
50
|
+
<marker
|
51
|
+
inkscape:isstock="true"
|
52
|
+
style="overflow:visible;"
|
53
|
+
id="marker4807"
|
54
|
+
refX="0.0"
|
55
|
+
refY="0.0"
|
56
|
+
orient="auto"
|
57
|
+
inkscape:stockid="Arrow1Send"
|
58
|
+
inkscape:collect="always">
|
59
|
+
<path
|
60
|
+
transform="scale(0.2) rotate(180) translate(6,0)"
|
61
|
+
style="fill-rule:evenodd;stroke:#f8eb7f;stroke-width:1pt;stroke-opacity:1;fill:#f8eb7f;fill-opacity:1"
|
62
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
63
|
+
id="path4809" />
|
64
|
+
</marker>
|
65
|
+
<marker
|
66
|
+
inkscape:isstock="true"
|
67
|
+
style="overflow:visible;"
|
68
|
+
id="marker8765"
|
69
|
+
refX="0.0"
|
70
|
+
refY="0.0"
|
71
|
+
orient="auto"
|
72
|
+
inkscape:stockid="Arrow1Send">
|
73
|
+
<path
|
74
|
+
transform="scale(0.2) rotate(180) translate(6,0)"
|
75
|
+
style="fill-rule:evenodd;stroke:#00b050;stroke-width:1pt;stroke-opacity:1;fill:#00b050;fill-opacity:1"
|
76
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
77
|
+
id="path8767" />
|
78
|
+
</marker>
|
79
|
+
<marker
|
80
|
+
inkscape:stockid="Arrow1Lend"
|
81
|
+
orient="auto"
|
82
|
+
refY="0.0"
|
83
|
+
refX="0.0"
|
84
|
+
id="Arrow1Lend"
|
85
|
+
style="overflow:visible;"
|
86
|
+
inkscape:isstock="true">
|
87
|
+
<path
|
88
|
+
id="path4262"
|
89
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
90
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
91
|
+
transform="scale(0.8) rotate(180) translate(12.5,0)" />
|
92
|
+
</marker>
|
93
|
+
<marker
|
94
|
+
inkscape:stockid="Arrow1Lstart"
|
95
|
+
orient="auto"
|
96
|
+
refY="0.0"
|
97
|
+
refX="0.0"
|
98
|
+
id="Arrow1Lstart"
|
99
|
+
style="overflow:visible"
|
100
|
+
inkscape:isstock="true">
|
101
|
+
<path
|
102
|
+
id="path4259"
|
103
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
104
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
105
|
+
transform="scale(0.8) translate(12.5,0)" />
|
106
|
+
</marker>
|
107
|
+
<marker
|
108
|
+
inkscape:stockid="Arrow1Mend"
|
109
|
+
orient="auto"
|
110
|
+
refY="0.0"
|
111
|
+
refX="0.0"
|
112
|
+
id="Arrow1Mend"
|
113
|
+
style="overflow:visible;"
|
114
|
+
inkscape:isstock="true">
|
115
|
+
<path
|
116
|
+
id="path4268"
|
117
|
+
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
118
|
+
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
119
|
+
transform="scale(0.4) rotate(180) translate(10,0)" />
|
120
|
+
</marker>
|
121
|
+
<inkscape:perspective
|
122
|
+
id="perspective42"
|
123
|
+
inkscape:persp3d-origin="23.999999 : 16 : 1"
|
124
|
+
inkscape:vp_z="47.999999 : 23.999999 : 1"
|
125
|
+
inkscape:vp_y="0 : 999.99996 : 0"
|
126
|
+
inkscape:vp_x="0 : 23.999999 : 1"
|
127
|
+
sodipodi:type="inkscape:persp3d" />
|
128
|
+
<linearGradient
|
129
|
+
id="linearGradient3290">
|
130
|
+
<stop
|
131
|
+
style="stop-color:#fffcde;stop-opacity:1.0000000;"
|
132
|
+
offset="0.0000000"
|
133
|
+
id="stop3292" />
|
134
|
+
<stop
|
135
|
+
id="stop3294"
|
136
|
+
offset="0.64485979"
|
137
|
+
style="stop-color:#f6e76a;stop-opacity:1.0000000;" />
|
138
|
+
<stop
|
139
|
+
style="stop-color:#ffb738;stop-opacity:1.0000000;"
|
140
|
+
offset="1.0000000"
|
141
|
+
id="stop3296" />
|
142
|
+
</linearGradient>
|
143
|
+
<linearGradient
|
144
|
+
id="linearGradient2509">
|
145
|
+
<stop
|
146
|
+
id="stop2511"
|
147
|
+
offset="0.0000000"
|
148
|
+
style="stop-color:#fffbd5;stop-opacity:1.0000000;" />
|
149
|
+
<stop
|
150
|
+
id="stop2513"
|
151
|
+
offset="1.0000000"
|
152
|
+
style="stop-color:#edd400;stop-opacity:1.0000000;" />
|
153
|
+
</linearGradient>
|
154
|
+
<radialGradient
|
155
|
+
gradientUnits="userSpaceOnUse"
|
156
|
+
fy="39.5928"
|
157
|
+
fx="25.0527"
|
158
|
+
r="15.7572"
|
159
|
+
cy="39.5928"
|
160
|
+
cx="25.0527"
|
161
|
+
id="aigrd2"
|
162
|
+
gradientTransform="matrix(1.25,0,0,1.25,53.52055,-13.37211)">
|
163
|
+
<stop
|
164
|
+
id="stop8602"
|
165
|
+
style="stop-color:#777777;stop-opacity:1.0000000;"
|
166
|
+
offset="0.0000000" />
|
167
|
+
<stop
|
168
|
+
id="stop8604"
|
169
|
+
style="stop-color:#000000"
|
170
|
+
offset="1" />
|
171
|
+
</radialGradient>
|
172
|
+
<linearGradient
|
173
|
+
inkscape:collect="always"
|
174
|
+
id="linearGradient4565">
|
175
|
+
<stop
|
176
|
+
style="stop-color:#000000;stop-opacity:1;"
|
177
|
+
offset="0"
|
178
|
+
id="stop4567" />
|
179
|
+
<stop
|
180
|
+
style="stop-color:#000000;stop-opacity:0;"
|
181
|
+
offset="1"
|
182
|
+
id="stop4569" />
|
183
|
+
</linearGradient>
|
184
|
+
<linearGradient
|
185
|
+
id="linearGradient3824">
|
186
|
+
<stop
|
187
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
188
|
+
offset="0"
|
189
|
+
id="stop3826" />
|
190
|
+
<stop
|
191
|
+
style="stop-color:#c9c9c9;stop-opacity:1.0000000;"
|
192
|
+
offset="1.0000000"
|
193
|
+
id="stop3828" />
|
194
|
+
</linearGradient>
|
195
|
+
<linearGradient
|
196
|
+
id="linearGradient3800">
|
197
|
+
<stop
|
198
|
+
style="stop-color:#ffeed6;stop-opacity:1.0000000;"
|
199
|
+
offset="0.0000000"
|
200
|
+
id="stop3802" />
|
201
|
+
<stop
|
202
|
+
id="stop8664"
|
203
|
+
offset="0.50000000"
|
204
|
+
style="stop-color:#e49c2f;stop-opacity:1.0000000;" />
|
205
|
+
<stop
|
206
|
+
style="stop-color:#ffc66c;stop-opacity:1.0000000;"
|
207
|
+
offset="1.0000000"
|
208
|
+
id="stop3804" />
|
209
|
+
</linearGradient>
|
210
|
+
<radialGradient
|
211
|
+
r="15.7572"
|
212
|
+
fy="39.5928"
|
213
|
+
fx="25.0527"
|
214
|
+
cy="39.5928"
|
215
|
+
cx="25.0527"
|
216
|
+
gradientTransform="matrix(1.25,0,0,1.25,39.41053,-19.20819)"
|
217
|
+
gradientUnits="userSpaceOnUse"
|
218
|
+
id="radialGradient2211"
|
219
|
+
xlink:href="#aigrd2"
|
220
|
+
inkscape:collect="always" />
|
221
|
+
<radialGradient
|
222
|
+
r="15.7572"
|
223
|
+
fy="38.602852"
|
224
|
+
fx="-23.452122"
|
225
|
+
cy="38.602852"
|
226
|
+
cx="-23.452122"
|
227
|
+
gradientTransform="matrix(0.28431,0,0,0.416667,30.45155,18.23307)"
|
228
|
+
gradientUnits="userSpaceOnUse"
|
229
|
+
id="radialGradient1342"
|
230
|
+
xlink:href="#aigrd2"
|
231
|
+
inkscape:collect="always" />
|
232
|
+
<inkscape:perspective
|
233
|
+
id="perspective39"
|
234
|
+
inkscape:persp3d-origin="23.999999 : 16 : 1"
|
235
|
+
inkscape:vp_z="47.999999 : 23.999999 : 1"
|
236
|
+
inkscape:vp_y="0 : 999.99996 : 0"
|
237
|
+
inkscape:vp_x="0 : 23.999999 : 1"
|
238
|
+
sodipodi:type="inkscape:persp3d" />
|
239
|
+
<radialGradient
|
240
|
+
inkscape:collect="always"
|
241
|
+
xlink:href="#linearGradient3290"
|
242
|
+
id="radialGradient2714-4"
|
243
|
+
gradientUnits="userSpaceOnUse"
|
244
|
+
cx="29.288071"
|
245
|
+
cy="15.720984"
|
246
|
+
fx="29.158466"
|
247
|
+
fy="15.755712"
|
248
|
+
r="8.9020796" />
|
249
|
+
<radialGradient
|
250
|
+
gradientUnits="userSpaceOnUse"
|
251
|
+
fy="39.5928"
|
252
|
+
fx="25.0527"
|
253
|
+
r="15.7572"
|
254
|
+
cy="39.5928"
|
255
|
+
cx="25.0527"
|
256
|
+
id="aigrd2-6"
|
257
|
+
gradientTransform="matrix(1.25,0,0,1.25,-6.479446,-13.37211)">
|
258
|
+
<stop
|
259
|
+
id="stop8602-8"
|
260
|
+
style="stop-color:#777777;stop-opacity:1.0000000;"
|
261
|
+
offset="0.0000000" />
|
262
|
+
<stop
|
263
|
+
id="stop8604-5"
|
264
|
+
style="stop-color:#000000"
|
265
|
+
offset="1" />
|
266
|
+
</radialGradient>
|
267
|
+
<radialGradient
|
268
|
+
inkscape:collect="always"
|
269
|
+
xlink:href="#linearGradient4565"
|
270
|
+
id="radialGradient4571-4"
|
271
|
+
cx="24.714285"
|
272
|
+
cy="38.57143"
|
273
|
+
fx="24.714285"
|
274
|
+
fy="38.57143"
|
275
|
+
r="19.714285"
|
276
|
+
gradientTransform="matrix(1,0,0,0.333333,0,25.71429)"
|
277
|
+
gradientUnits="userSpaceOnUse" />
|
278
|
+
<radialGradient
|
279
|
+
r="15.7572"
|
280
|
+
fy="39.5928"
|
281
|
+
fx="25.0527"
|
282
|
+
cy="39.5928"
|
283
|
+
cx="25.0527"
|
284
|
+
gradientTransform="matrix(1.25,0,0,1.25,-6.479446,-13.37211)"
|
285
|
+
gradientUnits="userSpaceOnUse"
|
286
|
+
id="radialGradient3279"
|
287
|
+
xlink:href="#aigrd2-6"
|
288
|
+
inkscape:collect="always" />
|
289
|
+
<inkscape:perspective
|
290
|
+
id="perspective39-7"
|
291
|
+
inkscape:persp3d-origin="23.999999 : 16 : 1"
|
292
|
+
inkscape:vp_z="47.999999 : 23.999999 : 1"
|
293
|
+
inkscape:vp_y="0 : 999.99996 : 0"
|
294
|
+
inkscape:vp_x="0 : 23.999999 : 1"
|
295
|
+
sodipodi:type="inkscape:persp3d" />
|
296
|
+
<radialGradient
|
297
|
+
inkscape:collect="always"
|
298
|
+
xlink:href="#linearGradient3290"
|
299
|
+
id="radialGradient2714-1"
|
300
|
+
gradientUnits="userSpaceOnUse"
|
301
|
+
cx="29.288071"
|
302
|
+
cy="15.720984"
|
303
|
+
fx="29.158466"
|
304
|
+
fy="15.755712"
|
305
|
+
r="8.9020796" />
|
306
|
+
<radialGradient
|
307
|
+
gradientTransform="matrix(1.25,0,0,1.25,-6.214281,-8.428572)"
|
308
|
+
id="aigrd2-1"
|
309
|
+
cx="25.0527"
|
310
|
+
cy="39.5928"
|
311
|
+
r="15.7572"
|
312
|
+
fx="25.0527"
|
313
|
+
fy="39.5928"
|
314
|
+
gradientUnits="userSpaceOnUse">
|
315
|
+
<stop
|
316
|
+
offset="0.0000000"
|
317
|
+
style="stop-color:#777777;stop-opacity:1.0000000;"
|
318
|
+
id="stop8602-5" />
|
319
|
+
<stop
|
320
|
+
offset="1"
|
321
|
+
style="stop-color:#000000"
|
322
|
+
id="stop8604-0" />
|
323
|
+
</radialGradient>
|
324
|
+
<radialGradient
|
325
|
+
gradientUnits="userSpaceOnUse"
|
326
|
+
gradientTransform="matrix(1,0,0,0.333333,0,25.71429)"
|
327
|
+
r="19.714285"
|
328
|
+
fy="38.57143"
|
329
|
+
fx="24.714285"
|
330
|
+
cy="38.57143"
|
331
|
+
cx="24.714285"
|
332
|
+
id="radialGradient4571-41"
|
333
|
+
xlink:href="#linearGradient4565"
|
334
|
+
inkscape:collect="always" />
|
335
|
+
<inkscape:perspective
|
336
|
+
id="perspective39-9"
|
337
|
+
inkscape:persp3d-origin="23.999999 : 16 : 1"
|
338
|
+
inkscape:vp_z="47.999999 : 23.999999 : 1"
|
339
|
+
inkscape:vp_y="0 : 999.99996 : 0"
|
340
|
+
inkscape:vp_x="0 : 23.999999 : 1"
|
341
|
+
sodipodi:type="inkscape:persp3d" />
|
342
|
+
<radialGradient
|
343
|
+
r="8.9020796"
|
344
|
+
fy="15.755712"
|
345
|
+
fx="29.158466"
|
346
|
+
cy="15.720984"
|
347
|
+
cx="29.288071"
|
348
|
+
gradientUnits="userSpaceOnUse"
|
349
|
+
id="radialGradient2714-6"
|
350
|
+
xlink:href="#linearGradient3290"
|
351
|
+
inkscape:collect="always" />
|
352
|
+
<radialGradient
|
353
|
+
gradientUnits="userSpaceOnUse"
|
354
|
+
fy="39.5928"
|
355
|
+
fx="25.0527"
|
356
|
+
r="15.7572"
|
357
|
+
cy="39.5928"
|
358
|
+
cx="25.0527"
|
359
|
+
id="aigrd2-9"
|
360
|
+
gradientTransform="matrix(1.25,0,0,-1.25,-6.479446,73.66448)">
|
361
|
+
<stop
|
362
|
+
id="stop8602-7"
|
363
|
+
style="stop-color:#777777;stop-opacity:1.0000000;"
|
364
|
+
offset="0.0000000" />
|
365
|
+
<stop
|
366
|
+
id="stop8604-2"
|
367
|
+
style="stop-color:#000000"
|
368
|
+
offset="1" />
|
369
|
+
</radialGradient>
|
370
|
+
<radialGradient
|
371
|
+
inkscape:collect="always"
|
372
|
+
xlink:href="#linearGradient4565"
|
373
|
+
id="radialGradient4571-5"
|
374
|
+
cx="24.714285"
|
375
|
+
cy="38.57143"
|
376
|
+
fx="24.714285"
|
377
|
+
fy="38.57143"
|
378
|
+
r="19.714285"
|
379
|
+
gradientTransform="matrix(1,0,0,0.333333,0,25.71429)"
|
380
|
+
gradientUnits="userSpaceOnUse" />
|
381
|
+
<radialGradient
|
382
|
+
inkscape:collect="always"
|
383
|
+
xlink:href="#linearGradient4565"
|
384
|
+
id="radialGradient4297"
|
385
|
+
gradientUnits="userSpaceOnUse"
|
386
|
+
gradientTransform="matrix(1,0,0,0.333333,0,25.71429)"
|
387
|
+
cx="24.714285"
|
388
|
+
cy="38.57143"
|
389
|
+
fx="24.714285"
|
390
|
+
fy="38.57143"
|
391
|
+
r="19.714285" />
|
392
|
+
<radialGradient
|
393
|
+
inkscape:collect="always"
|
394
|
+
xlink:href="#linearGradient3290"
|
395
|
+
id="radialGradient4299"
|
396
|
+
gradientUnits="userSpaceOnUse"
|
397
|
+
cx="29.288071"
|
398
|
+
cy="15.720984"
|
399
|
+
fx="29.158466"
|
400
|
+
fy="15.755712"
|
401
|
+
r="8.9020796" />
|
402
|
+
<radialGradient
|
403
|
+
inkscape:collect="always"
|
404
|
+
xlink:href="#aigrd2-1"
|
405
|
+
id="radialGradient4301"
|
406
|
+
gradientUnits="userSpaceOnUse"
|
407
|
+
gradientTransform="matrix(1.25,0,0,1.25,-6.214281,-8.428572)"
|
408
|
+
cx="25.0527"
|
409
|
+
cy="39.5928"
|
410
|
+
fx="25.0527"
|
411
|
+
fy="39.5928"
|
412
|
+
r="15.7572" />
|
413
|
+
<inkscape:perspective
|
414
|
+
id="perspective39-94"
|
415
|
+
inkscape:persp3d-origin="24 : 16 : 1"
|
416
|
+
inkscape:vp_z="48 : 24 : 1"
|
417
|
+
inkscape:vp_y="0 : 1000 : 0"
|
418
|
+
inkscape:vp_x="0 : 24 : 1"
|
419
|
+
sodipodi:type="inkscape:persp3d" />
|
420
|
+
<radialGradient
|
421
|
+
gradientUnits="userSpaceOnUse"
|
422
|
+
fy="39.5928"
|
423
|
+
fx="25.0527"
|
424
|
+
r="15.7572"
|
425
|
+
cy="39.5928"
|
426
|
+
cx="25.0527"
|
427
|
+
id="aigrd2-3"
|
428
|
+
gradientTransform="matrix(1.25,0,0,1.25,-6.479446,-13.37211)">
|
429
|
+
<stop
|
430
|
+
id="stop8602-1"
|
431
|
+
style="stop-color:#777777;stop-opacity:1.0000000;"
|
432
|
+
offset="0.0000000" />
|
433
|
+
<stop
|
434
|
+
id="stop8604-4"
|
435
|
+
style="stop-color:#000000"
|
436
|
+
offset="1" />
|
437
|
+
</radialGradient>
|
438
|
+
</defs>
|
439
|
+
<sodipodi:namedview
|
440
|
+
id="base"
|
441
|
+
pagecolor="#ffffff"
|
442
|
+
bordercolor="#666666"
|
443
|
+
borderopacity="1.0"
|
444
|
+
inkscape:pageopacity="0.0"
|
445
|
+
inkscape:pageshadow="2"
|
446
|
+
inkscape:zoom="0.7"
|
447
|
+
inkscape:cx="384.79474"
|
448
|
+
inkscape:cy="178.52639"
|
449
|
+
inkscape:document-units="px"
|
450
|
+
inkscape:current-layer="g4273"
|
451
|
+
showgrid="false"
|
452
|
+
inkscape:window-width="1754"
|
453
|
+
inkscape:window-height="922"
|
454
|
+
inkscape:window-x="2086"
|
455
|
+
inkscape:window-y="27"
|
456
|
+
inkscape:window-maximized="0"
|
457
|
+
fit-margin-top="5"
|
458
|
+
fit-margin-left="5"
|
459
|
+
fit-margin-right="5"
|
460
|
+
fit-margin-bottom="5" />
|
461
|
+
<metadata
|
462
|
+
id="metadata7">
|
463
|
+
<rdf:RDF>
|
464
|
+
<cc:Work
|
465
|
+
rdf:about="">
|
466
|
+
<dc:format>image/svg+xml</dc:format>
|
467
|
+
<dc:type
|
468
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
469
|
+
<dc:title></dc:title>
|
470
|
+
</cc:Work>
|
471
|
+
</rdf:RDF>
|
472
|
+
</metadata>
|
473
|
+
<g
|
474
|
+
inkscape:label="レイヤー 1"
|
475
|
+
inkscape:groupmode="layer"
|
476
|
+
id="layer1"
|
477
|
+
transform="translate(70.237417,-303.29571)">
|
478
|
+
<g
|
479
|
+
id="g4273"
|
480
|
+
transform="translate(220.47023,395.68958)">
|
481
|
+
<g
|
482
|
+
id="layer1-6"
|
483
|
+
transform="translate(0,-819.01695)" />
|
484
|
+
<path
|
485
|
+
style="opacity:1;fill:#0000b6;fill-opacity:0.36949152;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
486
|
+
id="path4249"
|
487
|
+
r="7.689786"
|
488
|
+
cy="55.564896"
|
489
|
+
cx="46.757435"
|
490
|
+
d=""
|
491
|
+
inkscape:connector-curvature="0" />
|
492
|
+
<path
|
493
|
+
style="opacity:1;fill:#0000b6;fill-opacity:0.36949152;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
494
|
+
id="path4249-2"
|
495
|
+
r="7.689786"
|
496
|
+
cy="55.573547"
|
497
|
+
cx="46.755363"
|
498
|
+
d=""
|
499
|
+
inkscape:connector-curvature="0" />
|
500
|
+
<g
|
501
|
+
id="layer3"
|
502
|
+
transform="translate(0,-819.01695)" />
|
503
|
+
<path
|
504
|
+
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00b050;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
505
|
+
d="M -272.34919,87.762551 533.48309,301.85296"
|
506
|
+
id="path4747"
|
507
|
+
inkscape:connector-curvature="0"
|
508
|
+
sodipodi:nodetypes="cc" />
|
509
|
+
<ellipse
|
510
|
+
cy="85.410294"
|
511
|
+
cx="120.78838"
|
512
|
+
id="path4161"
|
513
|
+
style="opacity:1;fill:#00b050;fill-opacity:1;stroke:none;stroke-width:2.83464575;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
514
|
+
transform="matrix(0.96592583,0.25881904,0,1,0,0)"
|
515
|
+
rx="120.78838"
|
516
|
+
ry="116.67262" />
|
517
|
+
<text
|
518
|
+
xml:space="preserve"
|
519
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
520
|
+
x="54.291256"
|
521
|
+
y="-60.053356"
|
522
|
+
id="text4289"
|
523
|
+
sodipodi:linespacing="125%"
|
524
|
+
transform="matrix(1,0.26794919,0,1,0,0)"><tspan
|
525
|
+
sodipodi:role="line"
|
526
|
+
id="tspan4291"
|
527
|
+
x="54.291256"
|
528
|
+
y="-60.053356">OSS開発</tspan></text>
|
529
|
+
<text
|
530
|
+
xml:space="preserve"
|
531
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
532
|
+
x="-255.10257"
|
533
|
+
y="201.93515"
|
534
|
+
id="text4303"
|
535
|
+
sodipodi:linespacing="125%"><tspan
|
536
|
+
sodipodi:role="line"
|
537
|
+
id="tspan4305"
|
538
|
+
x="-255.10257"
|
539
|
+
y="201.93515">未参加者</tspan></text>
|
540
|
+
<text
|
541
|
+
sodipodi:linespacing="125%"
|
542
|
+
id="text4307"
|
543
|
+
y="201.99374"
|
544
|
+
x="392.74677"
|
545
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
546
|
+
xml:space="preserve"><tspan
|
547
|
+
y="201.99374"
|
548
|
+
x="392.74677"
|
549
|
+
id="tspan4309"
|
550
|
+
sodipodi:role="line">参加者</tspan></text>
|
551
|
+
<text
|
552
|
+
xml:space="preserve"
|
553
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
554
|
+
x="-89.150398"
|
555
|
+
y="248.57101"
|
556
|
+
id="text4311"
|
557
|
+
sodipodi:linespacing="125%"><tspan
|
558
|
+
sodipodi:role="line"
|
559
|
+
id="tspan4313"
|
560
|
+
x="-89.150398"
|
561
|
+
y="248.57101">興味あり</tspan></text>
|
562
|
+
<text
|
563
|
+
sodipodi:linespacing="125%"
|
564
|
+
id="text4319"
|
565
|
+
y="99.152542"
|
566
|
+
x="241.03822"
|
567
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
568
|
+
xml:space="preserve"><tspan
|
569
|
+
y="99.152542"
|
570
|
+
x="241.03822"
|
571
|
+
id="tspan4321"
|
572
|
+
sodipodi:role="line">自信ない</tspan></text>
|
573
|
+
<text
|
574
|
+
xml:space="preserve"
|
575
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
576
|
+
x="399.17169"
|
577
|
+
y="5.8298268"
|
578
|
+
id="text4323"
|
579
|
+
sodipodi:linespacing="125%"><tspan
|
580
|
+
sodipodi:role="line"
|
581
|
+
id="tspan4325"
|
582
|
+
x="399.17169"
|
583
|
+
y="5.8298268">活発</tspan></text>
|
584
|
+
<g
|
585
|
+
id="layer1-9"
|
586
|
+
inkscape:label="Layer 1"
|
587
|
+
transform="translate(420.53574,14.139538)">
|
588
|
+
<ellipse
|
589
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.53164559;fill:url(#radialGradient4571-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
590
|
+
id="path4563-0"
|
591
|
+
cx="24.714285"
|
592
|
+
cy="38.57143"
|
593
|
+
rx="19.714285"
|
594
|
+
ry="6.5714288" />
|
595
|
+
<circle
|
596
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient2714-4);fill-opacity:1;fill-rule:evenodd;stroke:#9c8c0a;stroke-width:0.48004404;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
597
|
+
id="path4320-8"
|
598
|
+
transform="matrix(2.083142,0,0,2.083142,-40.54715,-16.49224)"
|
599
|
+
cx="31.112698"
|
600
|
+
cy="19.008621"
|
601
|
+
r="8.6620579" />
|
602
|
+
<circle
|
603
|
+
id="path4322-9"
|
604
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.67721522;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
605
|
+
transform="matrix(1.979782,0,0,1.979782,-37.33128,-14.52746)"
|
606
|
+
cx="31.112698"
|
607
|
+
cy="19.008621"
|
608
|
+
r="8.6620579" />
|
609
|
+
<g
|
610
|
+
transform="matrix(0.969372,0.245598,-0.245598,0.969372,6.456937,-5.230004)"
|
611
|
+
id="g3267">
|
612
|
+
<path
|
613
|
+
sodipodi:nodetypes="czczc"
|
614
|
+
id="path2659"
|
615
|
+
d="m 37.284637,24.719966 c -3.016467,5.224673 -6.543503,8.990039 -12.822145,8.990039 -6.100017,0 -10.565537,-4.339697 -13.352476,-9.166816 2.549413,3.05592 6.282932,6.566312 13.087311,6.566312 8.130204,0 9.551776,-2.906855 13.08731,-6.389535 z"
|
616
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.36000001;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
617
|
+
inkscape:connector-curvature="0" />
|
618
|
+
<path
|
619
|
+
style="fill:url(#radialGradient3279);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
620
|
+
d="m 37.284637,24.012862 c -3.016467,5.224673 -6.543503,8.990039 -12.822145,8.990039 -6.100017,0 -10.565537,-4.339697 -13.352476,-9.166816 2.549413,3.05592 6.282932,6.566312 13.087311,6.566312 8.130204,0 9.551776,-2.906855 13.08731,-6.389535 z"
|
621
|
+
id="path8606"
|
622
|
+
sodipodi:nodetypes="czczc"
|
623
|
+
inkscape:connector-curvature="0" />
|
624
|
+
</g>
|
625
|
+
<path
|
626
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
627
|
+
d="m 31.042065,17.714134 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
628
|
+
id="path8612-3"
|
629
|
+
inkscape:connector-curvature="0" />
|
630
|
+
<path
|
631
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
632
|
+
d="m 31.042065,17.089134 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
633
|
+
id="path8616-1"
|
634
|
+
inkscape:connector-curvature="0" />
|
635
|
+
<path
|
636
|
+
sodipodi:nodetypes="ccc"
|
637
|
+
id="path1336"
|
638
|
+
d="m 15.924926,17.535184 c 1.361504,-3.344457 4.84345,-3.432276 6.068764,-0.114834 -2.161069,-1.71313 -4.148092,-1.219733 -6.068764,0.114834 z"
|
639
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0000006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
640
|
+
inkscape:connector-curvature="0" />
|
641
|
+
</g>
|
642
|
+
<g
|
643
|
+
inkscape:label="Layer 1"
|
644
|
+
id="layer1-3"
|
645
|
+
transform="translate(-32.042325,256.04389)">
|
646
|
+
<ellipse
|
647
|
+
id="path4563-03"
|
648
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.53164559;fill:url(#radialGradient4571-41);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
649
|
+
cx="24.714285"
|
650
|
+
cy="38.57143"
|
651
|
+
rx="19.714285"
|
652
|
+
ry="6.5714288" />
|
653
|
+
<circle
|
654
|
+
transform="matrix(2.083142,0,0,2.083142,-40.54715,-16.49224)"
|
655
|
+
id="path4320-2"
|
656
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient2714-1);fill-opacity:1;fill-rule:evenodd;stroke:#9c8c0a;stroke-width:0.48004404;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
657
|
+
cx="31.112698"
|
658
|
+
cy="19.008621"
|
659
|
+
r="8.6620579" />
|
660
|
+
<circle
|
661
|
+
transform="matrix(1.979782,0,0,1.979782,-37.33128,-14.52746)"
|
662
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.67721522;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
663
|
+
id="path4322-1"
|
664
|
+
cx="31.112698"
|
665
|
+
cy="19.008621"
|
666
|
+
r="8.6620579" />
|
667
|
+
<path
|
668
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
669
|
+
d="m 33.660715,32.696428 c 0,3.5 -4.25,6.25 -9.375,6.25 -5.125,0 -9.375,-2.75 -9.375,-6.25 0,-3.5 4.25,-6.25 9.375,-6.25 5.125,0 9.375,2.75 9.375,6.25 z"
|
670
|
+
id="path8599"
|
671
|
+
inkscape:connector-curvature="0" />
|
672
|
+
<path
|
673
|
+
style="fill:url(#aigrd2-1);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
674
|
+
d="m 33.660715,31.696428 c 0,3.5 -4.25,6.25 -9.375,6.25 -5.125,0 -9.375,-2.75 -9.375,-6.25 0,-3.5 4.25,-6.25 9.375,-6.25 5.125,0 9.375,2.75 9.375,6.25 z"
|
675
|
+
id="path8606-7"
|
676
|
+
inkscape:connector-curvature="0" />
|
677
|
+
<g
|
678
|
+
transform="translate(0.265165,0)"
|
679
|
+
id="g8666-5">
|
680
|
+
<path
|
681
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
682
|
+
d="m 21.398158,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.625,-2 -2.625,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 l 0.125,0 z"
|
683
|
+
id="path8610-6"
|
684
|
+
inkscape:connector-curvature="0" />
|
685
|
+
<path
|
686
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
687
|
+
d="m 30.688512,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
688
|
+
id="path8612-5"
|
689
|
+
inkscape:connector-curvature="0" />
|
690
|
+
<path
|
691
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
692
|
+
d="m 21.398158,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
693
|
+
id="path8614-4"
|
694
|
+
inkscape:connector-curvature="0" />
|
695
|
+
<path
|
696
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
697
|
+
d="m 30.688512,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
698
|
+
id="path8616-2"
|
699
|
+
inkscape:connector-curvature="0" />
|
700
|
+
</g>
|
701
|
+
</g>
|
702
|
+
<g
|
703
|
+
id="layer1-5"
|
704
|
+
inkscape:label="Layer 1"
|
705
|
+
transform="translate(300.1666,107.63557)"
|
706
|
+
style="">
|
707
|
+
<ellipse
|
708
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.53164559;fill:url(#radialGradient4571-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
709
|
+
id="path4563-00"
|
710
|
+
cx="24.714285"
|
711
|
+
cy="38.57143"
|
712
|
+
rx="19.714285"
|
713
|
+
ry="6.5714288" />
|
714
|
+
<circle
|
715
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient2714-6);fill-opacity:1;fill-rule:evenodd;stroke:#9c8c0a;stroke-width:0.48004404;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
716
|
+
id="path4320-3"
|
717
|
+
transform="matrix(2.083142,0,0,2.083142,-40.54715,-16.49224)"
|
718
|
+
cx="31.112698"
|
719
|
+
cy="19.008621"
|
720
|
+
r="8.6620579" />
|
721
|
+
<circle
|
722
|
+
id="path4322-4"
|
723
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.67721522;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
724
|
+
transform="matrix(1.979782,0,0,1.979782,-37.33128,-14.52746)"
|
725
|
+
cx="31.112698"
|
726
|
+
cy="19.008621"
|
727
|
+
r="8.6620579" />
|
728
|
+
<path
|
729
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.36000001;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
730
|
+
d="m 34.014268,32.036842 c -3.723574,-4.164012 -5.562409,-5.631281 -9.551776,-5.631281 -3.901179,0 -6.499672,1.688046 -9.375,5.984835 3.433297,-2.348813 5.309632,-3.649496 9.109835,-3.649496 3.711839,0 5.751077,1.050699 9.816941,3.295942 z"
|
731
|
+
id="path1387"
|
732
|
+
sodipodi:nodetypes="czczc"
|
733
|
+
inkscape:connector-curvature="0" />
|
734
|
+
<path
|
735
|
+
sodipodi:nodetypes="czczc"
|
736
|
+
id="path8606-6"
|
737
|
+
d="m 34.014268,31.329738 c -3.723574,-4.164012 -5.562409,-5.631281 -9.551776,-5.631281 -3.901179,0 -6.499672,1.688046 -9.375,5.984835 3.433297,-2.348813 5.309632,-3.649496 9.109835,-3.649496 3.711839,0 5.751077,1.050699 9.816941,3.295942 z"
|
738
|
+
style="fill:url(#aigrd2-9);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
739
|
+
inkscape:connector-curvature="0" />
|
740
|
+
<g
|
741
|
+
id="g8666-6"
|
742
|
+
transform="translate(0.353553,2.392706)"
|
743
|
+
style="">
|
744
|
+
<path
|
745
|
+
id="path8610-0"
|
746
|
+
d="m 21.398158,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.625,-2 -2.625,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 l 0.125,0 z"
|
747
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
748
|
+
inkscape:connector-curvature="0" />
|
749
|
+
<path
|
750
|
+
id="path8612-2"
|
751
|
+
d="m 30.688512,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
752
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
753
|
+
inkscape:connector-curvature="0" />
|
754
|
+
<path
|
755
|
+
id="path8614-5"
|
756
|
+
d="m 21.398158,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
757
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
758
|
+
inkscape:connector-curvature="0" />
|
759
|
+
<path
|
760
|
+
id="path8616-8"
|
761
|
+
d="m 30.688512,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
762
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
|
763
|
+
inkscape:connector-curvature="0" />
|
764
|
+
</g>
|
765
|
+
</g>
|
766
|
+
<path
|
767
|
+
style="opacity:1;fill:#f8eb7f;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
768
|
+
d="m 239.81126,226.32353 78.098,0 7.07107,-71.46829 11.11168,71.46829 13.91463,0.71429 77.85714,-162.857148 -59.28571,162.142858 67.15587,0 c 2.77,0 5,2.23 5,5 l 0,42.8624 c 0,2.77 -2.23,5 -5,5 l -195.92268,0 c -2.77,0 -5,-2.23 -5,-5 l 0,-42.8624 c 0,-2.77 2.23,-5 5,-5 z"
|
769
|
+
id="rect9060"
|
770
|
+
inkscape:connector-curvature="0"
|
771
|
+
sodipodi:nodetypes="sccccccssssssss" />
|
772
|
+
<text
|
773
|
+
xml:space="preserve"
|
774
|
+
style="font-style:normal;font-weight:normal;font-size:30px;line-height:125%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
775
|
+
x="250.22394"
|
776
|
+
y="262.13937"
|
777
|
+
id="text4291"
|
778
|
+
sodipodi:linespacing="125%"><tspan
|
779
|
+
sodipodi:role="line"
|
780
|
+
x="250.22394"
|
781
|
+
y="262.13937"
|
782
|
+
id="tspan9050">大丈夫だよー</tspan></text>
|
783
|
+
<path
|
784
|
+
sodipodi:nodetypes="cc"
|
785
|
+
inkscape:connector-curvature="0"
|
786
|
+
id="path8607"
|
787
|
+
d="M 417.72456,37.751374 C 224.1323,38.730388 135.65842,44.025043 116.06635,133.54818"
|
788
|
+
style="fill:none;fill-rule:evenodd;stroke:#f8eb7f;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker8609)" />
|
789
|
+
<path
|
790
|
+
sodipodi:nodetypes="cc"
|
791
|
+
inkscape:connector-curvature="0"
|
792
|
+
id="path4805"
|
793
|
+
d="M 300.28584,134.92397 C 229.44305,111.09732 175.50869,110.70743 129.82598,142.03294"
|
794
|
+
style="fill:none;fill-rule:evenodd;stroke:#f8eb7f;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker4807)" />
|
795
|
+
<g
|
796
|
+
transform="matrix(2.1896174,0.58670621,0,2.1896174,-329.33964,-364.95012)"
|
797
|
+
id="g4143">
|
798
|
+
<path
|
799
|
+
inkscape:connector-curvature="0"
|
800
|
+
style="opacity:1;fill:#008d40;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
801
|
+
d="m 200.94532,184.73716 8.125,0 -19.75,12.7344 -8.125,-4e-4 z"
|
802
|
+
id="rect4138" />
|
803
|
+
<path
|
804
|
+
inkscape:connector-curvature="0"
|
805
|
+
style="opacity:1;fill:#008d40;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
806
|
+
d="m 237.68103,184.58516 8.125,0 -19.75,12.7343 -8.125,-4e-4 z"
|
807
|
+
id="rect4138-1" />
|
808
|
+
<path
|
809
|
+
inkscape:connector-curvature="0"
|
810
|
+
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
811
|
+
d="m 166.68751,132.86216 c -1.108,0 -2,0.892 -2,2 l 0,5.4375 c 0,1.108 0.892,2 2,2 l 13.84375,0 0,10.59375 -9.31425,0 c -0.94781,0 -0.81075,0.44819 -0.81075,1.00586 l 0,2.73829 c 0,0.55766 -0.13706,1.00585 0.81075,1.00585 l 9.31425,0 0,38.74415 c 0,0.8348 0.892,1.5059 2,1.5059 l 5.4375,0 c 1.108,0 2,-0.6711 2,-1.5059 l 0,-38.74415 10.48047,0 2.04296,-4.75 -0.002,0 0.004,-0.01 c -1.16406,-0.48384 -1.92295,-1.62024 -1.92382,-2.88085 -4.9e-4,-1.72502 1.39803,-3.12354 3.12304,-3.12305 1.72425,5.9e-4 3.12159,1.39879 3.1211,3.12305 -0.001,1.26108 -0.76096,2.39762 -1.92578,2.88085 l 0.004,0.01 -0.002,0 2.04296,4.75 10.34766,0 0,38.18755 c 0,1.108 0.892,2 2,2 l 5.4375,0 c 1.108,0 2,-0.892 2,-2 l 0,-38.18755 9.43925,0 c 0.94781,0 0.81075,-0.44819 0.81075,-1.00585 l 0,-2.73829 c 0,-0.55767 0.13706,-1.00586 -0.81075,-1.00586 l -9.43925,0 0,-10.59375 13.78125,0 c 1.108,0 2,-0.892 2,-2 l 0,-5.4375 c 0,-1.108 -0.892,-2 -2,-2 z m 23.28125,9.4375 13.14843,0 c -3.89846,0.32873 -6.89604,3.5877 -6.89843,7.5 0.002,1.06721 0.23124,2.12176 0.67187,3.09375 l -6.92187,0 z m 14.41211,0 12.90039,0 0,10.59375 -6.67578,0 c 0.44197,-0.9717 0.67232,-2.02626 0.67578,-3.09375 -0.002,-3.91299 -3.00115,-7.17222 -6.90039,-7.5 z"
|
812
|
+
id="rect3400" />
|
813
|
+
</g>
|
814
|
+
<g
|
815
|
+
transform="translate(93.721667,144.42203)"
|
816
|
+
id="g4275"
|
817
|
+
inkscape:label="Layer 1">
|
818
|
+
<ellipse
|
819
|
+
ry="6.5714288"
|
820
|
+
rx="19.714285"
|
821
|
+
cy="38.57143"
|
822
|
+
cx="24.714285"
|
823
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.53164559;fill:url(#radialGradient4297);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40487173;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
824
|
+
id="ellipse4277" />
|
825
|
+
<circle
|
826
|
+
r="8.6620579"
|
827
|
+
cy="19.008621"
|
828
|
+
cx="31.112698"
|
829
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient4299);fill-opacity:1;fill-rule:evenodd;stroke:#9c8c0a;stroke-width:0.48004404;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
830
|
+
id="circle4279"
|
831
|
+
transform="matrix(2.083142,0,0,2.083142,-40.54715,-16.49224)" />
|
832
|
+
<circle
|
833
|
+
r="8.6620579"
|
834
|
+
cy="19.008621"
|
835
|
+
cx="31.112698"
|
836
|
+
id="circle4281"
|
837
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.67721522;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50510627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
|
838
|
+
transform="matrix(1.979782,0,0,1.979782,-37.33128,-14.52746)" />
|
839
|
+
<path
|
840
|
+
inkscape:connector-curvature="0"
|
841
|
+
id="path4283"
|
842
|
+
d="m 33.660715,32.696428 c 0,3.5 -4.25,6.25 -9.375,6.25 -5.125,0 -9.375,-2.75 -9.375,-6.25 0,-3.5 4.25,-6.25 9.375,-6.25 5.125,0 9.375,2.75 9.375,6.25 z"
|
843
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
844
|
+
<path
|
845
|
+
inkscape:connector-curvature="0"
|
846
|
+
id="path4285"
|
847
|
+
d="m 33.660715,31.696428 c 0,3.5 -4.25,6.25 -9.375,6.25 -5.125,0 -9.375,-2.75 -9.375,-6.25 0,-3.5 4.25,-6.25 9.375,-6.25 5.125,0 9.375,2.75 9.375,6.25 z"
|
848
|
+
style="fill:url(#radialGradient4301);fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
849
|
+
<g
|
850
|
+
id="g4287"
|
851
|
+
transform="translate(0.265165,0)">
|
852
|
+
<path
|
853
|
+
inkscape:connector-curvature="0"
|
854
|
+
id="path4289"
|
855
|
+
d="m 21.398158,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.625,-2 -2.625,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 l 0.125,0 z"
|
856
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
857
|
+
<path
|
858
|
+
inkscape:connector-curvature="0"
|
859
|
+
id="path4291"
|
860
|
+
d="m 30.688512,15.321428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
861
|
+
style="opacity:0.36000001;fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
862
|
+
<path
|
863
|
+
inkscape:connector-curvature="0"
|
864
|
+
id="path4293"
|
865
|
+
d="m 21.398158,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
866
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
867
|
+
<path
|
868
|
+
inkscape:connector-curvature="0"
|
869
|
+
id="path4295"
|
870
|
+
d="m 30.688512,14.696428 c 0,2.5 -1.125,4.5 -2.5,4.5 -1.375,0 -2.5,-2 -2.5,-4.5 0,-2.5 1.125,-4.5 2.5,-4.5 1.375,0 2.5,2 2.5,4.5 z"
|
871
|
+
style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
|
872
|
+
</g>
|
873
|
+
</g>
|
874
|
+
<text
|
875
|
+
xml:space="preserve"
|
876
|
+
style="font-style:normal;font-weight:normal;font-size:30px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
877
|
+
x="251.74425"
|
878
|
+
y="350.21805"
|
879
|
+
id="text9023"
|
880
|
+
sodipodi:linespacing="125%"><tspan
|
881
|
+
sodipodi:role="line"
|
882
|
+
id="tspan9025"
|
883
|
+
x="251.74425"
|
884
|
+
y="350.21805" /></text>
|
885
|
+
<rect
|
886
|
+
style="opacity:1;fill:none;fill-opacity:1;stroke:#f8eb7f;stroke-width:2.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.86666667"
|
887
|
+
id="rect15473"
|
888
|
+
width="167.85715"
|
889
|
+
height="50"
|
890
|
+
x="207.86377"
|
891
|
+
y="-21.692049"
|
892
|
+
ry="5" />
|
893
|
+
<text
|
894
|
+
xml:space="preserve"
|
895
|
+
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
896
|
+
x="213.26117"
|
897
|
+
y="19.216581"
|
898
|
+
id="text12281"
|
899
|
+
sodipodi:linespacing="125%"><tspan
|
900
|
+
sodipodi:role="line"
|
901
|
+
id="tspan12283"
|
902
|
+
x="213.26117"
|
903
|
+
y="19.216581">サポート</tspan></text>
|
904
|
+
</g>
|
905
|
+
</g>
|
906
|
+
</svg>
|
@@ -0,0 +1,169 @@
|
|
1
|
+
= OSSの開発に参加しよう!
|
2
|
+
|
3
|
+
: subtitle
|
4
|
+
OSS Gateを知っていますか?
|
5
|
+
: author
|
6
|
+
須藤功平
|
7
|
+
: institution
|
8
|
+
クリアコード
|
9
|
+
: content-source
|
10
|
+
Speee Cafe Meetup #07
|
11
|
+
: date
|
12
|
+
2017-05-23
|
13
|
+
: allotted-time
|
14
|
+
10m
|
15
|
+
: theme
|
16
|
+
.
|
17
|
+
|
18
|
+
= 「OSSの開発に参加」?
|
19
|
+
|
20
|
+
(('tag:center'))
|
21
|
+
OSSの開発に参加するって\n
|
22
|
+
どういうことだろう?
|
23
|
+
|
24
|
+
(('tag:center'))
|
25
|
+
参加している人はいますか?
|
26
|
+
|
27
|
+
= こんなときどうする?
|
28
|
+
|
29
|
+
gemの\n
|
30
|
+
インストールが\n
|
31
|
+
失敗する
|
32
|
+
|
33
|
+
= こんな感じ?
|
34
|
+
|
35
|
+
* グチる
|
36
|
+
* Twitterにこのgemクソ!とツイート
|
37
|
+
* リプライで回避策を知る
|
38
|
+
* インストールできた!
|
39
|
+
* ググる
|
40
|
+
* Qiitaに回避策記事を見つけた!
|
41
|
+
* インストールできた!
|
42
|
+
|
43
|
+
= インストールできた後
|
44
|
+
|
45
|
+
* やったー!開発を続けよう!
|
46
|
+
* ここで↓なことを考えた事はある?
|
47
|
+
* (('wait'))開発元にフィードバックだ!
|
48
|
+
* インストールが失敗するよ!\n
|
49
|
+
こんなエラーだよ!\n
|
50
|
+
こんな回避策があるよ!\n
|
51
|
+
とレポートする
|
52
|
+
* こういうのも「OSSの開発に参加」
|
53
|
+
|
54
|
+
= こんなときどうする?
|
55
|
+
|
56
|
+
ドキュメントを\n
|
57
|
+
読んでいたら\n
|
58
|
+
typoを見つけた
|
59
|
+
|
60
|
+
= こんな感じ?
|
61
|
+
|
62
|
+
* スルー
|
63
|
+
* 書きたかったことは伝わったし
|
64
|
+
* 開発元にフィードバックだ!
|
65
|
+
* 「Fix a typo」な一行パッチを送る
|
66
|
+
* こういうのも「OSSの開発に参加」
|
67
|
+
|
68
|
+
= こんなときどうする?
|
69
|
+
|
70
|
+
このgem、\n
|
71
|
+
機能が\n
|
72
|
+
足りないな…
|
73
|
+
|
74
|
+
= こんな感じ?
|
75
|
+
|
76
|
+
* アプリ側で機能追加
|
77
|
+
* モンキーパッチ!
|
78
|
+
* ラッパーライブラリー
|
79
|
+
* 開発元にフィードバックだ!
|
80
|
+
* こんな新機能はどう?\n
|
81
|
+
こんなユースケースだよ!\n
|
82
|
+
と提案する
|
83
|
+
* こういうのも「OSSの開発に参加」
|
84
|
+
|
85
|
+
= イメージは湧いた?
|
86
|
+
|
87
|
+
* 想像通り?気づいてなかった?
|
88
|
+
* 簡単そう?難しそう?
|
89
|
+
* 参加したくなった?面倒そう?
|
90
|
+
* (('note:注:なんで参加するの?という話はしていないよ!'))
|
91
|
+
* (('note:注:なんかかっこよさそうでもOK!'))
|
92
|
+
* (('note:注:後で私に相談でもいいよ!'))
|
93
|
+
|
94
|
+
= さらに湧くかもしれない例
|
95
|
+
|
96
|
+
(('tag:center'))
|
97
|
+
「OSSのエコシステムに参加」
|
98
|
+
|
99
|
+
(('tag:center'))
|
100
|
+
エコシステムに参加って\n
|
101
|
+
どういうことだろう?\n
|
102
|
+
「OSSの開発に参加」と\n
|
103
|
+
似ていそうだけど…
|
104
|
+
|
105
|
+
= 私の説明
|
106
|
+
|
107
|
+
(('tag:center'))
|
108
|
+
自分たちのソフトウェアも\n
|
109
|
+
オープンソースのソフトウェアも\n
|
110
|
+
同じように扱うこと
|
111
|
+
|
112
|
+
* 問題があれば直す
|
113
|
+
* 気になることがあれば共有
|
114
|
+
|
115
|
+
(('tag:center'))
|
116
|
+
いつも通りにやればいい!
|
117
|
+
|
118
|
+
= やってみたい!…けど
|
119
|
+
|
120
|
+
* どうやるの?
|
121
|
+
* 作法とかあるんでしょ?
|
122
|
+
* 敷居が高そう…
|
123
|
+
* やったことないし…
|
124
|
+
|
125
|
+
= OSS Gate
|
126
|
+
|
127
|
+
# image
|
128
|
+
# src = images/oss-gate-icon.svg
|
129
|
+
# align = right
|
130
|
+
# vertical_align = top
|
131
|
+
# relative_width = 20
|
132
|
+
# relative_padding_right = -10
|
133
|
+
# relative_padding_top = -10
|
134
|
+
|
135
|
+
(('tag:center'))
|
136
|
+
https://oss-gate.github.io/
|
137
|
+
|
138
|
+
* OSSの開発に参加する人を\n
|
139
|
+
継続的に増やす取り組み
|
140
|
+
* 未参加者のサポートもしている
|
141
|
+
|
142
|
+
= サポート方法
|
143
|
+
|
144
|
+
# image
|
145
|
+
# src = images/oss-gate-support.svg
|
146
|
+
# relative_width = 90
|
147
|
+
|
148
|
+
(('tag:center'))
|
149
|
+
経験者が見守る中で実際に体験
|
150
|
+
|
151
|
+
= 次回のイベント
|
152
|
+
|
153
|
+
* 5月27日(土)\n
|
154
|
+
OSS Gate東京ワークショップ\n
|
155
|
+
(('note:https://oss-gate.doorkeeper.jp/events/59202'))
|
156
|
+
* 次は2ヶ月後!\n
|
157
|
+
興味がある人は今週末の回に\n
|
158
|
+
参加するといいよ!
|
159
|
+
|
160
|
+
= 企業向け
|
161
|
+
|
162
|
+
* OSS Gateの活動
|
163
|
+
* ほぼ 業務時間外
|
164
|
+
* OSS開発支援サービス
|
165
|
+
* クリアコード提供
|
166
|
+
* Speeeさんも利用\n
|
167
|
+
(('note:OSS開発支援サービス事例:SpeeeさんのWebapp Revieee'))\n
|
168
|
+
(('note:http://www.clear-code.com/blog/2017/5/17.html'))
|
169
|
+
|
Binary file
|
data/theme.rb
ADDED
metadata
ADDED
@@ -0,0 +1,81 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-speee-cafe-meetup-07
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2017.5.23.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- 須藤功平
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-05-22 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rabbit-theme-clear-code
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description: OSSの開発に参加するってどういうことだろう。簡単?難しい?なにから始めればいいの?OSSの開発に参加したことがない人向けにそんなもろもろについて説明します。
|
42
|
+
email:
|
43
|
+
- kou@clear-code.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".rabbit"
|
49
|
+
- README.rd
|
50
|
+
- Rakefile
|
51
|
+
- config.yaml
|
52
|
+
- images/oss-gate-icon.svg
|
53
|
+
- images/oss-gate-support.svg
|
54
|
+
- lets-join-oss-development.rab
|
55
|
+
- pdf/speee-cafe-meetup-07-lets-join-oss-development.pdf
|
56
|
+
- theme.rb
|
57
|
+
homepage: http://slide.rabbit-shocker.org/authors/kou/speee-cafe-meetup-07/
|
58
|
+
licenses:
|
59
|
+
- CC-BY-SA-4.0
|
60
|
+
metadata: {}
|
61
|
+
post_install_message:
|
62
|
+
rdoc_options: []
|
63
|
+
require_paths:
|
64
|
+
- lib
|
65
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ">="
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '0'
|
75
|
+
requirements: []
|
76
|
+
rubyforge_project:
|
77
|
+
rubygems_version: 2.5.2
|
78
|
+
signing_key:
|
79
|
+
specification_version: 4
|
80
|
+
summary: OSSの開発に参加しよう! - OSS Gate
|
81
|
+
test_files: []
|