docgen-tool 2.1.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/.gitattributes +1 -0
  2. package/.github/workflows/deploy-website.yml +28 -0
  3. package/.prettierignore +4 -0
  4. package/.prettierrc +4 -0
  5. package/LICENSE +35 -33
  6. package/{docgen → dist/docgen.js} +11 -22
  7. package/docgen.js +95 -0
  8. package/package.json +47 -20
  9. package/source/__test__/test-run/contents.json +12 -0
  10. package/source/__test__/test-run/overview.txt +3 -0
  11. package/source/__test__/test-run/parameters.json +32 -0
  12. package/source/__test__/test-run/release-notes.txt +4 -0
  13. package/source/docgen.js +900 -775
  14. package/source/example/contents.json +11 -11
  15. package/source/example/index.txt +3 -3
  16. package/source/example/parameters.json +36 -36
  17. package/source/internal-readme.md +4 -0
  18. package/source/pdf-stylesheet.css +26 -20
  19. package/source/require/docgen.css +76 -69
  20. package/source/require/katexInjector.js +9 -13
  21. package/source/require/print.css +26 -19
  22. package/source/templates/main.html +93 -93
  23. package/source/user-guide/advanced-content.txt +170 -170
  24. package/source/user-guide/contents.json +56 -56
  25. package/source/user-guide/files/images/svg/inkit-logo.svg +9 -0
  26. package/source/user-guide/index.txt +257 -244
  27. package/source/user-guide/installation.txt +49 -49
  28. package/source/user-guide/parameters.json +36 -36
  29. package/source/user-guide/release-notes.txt +69 -58
  30. package/source/user-guide/running.txt +46 -46
  31. package/source/user-guide/troubleshooting.txt +31 -31
  32. package/source/user-guide/upgrading.txt +25 -25
  33. package/source/user-guide/version-control.txt +13 -13
  34. package/source/user-guide/writing-content.txt +269 -269
  35. package/tsconfig.json +8 -0
  36. package/.npmignore +0 -2
  37. package/docs/advanced-content.html +0 -239
  38. package/docs/commonmark.html +0 -225
  39. package/docs/docgen.pdf +0 -0
  40. package/docs/files/images/overview.png +0 -0
  41. package/docs/files/images/pdf.png +0 -0
  42. package/docs/files/images/svg/icon.svg +0 -845
  43. package/docs/files/images/svg/overview.svg +0 -1345
  44. package/docs/files/images/text.png +0 -0
  45. package/docs/files/images/web.png +0 -0
  46. package/docs/index.html +0 -333
  47. package/docs/installation.html +0 -121
  48. package/docs/ownership.html +0 -164
  49. package/docs/release-notes.html +0 -144
  50. package/docs/require/docgen.css +0 -131
  51. package/docs/require/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
  52. package/docs/require/katex/fonts/KaTeX_Main-Bold.woff +0 -0
  53. package/docs/require/katex/fonts/KaTeX_Main-Italic.woff +0 -0
  54. package/docs/require/katex/fonts/KaTeX_Main-Regular.woff +0 -0
  55. package/docs/require/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  56. package/docs/require/katex/fonts/KaTeX_Math-Italic.woff +0 -0
  57. package/docs/require/katex/fonts/KaTeX_Math-Regular.woff +0 -0
  58. package/docs/require/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
  59. package/docs/require/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
  60. package/docs/require/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
  61. package/docs/require/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
  62. package/docs/require/katex/katex.min.css +0 -1
  63. package/docs/require/katex/katex.min.js +0 -6
  64. package/docs/require/katexInjector.js +0 -22
  65. package/docs/require/print.css +0 -19
  66. package/docs/require/webknife/fonts/DroidSansMono.woff +0 -0
  67. package/docs/require/webknife/fonts/OpenSans.woff +0 -0
  68. package/docs/require/webknife/fonts/OpenSansBold.woff +0 -0
  69. package/docs/require/webknife/fonts/OpenSansBoldItalic.woff +0 -0
  70. package/docs/require/webknife/fonts/OpenSansItalic.woff +0 -0
  71. package/docs/require/webknife/framework.icons.js +0 -82
  72. package/docs/require/webknife/framework.min.css +0 -3
  73. package/docs/require/webknife/framework.min.js +0 -14
  74. package/docs/require/webknife/highlight.min.css +0 -1
  75. package/docs/require/webknife/highlight.min.js +0 -6
  76. package/docs/running.html +0 -123
  77. package/docs/troubleshooting.html +0 -105
  78. package/docs/upgrading.html +0 -124
  79. package/docs/version-control.html +0 -102
  80. package/docs/writing-content.html +0 -305
  81. /package/{docs → source/__test__/test-run}/files/images/logo.png +0 -0
@@ -1,845 +0,0 @@
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="104"
14
- height="73"
15
- id="svg2"
16
- version="1.1"
17
- inkscape:version="0.48.2 r9819"
18
- sodipodi:docname="icon.svg"
19
- inkscape:export-filename="D:\docgen\logo.png"
20
- inkscape:export-xdpi="51.923077"
21
- inkscape:export-ydpi="51.923077">
22
- <defs
23
- id="defs4">
24
- <linearGradient
25
- inkscape:collect="always"
26
- id="linearGradient5312">
27
- <stop
28
- style="stop-color:#f0f0f0;stop-opacity:1;"
29
- offset="0"
30
- id="stop5314" />
31
- <stop
32
- style="stop-color:#f0f0f0;stop-opacity:0;"
33
- offset="1"
34
- id="stop5316" />
35
- </linearGradient>
36
- <linearGradient
37
- id="linearGradient3952">
38
- <stop
39
- style="stop-color:#a9d9ff;stop-opacity:0.62608695;"
40
- offset="0"
41
- id="stop3954" />
42
- <stop
43
- id="stop3960"
44
- offset="0.31579518"
45
- style="stop-color:#5489b8;stop-opacity:0.31372549;" />
46
- <stop
47
- style="stop-color:#003972;stop-opacity:0;"
48
- offset="1"
49
- id="stop3956" />
50
- </linearGradient>
51
- <linearGradient
52
- id="linearGradient3893">
53
- <stop
54
- id="stop3909"
55
- offset="0"
56
- style="stop-color:#5f89af;stop-opacity:0.70588237;" />
57
- <stop
58
- id="stop3907"
59
- offset="0.2462464"
60
- style="stop-color:#4780dd;stop-opacity:0.49803922;" />
61
- <stop
62
- style="stop-color:#4780dd;stop-opacity:0;"
63
- offset="1"
64
- id="stop3897" />
65
- </linearGradient>
66
- <inkscape:perspective
67
- sodipodi:type="inkscape:persp3d"
68
- inkscape:vp_x="0 : 526.18109 : 1"
69
- inkscape:vp_y="0 : 1000 : 0"
70
- inkscape:vp_z="744.09448 : 526.18109 : 1"
71
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
72
- id="perspective10" />
73
- <inkscape:perspective
74
- id="perspective2830"
75
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
76
- inkscape:vp_z="1 : 0.5 : 1"
77
- inkscape:vp_y="0 : 1000 : 0"
78
- inkscape:vp_x="0 : 0.5 : 1"
79
- sodipodi:type="inkscape:persp3d" />
80
- <inkscape:perspective
81
- id="perspective3624"
82
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
83
- inkscape:vp_z="1 : 0.5 : 1"
84
- inkscape:vp_y="0 : 1000 : 0"
85
- inkscape:vp_x="0 : 0.5 : 1"
86
- sodipodi:type="inkscape:persp3d" />
87
- <inkscape:perspective
88
- id="perspective3624-4"
89
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
90
- inkscape:vp_z="1 : 0.5 : 1"
91
- inkscape:vp_y="0 : 1000 : 0"
92
- inkscape:vp_x="0 : 0.5 : 1"
93
- sodipodi:type="inkscape:persp3d" />
94
- <inkscape:perspective
95
- id="perspective3624-9"
96
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
97
- inkscape:vp_z="1 : 0.5 : 1"
98
- inkscape:vp_y="0 : 1000 : 0"
99
- inkscape:vp_x="0 : 0.5 : 1"
100
- sodipodi:type="inkscape:persp3d" />
101
- <inkscape:perspective
102
- id="perspective3624-8"
103
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
104
- inkscape:vp_z="1 : 0.5 : 1"
105
- inkscape:vp_y="0 : 1000 : 0"
106
- inkscape:vp_x="0 : 0.5 : 1"
107
- sodipodi:type="inkscape:persp3d" />
108
- <inkscape:perspective
109
- id="perspective3624-2"
110
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
111
- inkscape:vp_z="1 : 0.5 : 1"
112
- inkscape:vp_y="0 : 1000 : 0"
113
- inkscape:vp_x="0 : 0.5 : 1"
114
- sodipodi:type="inkscape:persp3d" />
115
- <inkscape:perspective
116
- id="perspective3624-5"
117
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
118
- inkscape:vp_z="1 : 0.5 : 1"
119
- inkscape:vp_y="0 : 1000 : 0"
120
- inkscape:vp_x="0 : 0.5 : 1"
121
- sodipodi:type="inkscape:persp3d" />
122
- <inkscape:perspective
123
- id="perspective3624-52"
124
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
125
- inkscape:vp_z="1 : 0.5 : 1"
126
- inkscape:vp_y="0 : 1000 : 0"
127
- inkscape:vp_x="0 : 0.5 : 1"
128
- sodipodi:type="inkscape:persp3d" />
129
- <inkscape:perspective
130
- id="perspective3624-1"
131
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
132
- inkscape:vp_z="1 : 0.5 : 1"
133
- inkscape:vp_y="0 : 1000 : 0"
134
- inkscape:vp_x="0 : 0.5 : 1"
135
- sodipodi:type="inkscape:persp3d" />
136
- <inkscape:perspective
137
- id="perspective3857"
138
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
139
- inkscape:vp_z="1 : 0.5 : 1"
140
- inkscape:vp_y="0 : 1000 : 0"
141
- inkscape:vp_x="0 : 0.5 : 1"
142
- sodipodi:type="inkscape:persp3d" />
143
- <inkscape:perspective
144
- id="perspective3879"
145
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
146
- inkscape:vp_z="1 : 0.5 : 1"
147
- inkscape:vp_y="0 : 1000 : 0"
148
- inkscape:vp_x="0 : 0.5 : 1"
149
- sodipodi:type="inkscape:persp3d" />
150
- <linearGradient
151
- inkscape:collect="always"
152
- xlink:href="#linearGradient3893"
153
- id="linearGradient3905"
154
- x1="331.51093"
155
- y1="965.93365"
156
- x2="387.50009"
157
- y2="965.93359"
158
- gradientUnits="userSpaceOnUse"
159
- gradientTransform="matrix(0.23880827,0,0,1.5622795,-1018.6971,-1134.185)" />
160
- <inkscape:perspective
161
- id="perspective3919"
162
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
163
- inkscape:vp_z="1 : 0.5 : 1"
164
- inkscape:vp_y="0 : 1000 : 0"
165
- inkscape:vp_x="0 : 0.5 : 1"
166
- sodipodi:type="inkscape:persp3d" />
167
- <linearGradient
168
- inkscape:collect="always"
169
- xlink:href="#linearGradient3893-1"
170
- id="linearGradient3905-2"
171
- x1="331.51093"
172
- y1="965.93365"
173
- x2="443.48926"
174
- y2="965.93365"
175
- gradientUnits="userSpaceOnUse"
176
- gradientTransform="matrix(0.76455633,0,0,1.5622795,-1261.063,-1127.114)" />
177
- <linearGradient
178
- id="linearGradient3893-1">
179
- <stop
180
- id="stop3909-6"
181
- offset="0"
182
- style="stop-color:#4780dd;stop-opacity:0.74901961;" />
183
- <stop
184
- id="stop3907-8"
185
- offset="0.5"
186
- style="stop-color:#4780dd;stop-opacity:0.49803922;" />
187
- <stop
188
- style="stop-color:#4780dd;stop-opacity:0;"
189
- offset="1"
190
- id="stop3897-5" />
191
- </linearGradient>
192
- <linearGradient
193
- inkscape:collect="always"
194
- xlink:href="#linearGradient3952"
195
- id="linearGradient3958"
196
- x1="-1007.0956"
197
- y1="382.5"
198
- x2="-964.862"
199
- y2="382.5"
200
- gradientUnits="userSpaceOnUse"
201
- gradientTransform="matrix(0.52490913,0,0,1,1315.1876,-496.23816)" />
202
- <inkscape:perspective
203
- id="perspective4048"
204
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
205
- inkscape:vp_z="1 : 0.5 : 1"
206
- inkscape:vp_y="0 : 1000 : 0"
207
- inkscape:vp_x="0 : 0.5 : 1"
208
- sodipodi:type="inkscape:persp3d" />
209
- <inkscape:perspective
210
- id="perspective4048-3"
211
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
212
- inkscape:vp_z="1 : 0.5 : 1"
213
- inkscape:vp_y="0 : 1000 : 0"
214
- inkscape:vp_x="0 : 0.5 : 1"
215
- sodipodi:type="inkscape:persp3d" />
216
- <inkscape:perspective
217
- id="perspective4048-7"
218
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
219
- inkscape:vp_z="1 : 0.5 : 1"
220
- inkscape:vp_y="0 : 1000 : 0"
221
- inkscape:vp_x="0 : 0.5 : 1"
222
- sodipodi:type="inkscape:persp3d" />
223
- <inkscape:perspective
224
- id="perspective4146"
225
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
226
- inkscape:vp_z="1 : 0.5 : 1"
227
- inkscape:vp_y="0 : 1000 : 0"
228
- inkscape:vp_x="0 : 0.5 : 1"
229
- sodipodi:type="inkscape:persp3d" />
230
- <inkscape:perspective
231
- id="perspective4197"
232
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
233
- inkscape:vp_z="1 : 0.5 : 1"
234
- inkscape:vp_y="0 : 1000 : 0"
235
- inkscape:vp_x="0 : 0.5 : 1"
236
- sodipodi:type="inkscape:persp3d" />
237
- <inkscape:perspective
238
- id="perspective4235"
239
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
240
- inkscape:vp_z="1 : 0.5 : 1"
241
- inkscape:vp_y="0 : 1000 : 0"
242
- inkscape:vp_x="0 : 0.5 : 1"
243
- sodipodi:type="inkscape:persp3d" />
244
- <filter
245
- id="filter4321"
246
- inkscape:label="Drop shadow"
247
- width="1.5"
248
- height="1.5"
249
- x="-0.25"
250
- y="-0.25"
251
- color-interpolation-filters="sRGB">
252
- <feGaussianBlur
253
- id="feGaussianBlur4323"
254
- in="SourceAlpha"
255
- stdDeviation="3.000000"
256
- result="blur" />
257
- <feColorMatrix
258
- id="feColorMatrix4325"
259
- result="bluralpha"
260
- type="matrix"
261
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
262
- <feOffset
263
- id="feOffset4327"
264
- in="bluralpha"
265
- dx="2.500000"
266
- dy="2.500000"
267
- result="offsetBlur" />
268
- <feMerge
269
- id="feMerge4329">
270
- <feMergeNode
271
- id="feMergeNode4331"
272
- in="offsetBlur" />
273
- <feMergeNode
274
- id="feMergeNode4333"
275
- in="SourceGraphic" />
276
- </feMerge>
277
- </filter>
278
- <inkscape:perspective
279
- id="perspective4348"
280
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
281
- inkscape:vp_z="1 : 0.5 : 1"
282
- inkscape:vp_y="0 : 1000 : 0"
283
- inkscape:vp_x="0 : 0.5 : 1"
284
- sodipodi:type="inkscape:persp3d" />
285
- <inkscape:perspective
286
- id="perspective4370"
287
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
288
- inkscape:vp_z="1 : 0.5 : 1"
289
- inkscape:vp_y="0 : 1000 : 0"
290
- inkscape:vp_x="0 : 0.5 : 1"
291
- sodipodi:type="inkscape:persp3d" />
292
- <inkscape:perspective
293
- id="perspective4370-3"
294
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
295
- inkscape:vp_z="1 : 0.5 : 1"
296
- inkscape:vp_y="0 : 1000 : 0"
297
- inkscape:vp_x="0 : 0.5 : 1"
298
- sodipodi:type="inkscape:persp3d" />
299
- <inkscape:perspective
300
- id="perspective4403"
301
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
302
- inkscape:vp_z="1 : 0.5 : 1"
303
- inkscape:vp_y="0 : 1000 : 0"
304
- inkscape:vp_x="0 : 0.5 : 1"
305
- sodipodi:type="inkscape:persp3d" />
306
- <inkscape:perspective
307
- id="perspective4403-3"
308
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
309
- inkscape:vp_z="1 : 0.5 : 1"
310
- inkscape:vp_y="0 : 1000 : 0"
311
- inkscape:vp_x="0 : 0.5 : 1"
312
- sodipodi:type="inkscape:persp3d" />
313
- <filter
314
- id="filter4434"
315
- inkscape:label="Drop shadow"
316
- width="1.5"
317
- height="1.5"
318
- x="-0.25"
319
- y="-0.25"
320
- color-interpolation-filters="sRGB">
321
- <feGaussianBlur
322
- id="feGaussianBlur4436"
323
- in="SourceAlpha"
324
- stdDeviation="3.000000"
325
- result="blur" />
326
- <feColorMatrix
327
- id="feColorMatrix4438"
328
- result="bluralpha"
329
- type="matrix"
330
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
331
- <feOffset
332
- id="feOffset4440"
333
- in="bluralpha"
334
- dx="2.500000"
335
- dy="2.500000"
336
- result="offsetBlur" />
337
- <feMerge
338
- id="feMerge4442">
339
- <feMergeNode
340
- id="feMergeNode4444"
341
- in="offsetBlur" />
342
- <feMergeNode
343
- id="feMergeNode4446"
344
- in="SourceGraphic" />
345
- </feMerge>
346
- </filter>
347
- <filter
348
- id="filter4832"
349
- inkscape:label="Drop shadow"
350
- width="1.5"
351
- height="1.5"
352
- x="-0.25"
353
- y="-0.25"
354
- color-interpolation-filters="sRGB">
355
- <feGaussianBlur
356
- id="feGaussianBlur4834"
357
- in="SourceAlpha"
358
- stdDeviation="1.500000"
359
- result="blur" />
360
- <feColorMatrix
361
- id="feColorMatrix4836"
362
- result="bluralpha"
363
- type="matrix"
364
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.900000 0 " />
365
- <feOffset
366
- id="feOffset4838"
367
- in="bluralpha"
368
- dx="0.000000"
369
- dy="0.000000"
370
- result="offsetBlur" />
371
- <feMerge
372
- id="feMerge4840">
373
- <feMergeNode
374
- id="feMergeNode4842"
375
- in="offsetBlur" />
376
- <feMergeNode
377
- id="feMergeNode4844"
378
- in="SourceGraphic" />
379
- </feMerge>
380
- </filter>
381
- <inkscape:perspective
382
- id="perspective4854"
383
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
384
- inkscape:vp_z="1 : 0.5 : 1"
385
- inkscape:vp_y="0 : 1000 : 0"
386
- inkscape:vp_x="0 : 0.5 : 1"
387
- sodipodi:type="inkscape:persp3d" />
388
- <inkscape:perspective
389
- id="perspective4876"
390
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
391
- inkscape:vp_z="1 : 0.5 : 1"
392
- inkscape:vp_y="0 : 1000 : 0"
393
- inkscape:vp_x="0 : 0.5 : 1"
394
- sodipodi:type="inkscape:persp3d" />
395
- <inkscape:perspective
396
- id="perspective4898"
397
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
398
- inkscape:vp_z="1 : 0.5 : 1"
399
- inkscape:vp_y="0 : 1000 : 0"
400
- inkscape:vp_x="0 : 0.5 : 1"
401
- sodipodi:type="inkscape:persp3d" />
402
- <inkscape:perspective
403
- id="perspective4928"
404
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
405
- inkscape:vp_z="1 : 0.5 : 1"
406
- inkscape:vp_y="0 : 1000 : 0"
407
- inkscape:vp_x="0 : 0.5 : 1"
408
- sodipodi:type="inkscape:persp3d" />
409
- <filter
410
- color-interpolation-filters="sRGB"
411
- id="filter4832-6"
412
- inkscape:label="Drop shadow"
413
- width="1.5"
414
- height="1.5"
415
- x="-0.25"
416
- y="-0.25">
417
- <feGaussianBlur
418
- id="feGaussianBlur4834-6"
419
- in="SourceAlpha"
420
- stdDeviation="1.500000"
421
- result="blur" />
422
- <feColorMatrix
423
- id="feColorMatrix4836-1"
424
- result="bluralpha"
425
- type="matrix"
426
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.900000 0 " />
427
- <feOffset
428
- id="feOffset4838-8"
429
- in="bluralpha"
430
- dx="0.000000"
431
- dy="0.000000"
432
- result="offsetBlur" />
433
- <feMerge
434
- id="feMerge4840-4">
435
- <feMergeNode
436
- id="feMergeNode4842-9"
437
- in="offsetBlur" />
438
- <feMergeNode
439
- id="feMergeNode4844-6"
440
- in="SourceGraphic" />
441
- </feMerge>
442
- </filter>
443
- <filter
444
- color-interpolation-filters="sRGB"
445
- id="filter4434-3"
446
- inkscape:label="Drop shadow"
447
- width="1.5"
448
- height="1.5"
449
- x="-0.25"
450
- y="-0.25">
451
- <feGaussianBlur
452
- id="feGaussianBlur4436-7"
453
- in="SourceAlpha"
454
- stdDeviation="3.000000"
455
- result="blur" />
456
- <feColorMatrix
457
- id="feColorMatrix4438-8"
458
- result="bluralpha"
459
- type="matrix"
460
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
461
- <feOffset
462
- id="feOffset4440-8"
463
- in="bluralpha"
464
- dx="2.500000"
465
- dy="2.500000"
466
- result="offsetBlur" />
467
- <feMerge
468
- id="feMerge4442-2">
469
- <feMergeNode
470
- id="feMergeNode4444-9"
471
- in="offsetBlur" />
472
- <feMergeNode
473
- id="feMergeNode4446-1"
474
- in="SourceGraphic" />
475
- </feMerge>
476
- </filter>
477
- <inkscape:perspective
478
- id="perspective5069"
479
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
480
- inkscape:vp_z="1 : 0.5 : 1"
481
- inkscape:vp_y="0 : 1000 : 0"
482
- inkscape:vp_x="0 : 0.5 : 1"
483
- sodipodi:type="inkscape:persp3d" />
484
- <filter
485
- color-interpolation-filters="sRGB"
486
- id="filter4832-6-1"
487
- inkscape:label="Drop shadow"
488
- width="1.5"
489
- height="1.5"
490
- x="-0.25"
491
- y="-0.25">
492
- <feGaussianBlur
493
- id="feGaussianBlur4834-6-7"
494
- in="SourceAlpha"
495
- stdDeviation="1.500000"
496
- result="blur" />
497
- <feColorMatrix
498
- id="feColorMatrix4836-1-7"
499
- result="bluralpha"
500
- type="matrix"
501
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.900000 0 " />
502
- <feOffset
503
- id="feOffset4838-8-7"
504
- in="bluralpha"
505
- dx="0.000000"
506
- dy="0.000000"
507
- result="offsetBlur" />
508
- <feMerge
509
- id="feMerge4840-4-7">
510
- <feMergeNode
511
- id="feMergeNode4842-9-3"
512
- in="offsetBlur" />
513
- <feMergeNode
514
- id="feMergeNode4844-6-3"
515
- in="SourceGraphic" />
516
- </feMerge>
517
- </filter>
518
- <filter
519
- color-interpolation-filters="sRGB"
520
- id="filter4434-3-5"
521
- inkscape:label="Drop shadow"
522
- width="1.5"
523
- height="1.5"
524
- x="-0.25"
525
- y="-0.25">
526
- <feGaussianBlur
527
- id="feGaussianBlur4436-7-9"
528
- in="SourceAlpha"
529
- stdDeviation="3.000000"
530
- result="blur" />
531
- <feColorMatrix
532
- id="feColorMatrix4438-8-9"
533
- result="bluralpha"
534
- type="matrix"
535
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
536
- <feOffset
537
- id="feOffset4440-8-8"
538
- in="bluralpha"
539
- dx="2.500000"
540
- dy="2.500000"
541
- result="offsetBlur" />
542
- <feMerge
543
- id="feMerge4442-2-1">
544
- <feMergeNode
545
- id="feMergeNode4444-9-8"
546
- in="offsetBlur" />
547
- <feMergeNode
548
- id="feMergeNode4446-1-2"
549
- in="SourceGraphic" />
550
- </feMerge>
551
- </filter>
552
- <inkscape:perspective
553
- id="perspective5167"
554
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
555
- inkscape:vp_z="1 : 0.5 : 1"
556
- inkscape:vp_y="0 : 1000 : 0"
557
- inkscape:vp_x="0 : 0.5 : 1"
558
- sodipodi:type="inkscape:persp3d" />
559
- <filter
560
- color-interpolation-filters="sRGB"
561
- id="filter4832-0"
562
- inkscape:label="Drop shadow"
563
- width="1.5"
564
- height="1.5"
565
- x="-0.25"
566
- y="-0.25">
567
- <feGaussianBlur
568
- id="feGaussianBlur4834-9"
569
- in="SourceAlpha"
570
- stdDeviation="1.500000"
571
- result="blur" />
572
- <feColorMatrix
573
- id="feColorMatrix4836-4"
574
- result="bluralpha"
575
- type="matrix"
576
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.900000 0 " />
577
- <feOffset
578
- id="feOffset4838-7"
579
- in="bluralpha"
580
- dx="0.000000"
581
- dy="0.000000"
582
- result="offsetBlur" />
583
- <feMerge
584
- id="feMerge4840-8">
585
- <feMergeNode
586
- id="feMergeNode4842-3"
587
- in="offsetBlur" />
588
- <feMergeNode
589
- id="feMergeNode4844-5"
590
- in="SourceGraphic" />
591
- </feMerge>
592
- </filter>
593
- <filter
594
- color-interpolation-filters="sRGB"
595
- id="filter4434-1"
596
- inkscape:label="Drop shadow"
597
- width="1.5"
598
- height="1.5"
599
- x="-0.25"
600
- y="-0.25">
601
- <feGaussianBlur
602
- id="feGaussianBlur4436-2"
603
- in="SourceAlpha"
604
- stdDeviation="3.000000"
605
- result="blur" />
606
- <feColorMatrix
607
- id="feColorMatrix4438-0"
608
- result="bluralpha"
609
- type="matrix"
610
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
611
- <feOffset
612
- id="feOffset4440-1"
613
- in="bluralpha"
614
- dx="2.500000"
615
- dy="2.500000"
616
- result="offsetBlur" />
617
- <feMerge
618
- id="feMerge4442-6">
619
- <feMergeNode
620
- id="feMergeNode4444-4"
621
- in="offsetBlur" />
622
- <feMergeNode
623
- id="feMergeNode4446-0"
624
- in="SourceGraphic" />
625
- </feMerge>
626
- </filter>
627
- <inkscape:perspective
628
- id="perspective5167-8"
629
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
630
- inkscape:vp_z="1 : 0.5 : 1"
631
- inkscape:vp_y="0 : 1000 : 0"
632
- inkscape:vp_x="0 : 0.5 : 1"
633
- sodipodi:type="inkscape:persp3d" />
634
- <filter
635
- color-interpolation-filters="sRGB"
636
- id="filter4832-8"
637
- inkscape:label="Drop shadow"
638
- width="1.5"
639
- height="1.5"
640
- x="-0.25"
641
- y="-0.25">
642
- <feGaussianBlur
643
- id="feGaussianBlur4834-0"
644
- in="SourceAlpha"
645
- stdDeviation="1.500000"
646
- result="blur" />
647
- <feColorMatrix
648
- id="feColorMatrix4836-8"
649
- result="bluralpha"
650
- type="matrix"
651
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.900000 0 " />
652
- <feOffset
653
- id="feOffset4838-77"
654
- in="bluralpha"
655
- dx="0.000000"
656
- dy="0.000000"
657
- result="offsetBlur" />
658
- <feMerge
659
- id="feMerge4840-83">
660
- <feMergeNode
661
- id="feMergeNode4842-8"
662
- in="offsetBlur" />
663
- <feMergeNode
664
- id="feMergeNode4844-3"
665
- in="SourceGraphic" />
666
- </feMerge>
667
- </filter>
668
- <filter
669
- color-interpolation-filters="sRGB"
670
- id="filter4434-7"
671
- inkscape:label="Drop shadow"
672
- width="1.5"
673
- height="1.5"
674
- x="-0.25"
675
- y="-0.25">
676
- <feGaussianBlur
677
- id="feGaussianBlur4436-1"
678
- in="SourceAlpha"
679
- stdDeviation="3.000000"
680
- result="blur" />
681
- <feColorMatrix
682
- id="feColorMatrix4438-07"
683
- result="bluralpha"
684
- type="matrix"
685
- values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.800000 0 " />
686
- <feOffset
687
- id="feOffset4440-3"
688
- in="bluralpha"
689
- dx="2.500000"
690
- dy="2.500000"
691
- result="offsetBlur" />
692
- <feMerge
693
- id="feMerge4442-4">
694
- <feMergeNode
695
- id="feMergeNode4444-96"
696
- in="offsetBlur" />
697
- <feMergeNode
698
- id="feMergeNode4446-5"
699
- in="SourceGraphic" />
700
- </feMerge>
701
- </filter>
702
- <radialGradient
703
- inkscape:collect="always"
704
- xlink:href="#linearGradient5312"
705
- id="radialGradient5318"
706
- cx="387.85715"
707
- cy="150"
708
- fx="387.85715"
709
- fy="150"
710
- r="387.85715"
711
- gradientTransform="matrix(0.67219153,1.2372945e-8,0,0.27992634,154.28571,940.37323)"
712
- gradientUnits="userSpaceOnUse" />
713
- <inkscape:perspective
714
- id="perspective5329"
715
- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
716
- inkscape:vp_z="1 : 0.5 : 1"
717
- inkscape:vp_y="0 : 1000 : 0"
718
- inkscape:vp_x="0 : 0.5 : 1"
719
- sodipodi:type="inkscape:persp3d" />
720
- <radialGradient
721
- inkscape:collect="always"
722
- xlink:href="#linearGradient5312-2"
723
- id="radialGradient5318-2"
724
- cx="387.85715"
725
- cy="150"
726
- fx="387.85715"
727
- fy="150"
728
- r="387.85715"
729
- gradientTransform="matrix(0.67219153,1.2372945e-8,0,0.27992634,154.28571,940.37323)"
730
- gradientUnits="userSpaceOnUse" />
731
- <linearGradient
732
- id="linearGradient5312-2">
733
- <stop
734
- style="stop-color:#fff0f0;stop-opacity:1;"
735
- offset="0"
736
- id="stop5314-9" />
737
- <stop
738
- style="stop-color:#f0f0f0;stop-opacity:0;"
739
- offset="1"
740
- id="stop5316-8" />
741
- </linearGradient>
742
- <radialGradient
743
- r="387.85715"
744
- fy="150"
745
- fx="387.85715"
746
- cy="150"
747
- cx="387.85715"
748
- gradientTransform="matrix(0.67219153,1.2372945e-8,0,0.27992634,167.14285,352.29673)"
749
- gradientUnits="userSpaceOnUse"
750
- id="radialGradient5339"
751
- xlink:href="#linearGradient5312-2"
752
- inkscape:collect="always" />
753
- </defs>
754
- <sodipodi:namedview
755
- id="base"
756
- pagecolor="#ffffff"
757
- bordercolor="#666666"
758
- borderopacity="1.0"
759
- inkscape:pageopacity="0.0"
760
- inkscape:pageshadow="2"
761
- inkscape:zoom="1.979899"
762
- inkscape:cx="311.36545"
763
- inkscape:cy="81.345106"
764
- inkscape:document-units="px"
765
- inkscape:current-layer="layer1"
766
- showgrid="false"
767
- inkscape:window-width="1920"
768
- inkscape:window-height="1138"
769
- inkscape:window-x="-8"
770
- inkscape:window-y="-8"
771
- inkscape:window-maximized="1" />
772
- <metadata
773
- id="metadata7">
774
- <rdf:RDF>
775
- <cc:Work
776
- rdf:about="">
777
- <dc:format>image/svg+xml</dc:format>
778
- <dc:type
779
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
780
- <dc:title></dc:title>
781
- </cc:Work>
782
- </rdf:RDF>
783
- </metadata>
784
- <g
785
- inkscape:groupmode="layer"
786
- id="layer3"
787
- inkscape:label="Background"
788
- style="display:none"
789
- sodipodi:insensitive="true"
790
- transform="translate(0,-227)">
791
- <rect
792
- style="opacity:0.93999999;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none"
793
- id="rect5300"
794
- width="770"
795
- height="300"
796
- x="12.857134"
797
- y="167.14287" />
798
- <rect
799
- style="opacity:0.93999999;fill:url(#radialGradient5339);fill-opacity:1;fill-rule:nonzero;stroke:none"
800
- id="rect5310"
801
- width="775.71429"
802
- height="305.71429"
803
- x="40.000015"
804
- y="241.42857" />
805
- </g>
806
- <g
807
- inkscape:label="Diagram"
808
- inkscape:groupmode="layer"
809
- id="layer1"
810
- transform="translate(0,-979.36218)"
811
- style="opacity:0.93999999">
812
- <rect
813
- style="fill:#385691;fill-opacity:1;fill-rule:nonzero;stroke:none"
814
- id="rect2816"
815
- width="100"
816
- height="68.968086"
817
- x="2"
818
- y="981.3941"
819
- ry="15.000001"
820
- rx="15.000001" />
821
- <path
822
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
823
- d="m 59.628947,989.92376 c -0.343547,1.54274 -1.766131,2.66785 -3.412352,2.66785 -1.238172,0 -2.307657,-0.6333 -2.916033,-1.61311 -1.317919,0.5671 -2.537671,1.29775 -3.598498,2.23355 0.323935,0.52554 0.496343,1.13659 0.496343,1.79924 0,1.90487 -1.507493,3.41237 -3.412368,3.41237 -0.258255,0 -0.502457,-0.008 -0.744514,-0.0619 -0.490071,1.24422 -0.770204,2.57754 -0.868604,3.97074 1.632221,0.2729 2.916032,1.6406 2.916032,3.3503 0,1.3253 -0.764892,2.4626 -1.861298,3.0401 0.490454,1.1139 1.164381,2.1707 1.923339,3.1022 0.541075,-0.3528 1.167172,-0.5584 1.861283,-0.5584 1.904881,0 3.412367,1.5075 3.412367,3.4124 0,0.332 -0.03646,0.6888 -0.124082,0.9927 1.376224,0.5921 2.837343,0.9534 4.405062,1.0547 0.13322,-1.7832 1.595111,-3.2262 3.412367,-3.2262 1.397202,0 2.560075,0.8528 3.102141,2.0474 1.208467,-0.5563 2.304655,-1.3 3.288285,-2.1715 -0.434084,-0.5769 -0.682466,-1.2699 -0.682466,-2.0475 0,-1.9048 1.507494,-3.4123 3.412368,-3.4123 0.32419,0 0.63318,0.041 0.930638,0.1241 0.460239,-1.2184 0.718869,-2.4894 0.806563,-3.8467 -1.601962,-0.2977 -2.853977,-1.7241 -2.853977,-3.4124 0,-1.27363 0.710264,-2.38065 1.737201,-2.97804 -0.544864,-1.21696 -1.246162,-2.29462 -2.109462,-3.28828 -0.550491,0.3719 -1.209008,0.55839 -1.923331,0.55839 -1.904874,0 -3.474408,-1.5075 -3.474408,-3.41237 0,-0.30404 0.05027,-0.58775 0.124082,-0.8686 -1.199075,-0.46696 -2.509356,-0.7637 -3.846678,-0.86861 z m -0.930637,6.94883 c 3.35864,0 6.080221,2.72157 6.080221,6.08021 0,3.3586 -2.721581,6.0802 -6.080221,6.0802 -3.358648,0 -6.080229,-2.7216 -6.080229,-6.0802 0,-3.35864 2.721581,-6.08021 6.080229,-6.08021 z"
824
- id="path3836"
825
- inkscape:connector-curvature="0" />
826
- <flowRoot
827
- xml:space="preserve"
828
- id="flowRoot3841"
829
- style="font-size:40px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
830
- transform="matrix(0.5934612,0,0,0.83037745,-125.74639,893.82018)"><flowRegion
831
- id="flowRegion3843"><rect
832
- id="rect3845"
833
- width="212.58186"
834
- height="53.279686"
835
- x="227.28432"
836
- y="146.45682"
837
- style="fill:#ffffff;fill-opacity:1" /></flowRegion><flowPara
838
- id="flowPara3847"
839
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;font-family:Calibri;-inkscape-font-specification:Calibri Bold">DOCGEN</flowPara></flowRoot> <path
840
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
841
- d="m 77.475261,990.56627 c 0.179836,1.08326 -0.44407,2.17806 -1.50465,2.60616 -0.797695,0.322 -1.651383,0.19212 -2.298144,-0.28093 -0.701598,0.70808 -1.297414,1.49601 -1.7375,2.37477 0.345363,0.25434 0.615345,0.60317 0.787671,1.03007 0.495375,1.22724 -0.08384,2.59047 -1.311032,3.08583 -0.166391,0.0672 -0.325571,0.12607 -0.495765,0.15371 0.0075,0.92902 0.174088,1.86082 0.473009,2.78402 1.122523,-0.2486 2.305308,0.2987 2.749919,1.4001 0.344651,0.8539 0.147626,1.7855 -0.408552,2.4427 0.605637,0.5901 1.314655,1.0957 2.045837,1.4984 0.256838,-0.368 0.606741,-0.6633 1.053925,-0.8438 1.227225,-0.4953 2.590447,0.084 3.085814,1.311 0.08628,0.214 0.155669,0.4533 0.17823,0.6718 1.040637,0.024 2.075902,-0.1236 3.112239,-0.466 -0.377925,-1.1835 0.188667,-2.4933 1.359441,-2.9659 0.900153,-0.3634 1.871126,-0.1163 2.530993,0.5123 0.633908,-0.6726 1.14672,-1.4368 1.553771,-2.2541 -0.429672,-0.2588 -0.769896,-0.6406 -0.972105,-1.1416 -0.49536,-1.2272 0.08384,-2.5904 1.311016,-3.08577 0.208872,-0.0843 0.418479,-0.13857 0.631837,-0.1621 -0.02033,-0.9046 -0.18424,-1.79073 -0.480714,-2.68796 -1.109491,0.22479 -2.287039,-0.3686 -2.726068,-1.45625 -0.331221,-0.82054 -0.161521,-1.71847 0.34474,-2.37038 -0.667505,-0.64233 -1.39958,-1.15425 -2.214171,-1.56991 -0.257925,0.38275 -0.633675,0.67414 -1.093877,0.8599 -1.227225,0.49537 -2.630429,-0.0677 -3.125796,-1.29488 -0.07904,-0.19589 -0.120429,-0.39175 -0.145961,-0.59186 -0.893941,0.0112 -1.815267,0.16055 -2.704099,0.44074 z m 1.207478,4.7188 c 2.163812,-0.87342 4.624947,0.17221 5.498368,2.33601 0.873421,2.16382 -0.172198,4.62492 -2.33601,5.49842 -2.163812,0.8734 -4.62494,-0.1723 -5.498376,-2.3361 -0.873421,-2.16376 0.172206,-4.6249 2.336018,-5.49833 z"
842
- id="path3836-3"
843
- inkscape:connector-curvature="0" />
844
- </g>
845
- </svg>