metanorma-taste 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/Gemfile +9 -14
- data/README.adoc +22 -0
- data/data/csa/boilerplate.adoc +35 -0
- data/data/csa/config.yaml +61 -0
- data/data/csa/csa.scss +782 -0
- data/data/csa/csa.standard.xsl +14595 -0
- data/data/csa/header.html +246 -0
- data/data/csa/html_csa_intro.html +7 -0
- data/data/csa/html_csa_titlepage.html +94 -0
- data/data/csa/htmlstyle.scss +820 -0
- data/data/csa/i18n-en.yaml +10 -0
- data/data/csa/logo.svg +1 -0
- data/data/csa/metanorma.yml +70 -0
- data/data/csa/word_csa_intro.html +11 -0
- data/data/csa/word_csa_titlepage.html +75 -0
- data/data/csa/wordstyle.scss +1343 -0
- data/data/elf/config.yaml +1 -0
- data/data/enosema/config.yaml +1 -0
- data/data/icc/config.yaml +1 -0
- data/data/icc/icc-full.emf +0 -0
- data/data/icc/icc-small.emf +0 -0
- data/data/pdfa/config.yaml +36 -0
- data/data/pdfa/copyright-de.adoc +39 -0
- data/data/pdfa/copyright.adoc +45 -0
- data/data/pdfa/coverpage.pdf +0 -0
- data/data/pdfa/htmlcoverpage.html +18 -0
- data/data/pdfa/htmlstylesheet-override.scss +14 -0
- data/data/pdfa/i18n.yaml +13 -0
- data/data/pdfa/inside-cover.pdf +0 -0
- data/data/pdfa/pdfa-logo.emf +0 -0
- data/data/pdfa/pdfa-logo.svg +1 -0
- data/data/pdfa/pdfa.xsl +251 -0
- data/data/swf/config.yaml +18 -0
- data/data/swf/copyright.adoc +29 -0
- data/data/swf/i18n.yaml +3 -0
- data/data/swf/swf-full.svg +1 -0
- data/data/swf/swf-icon.svg +1 -0
- data/data/swf/swf-logo.pdf +3590 -13
- data/lib/metanorma/taste/base.rb +17 -2
- data/lib/metanorma/taste/base_override.rb +31 -0
- data/lib/metanorma/taste/stage_config.rb +20 -0
- data/lib/metanorma/taste/taste_config.rb +12 -2
- data/lib/metanorma/taste/version.rb +1 -1
- data/lib/metanorma/taste_register.rb +18 -0
- data/metanorma-taste.gemspec +20 -0
- metadata +302 -2
data/data/elf/config.yaml
CHANGED
data/data/enosema/config.yaml
CHANGED
data/data/icc/config.yaml
CHANGED
@@ -14,6 +14,7 @@ base-override:
|
|
14
14
|
presentation-metadata-backcover-text: color.org
|
15
15
|
body-font: Arial, 'Helvetica Neue', Helvetica, sans-serif
|
16
16
|
header-font: Arial, 'Helvetica Neue', Helvetica, sans-serif
|
17
|
+
output-extensions: xml,html,pdf,doc
|
17
18
|
doctypes:
|
18
19
|
- taste: specification # Specification # The name goes into i18n.yaml
|
19
20
|
base: international-standard
|
Binary file
|
Binary file
|
@@ -0,0 +1,36 @@
|
|
1
|
+
---
|
2
|
+
flavor: pdfa
|
3
|
+
owner: PDF Association Inc.
|
4
|
+
base-flavor: ribose
|
5
|
+
copyright-notice: copyright.adoc
|
6
|
+
i18n-dictionary: i18n.yaml
|
7
|
+
publisher-logo: pdfa-logo.svg
|
8
|
+
htmlcoverpage: htmlcoverpage.html
|
9
|
+
htmlstylesheet-override: htmlstylesheet-override.scss
|
10
|
+
pdf-stylesheet-override: pdfa.xsl
|
11
|
+
base-override:
|
12
|
+
publisher: PDF Association
|
13
|
+
publisher_abbr: PDF Association
|
14
|
+
presentation-metadata-color-secondary: '#d03f4e'
|
15
|
+
presentation-metadata-backcover-text: pdfa.org
|
16
|
+
body-font: "'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif"
|
17
|
+
header-font: "'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif"
|
18
|
+
fonts: Source Sans 3;Source Sans Pro
|
19
|
+
output-extensions: xml,html,pdf
|
20
|
+
doctypes:
|
21
|
+
- taste: specification # Specification # The name goes into i18n.yaml
|
22
|
+
base: standard
|
23
|
+
override-attributes:
|
24
|
+
- presentation-metadata-color-secondary: '#d03f4e'
|
25
|
+
- taste: application-note # Application Note
|
26
|
+
base: report
|
27
|
+
override-attributes:
|
28
|
+
- presentation-metadata-color-secondary: '#ca9831'
|
29
|
+
- taste: technical-note # Technical Note
|
30
|
+
base: report
|
31
|
+
override-attributes:
|
32
|
+
- presentation-metadata-color-secondary: '#ca9831'
|
33
|
+
- taste: best-practice-guide # Best Practice Guide
|
34
|
+
base: report
|
35
|
+
override-attributes:
|
36
|
+
- presentation-metadata-color-secondary: '#4891af'
|
@@ -0,0 +1,39 @@
|
|
1
|
+
== copyright-statement
|
2
|
+
|
3
|
+
=== Copyright notice
|
4
|
+
|
5
|
+
Copyright (c) {{ docyear }} PDF Association or its licensors.
|
6
|
+
|
7
|
+
This work is licensed under the Creative Commons Attribution 4.0 International
|
8
|
+
License.
|
9
|
+
|
10
|
+
To view a copy of this license, visit
|
11
|
+
http://creativecommons.org/licenses/by/4.0/
|
12
|
+
|
13
|
+
or send a letter to +
|
14
|
+
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
15
|
+
|
16
|
+
PDF Association +
|
17
|
+
Friedenstr. 2A · 16321 Bernau bei Berlin · Germany
|
18
|
+
|
19
|
+
E-mail: copyright@pdfa.org +
|
20
|
+
Web: www.pdfa.org
|
21
|
+
|
22
|
+
Published in Germany and the United States of America
|
23
|
+
|
24
|
+
Vendors own their respective copyrights wherever they are mentioned. The
|
25
|
+
information contained in this document is provided only as general information,
|
26
|
+
which may be incomplete or outdated. Users of this document are responsible for
|
27
|
+
independently verifying any and all information. Any mention of companies or
|
28
|
+
products does not imply endorsement or support of any of the mentioned
|
29
|
+
information, services, products, or providers.
|
30
|
+
|
31
|
+
== feedback-statement
|
32
|
+
|
33
|
+
=== {blank}
|
34
|
+
|
35
|
+
// [align=center]
|
36
|
+
// **International Color Consortium**:
|
37
|
+
// Standardizing [css color:blue]#color# fidelity since 1993.
|
38
|
+
|
39
|
+
// (c) ICC {{ docyear }} - All rights reserved
|
@@ -0,0 +1,45 @@
|
|
1
|
+
== copyright-statement
|
2
|
+
|
3
|
+
// This is authorized by the PDF Association.
|
4
|
+
|
5
|
+
=== Copyright notice
|
6
|
+
|
7
|
+
Copyright (c) {{ docyear }} PDF Association
|
8
|
+
|
9
|
+
This work is licensed under the Creative Commons Attribution 4.0 International
|
10
|
+
License.
|
11
|
+
|
12
|
+
To view a copy of this license, visit
|
13
|
+
http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative
|
14
|
+
Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
15
|
+
|
16
|
+
PDF Association Inc. +
|
17
|
+
{blank} +
|
18
|
+
E-mail: copyright@pdfa.org +
|
19
|
+
{blank} +
|
20
|
+
Web: https://www.pdfa.org +
|
21
|
+
{blank} +
|
22
|
+
{blank}
|
23
|
+
|
24
|
+
Vendors own their respective copyrights and trademarks wherever they are
|
25
|
+
mentioned. Attention is drawn to the possibility that some of the elements of
|
26
|
+
this document may be the subject of patent rights. The PDF Association shall not
|
27
|
+
be held responsible for identifying any or all such patent rights. Users of this
|
28
|
+
document are responsible for independently verifying any and all information.
|
29
|
+
Any mention of companies or products does not imply endorsement or support of
|
30
|
+
any of the mentioned information, services, products, or providers.
|
31
|
+
|
32
|
+
|
33
|
+
== feedback-statement
|
34
|
+
|
35
|
+
=== {blank}
|
36
|
+
|
37
|
+
== legal-statement
|
38
|
+
|
39
|
+
=== {blank}
|
40
|
+
|
41
|
+
|
42
|
+
// [align=center]
|
43
|
+
// **PDF Association**:
|
44
|
+
|
45
|
+
// (c) PDF Association {{ docyear }} - All rights reserved
|
Binary file
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<div id='toggle'> <span>•</span> </div>
|
2
|
+
|
3
|
+
<p class="coverpage_docnumber"><b>{{ docnumber }}</b></p>
|
4
|
+
|
5
|
+
<div class="logo">
|
6
|
+
<img src="{{ copublisher_logos[0] }}"/>
|
7
|
+
</div>
|
8
|
+
|
9
|
+
<div class="docidentifier">
|
10
|
+
<p><b>
|
11
|
+
{{doctype_display}}<br/>
|
12
|
+
{{docnumber}}
|
13
|
+
</b></p>
|
14
|
+
</div>
|
15
|
+
|
16
|
+
<div>
|
17
|
+
<p class="doctitle-en">{{ doctitle }}</p>
|
18
|
+
</div>
|
data/data/pdfa/i18n.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
doctype_dict:
|
2
|
+
specification: Specification
|
3
|
+
application-note: Application Note
|
4
|
+
best-practice-guide: Best Practice Guide
|
5
|
+
technical-note: Technical Note
|
6
|
+
international-standard: International Standard
|
7
|
+
international-technical-specification: International Technical Specification
|
8
|
+
term_def_boilerplate: |
|
9
|
+
PDF Association maintains terminology databases for use in describing the
|
10
|
+
Portable Document Format at the following addresses:
|
11
|
+
|
12
|
+
* Glossary of PDF terms: available at https://pdfa.org/glossary-of-pdf-terms/[]
|
13
|
+
* Glossary of accessibility terminology in PDF: available at https://pdfa.org/resource/glossary-of-accessibility-terminology-in-pdf/[]
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-8b673f40-f57e-4e06-b5b6-523fcea8d253" xmlns="http://www.w3.org/2000/svg" width="242.64mm" height="134.03mm" viewBox="0 0 687.81 379.92"><g style="isolation:isolate;"><g style="isolation:isolate;"><path d="M224,44.5h59.5c8.83,0,17.12.88,24.88,2.62s14.5,4.67,20.25,8.75c5.75,4.09,10.29,9.5,13.62,16.25,3.33,6.75,5,15.04,5,24.88s-1.71,17.75-5.12,24.75c-3.42,7-8.04,12.75-13.88,17.25-5.84,4.5-12.59,7.84-20.25,10-7.67,2.17-15.84,3.25-24.5,3.25h-22.5v55.25h-37V44.5ZM281.25,123c20,0,30-8.66,30-26,0-8.5-2.54-14.5-7.62-18-5.09-3.5-12.54-5.25-22.38-5.25h-20.25v49.25h20.25Z" style="fill:#231f20;"/><path d="M375.25,44.5h46c12.5,0,23.79,1.59,33.88,4.75,10.08,3.17,18.71,8.04,25.88,14.62,7.16,6.59,12.66,14.96,16.5,25.12,3.83,10.17,5.75,22.25,5.75,36.25s-1.92,26.17-5.75,36.5c-3.84,10.34-9.25,18.88-16.25,25.62s-15.38,11.79-25.12,15.12c-9.75,3.34-20.62,5-32.62,5h-48.25V44.5ZM419.25,177.75c6.83,0,13.08-.91,18.75-2.75,5.66-1.83,10.54-4.79,14.62-8.88s7.25-9.46,9.5-16.12c2.25-6.66,3.38-14.91,3.38-24.75s-1.12-17.79-3.38-24.38c-2.25-6.58-5.42-11.83-9.5-15.75-4.09-3.91-8.96-6.71-14.62-8.38-5.67-1.66-11.92-2.5-18.75-2.5h-7v103.5h7Z" style="fill:#231f20;"/><path d="M533.75,44.5h103v31h-66v37.75h56.25v31h-56.25v63.25h-37V44.5Z" style="fill:#231f20;"/></g></g><g style="isolation:isolate;"><g style="isolation:isolate;"><path d="M7.28,312.02c0-7.37,3.22-13.07,9.66-17.08,6.44-4.01,16.71-6.81,30.8-8.4,0-1.77-.23-3.48-.7-5.11-.47-1.63-1.19-3.08-2.17-4.34s-2.24-2.24-3.78-2.94c-1.54-.7-3.48-1.05-5.81-1.05-3.45,0-6.79.65-10.01,1.96-3.22,1.31-6.32,2.89-9.31,4.76l-5.88-10.78c3.83-2.43,8.1-4.53,12.81-6.3,4.71-1.77,9.82-2.66,15.33-2.66,8.68,0,15.12,2.54,19.32,7.63,4.2,5.09,6.3,12.44,6.3,22.05v40.74h-13.16l-1.26-7.56h-.42c-3.08,2.61-6.37,4.81-9.87,6.58-3.5,1.77-7.3,2.66-11.41,2.66-6.07,0-10.99-1.84-14.77-5.53-3.78-3.69-5.67-8.56-5.67-14.63ZM22.96,310.76c0,3.08.91,5.32,2.73,6.72,1.82,1.4,4.18,2.1,7.07,2.1s5.37-.65,7.7-1.96c2.33-1.31,4.76-3.17,7.28-5.6v-15.4c-4.67.56-8.59,1.31-11.76,2.24-3.17.93-5.72,1.98-7.63,3.15-1.91,1.17-3.29,2.5-4.13,3.99-.84,1.49-1.26,3.08-1.26,4.76Z" style="fill:#231f20;"/><path d="M84.14,312.3c3.08,2.43,6.14,4.32,9.17,5.67,3.03,1.35,6.32,2.03,9.87,2.03,3.73,0,6.49-.77,8.26-2.31,1.77-1.54,2.66-3.52,2.66-5.95,0-1.4-.42-2.64-1.26-3.71-.84-1.07-1.96-2.03-3.36-2.87-1.4-.84-2.99-1.61-4.76-2.31-1.77-.7-3.55-1.42-5.32-2.17-2.24-.84-4.53-1.82-6.86-2.94-2.33-1.12-4.41-2.47-6.23-4.06-1.82-1.59-3.31-3.43-4.48-5.53-1.17-2.1-1.75-4.6-1.75-7.49,0-6.07,2.24-11.01,6.72-14.84,4.48-3.83,10.59-5.74,18.34-5.74,4.76,0,9.05.84,12.88,2.52,3.83,1.68,7.14,3.59,9.94,5.74l-7.42,9.8c-2.43-1.77-4.88-3.2-7.35-4.27-2.47-1.07-5.06-1.61-7.77-1.61-3.45,0-6,.72-7.63,2.17-1.63,1.45-2.45,3.24-2.45,5.39,0,1.31.4,2.45,1.19,3.43.79.98,1.84,1.87,3.15,2.66,1.31.79,2.82,1.52,4.55,2.17,1.73.65,3.52,1.31,5.39,1.96,2.33.84,4.67,1.8,7,2.87,2.33,1.07,4.46,2.4,6.37,3.99,1.91,1.59,3.45,3.52,4.62,5.81,1.17,2.29,1.75,5.02,1.75,8.19,0,2.99-.58,5.76-1.75,8.33-1.17,2.57-2.87,4.81-5.11,6.72-2.24,1.91-5.04,3.43-8.4,4.55-3.36,1.12-7.19,1.68-11.48,1.68-4.76,0-9.45-.91-14.07-2.73-4.62-1.82-8.61-4.08-11.97-6.79l7.56-10.36Z" style="fill:#231f20;"/><path d="M144.48,312.3c3.08,2.43,6.14,4.32,9.17,5.67,3.03,1.35,6.32,2.03,9.87,2.03,3.73,0,6.49-.77,8.26-2.31,1.77-1.54,2.66-3.52,2.66-5.95,0-1.4-.42-2.64-1.26-3.71-.84-1.07-1.96-2.03-3.36-2.87-1.4-.84-2.99-1.61-4.76-2.31-1.77-.7-3.55-1.42-5.32-2.17-2.24-.84-4.53-1.82-6.86-2.94-2.33-1.12-4.41-2.47-6.23-4.06-1.82-1.59-3.31-3.43-4.48-5.53-1.17-2.1-1.75-4.6-1.75-7.49,0-6.07,2.24-11.01,6.72-14.84,4.48-3.83,10.59-5.74,18.34-5.74,4.76,0,9.05.84,12.88,2.52,3.83,1.68,7.14,3.59,9.94,5.74l-7.42,9.8c-2.43-1.77-4.88-3.2-7.35-4.27-2.47-1.07-5.06-1.61-7.77-1.61-3.45,0-6,.72-7.63,2.17-1.63,1.45-2.45,3.24-2.45,5.39,0,1.31.4,2.45,1.19,3.43.79.98,1.84,1.87,3.15,2.66,1.31.79,2.82,1.52,4.55,2.17,1.73.65,3.52,1.31,5.39,1.96,2.33.84,4.67,1.8,7,2.87,2.33,1.07,4.46,2.4,6.37,3.99,1.91,1.59,3.45,3.52,4.62,5.81,1.17,2.29,1.75,5.02,1.75,8.19,0,2.99-.58,5.76-1.75,8.33-1.17,2.57-2.87,4.81-5.11,6.72-2.24,1.91-5.04,3.43-8.4,4.55-3.36,1.12-7.19,1.68-11.48,1.68-4.76,0-9.45-.91-14.07-2.73-4.62-1.82-8.61-4.08-11.97-6.79l7.56-10.36Z" style="fill:#231f20;"/><path d="M199.64,296.2c0-5.69.89-10.78,2.66-15.26,1.77-4.48,4.18-8.26,7.21-11.34,3.03-3.08,6.51-5.44,10.43-7.07,3.92-1.63,8.03-2.45,12.32-2.45s8.42.82,12.39,2.45c3.97,1.63,7.44,3.99,10.43,7.07,2.99,3.08,5.39,6.86,7.21,11.34,1.82,4.48,2.73,9.57,2.73,15.26s-.91,10.78-2.73,15.26c-1.82,4.48-4.22,8.26-7.21,11.34-2.99,3.08-6.46,5.41-10.43,7-3.97,1.59-8.1,2.38-12.39,2.38s-8.4-.79-12.32-2.38-7.4-3.92-10.43-7c-3.03-3.08-5.44-6.86-7.21-11.34-1.77-4.48-2.66-9.57-2.66-15.26ZM216.16,296.2c0,6.91,1.42,12.44,4.27,16.59,2.85,4.15,6.79,6.23,11.83,6.23s9.01-2.08,11.9-6.23c2.89-4.15,4.34-9.68,4.34-16.59s-1.45-12.58-4.34-16.73c-2.89-4.15-6.86-6.23-11.9-6.23s-8.98,2.08-11.83,6.23c-2.85,4.15-4.27,9.73-4.27,16.73Z" style="fill:#231f20;"/><path d="M276.5,296.2c0-5.69.93-10.78,2.8-15.26,1.87-4.48,4.39-8.26,7.56-11.34,3.17-3.08,6.84-5.44,10.99-7.07,4.15-1.63,8.52-2.45,13.09-2.45s8.38.77,11.69,2.31c3.31,1.54,6.14,3.43,8.47,5.67l-7.7,10.22c-1.87-1.59-3.73-2.82-5.6-3.71-1.87-.89-3.87-1.33-6.02-1.33-5.6,0-10.13,2.08-13.58,6.23-3.45,4.15-5.18,9.73-5.18,16.73s1.7,12.44,5.11,16.59c3.41,4.15,7.82,6.23,13.23,6.23,2.8,0,5.39-.58,7.77-1.75,2.38-1.17,4.5-2.54,6.37-4.13l6.72,10.22c-3.27,2.89-6.86,5.09-10.78,6.58-3.92,1.49-7.84,2.24-11.76,2.24-4.67,0-9.03-.79-13.09-2.38-4.06-1.59-7.58-3.92-10.57-7-2.99-3.08-5.32-6.86-7-11.34-1.68-4.48-2.52-9.57-2.52-15.26Z" style="fill:#231f20;"/><path d="M353.78,249.72c-2.89,0-5.27-.84-7.14-2.52-1.87-1.68-2.8-3.87-2.8-6.58s.93-4.92,2.8-6.65c1.87-1.73,4.25-2.59,7.14-2.59s5.27.86,7.14,2.59c1.87,1.73,2.8,3.94,2.8,6.65s-.93,4.9-2.8,6.58c-1.87,1.68-4.25,2.52-7.14,2.52ZM345.66,261.76h16.1v68.74h-16.1v-68.74Z" style="fill:#231f20;"/><path d="M379.4,312.02c0-7.37,3.22-13.07,9.66-17.08,6.44-4.01,16.71-6.81,30.8-8.4,0-1.77-.23-3.48-.7-5.11-.47-1.63-1.19-3.08-2.17-4.34-.98-1.26-2.24-2.24-3.78-2.94-1.54-.7-3.48-1.05-5.81-1.05-3.45,0-6.79.65-10.01,1.96-3.22,1.31-6.32,2.89-9.31,4.76l-5.88-10.78c3.83-2.43,8.1-4.53,12.81-6.3,4.71-1.77,9.82-2.66,15.33-2.66,8.68,0,15.12,2.54,19.32,7.63,4.2,5.09,6.3,12.44,6.3,22.05v40.74h-13.16l-1.26-7.56h-.42c-3.08,2.61-6.37,4.81-9.87,6.58-3.5,1.77-7.3,2.66-11.41,2.66-6.07,0-10.99-1.84-14.77-5.53-3.78-3.69-5.67-8.56-5.67-14.63ZM395.08,310.76c0,3.08.91,5.32,2.73,6.72,1.82,1.4,4.18,2.1,7.07,2.1s5.37-.65,7.7-1.96c2.33-1.31,4.76-3.17,7.28-5.6v-15.4c-4.67.56-8.59,1.31-11.76,2.24-3.17.93-5.72,1.98-7.63,3.15-1.91,1.17-3.29,2.5-4.13,3.99-.84,1.49-1.26,3.08-1.26,4.76Z" style="fill:#231f20;"/><path d="M457.94,274.5h-9.8v-12.04l10.64-.7,1.96-18.76h13.44v18.76h17.5v12.74h-17.5v32.76c0,8.03,3.22,12.04,9.66,12.04,1.21,0,2.45-.14,3.71-.42s2.4-.65,3.43-1.12l2.8,11.9c-1.87.65-3.99,1.24-6.37,1.75-2.38.51-4.92.77-7.63.77-4.01,0-7.4-.61-10.15-1.82-2.75-1.21-4.99-2.92-6.72-5.11-1.73-2.19-2.99-4.81-3.78-7.84-.79-3.03-1.19-6.42-1.19-10.15v-32.76Z" style="fill:#231f20;"/><path d="M514.21,249.72c-2.89,0-5.27-.84-7.14-2.52-1.87-1.68-2.8-3.87-2.8-6.58s.93-4.92,2.8-6.65c1.87-1.73,4.25-2.59,7.14-2.59s5.27.86,7.14,2.59c1.87,1.73,2.8,3.94,2.8,6.65s-.93,4.9-2.8,6.58c-1.87,1.68-4.25,2.52-7.14,2.52ZM506.09,261.76h16.1v68.74h-16.1v-68.74Z" style="fill:#231f20;"/><path d="M538.29,296.2c0-5.69.89-10.78,2.66-15.26,1.77-4.48,4.18-8.26,7.21-11.34,3.03-3.08,6.51-5.44,10.43-7.07,3.92-1.63,8.03-2.45,12.32-2.45s8.42.82,12.39,2.45c3.97,1.63,7.44,3.99,10.43,7.07,2.99,3.08,5.39,6.86,7.21,11.34,1.82,4.48,2.73,9.57,2.73,15.26s-.91,10.78-2.73,15.26c-1.82,4.48-4.22,8.26-7.21,11.34-2.99,3.08-6.46,5.41-10.43,7-3.97,1.59-8.1,2.38-12.39,2.38s-8.4-.79-12.32-2.38-7.4-3.92-10.43-7c-3.03-3.08-5.44-6.86-7.21-11.34-1.77-4.48-2.66-9.57-2.66-15.26ZM554.81,296.2c0,6.91,1.42,12.44,4.27,16.59,2.85,4.15,6.79,6.23,11.83,6.23s9.01-2.08,11.9-6.23c2.89-4.15,4.34-9.68,4.34-16.59s-1.45-12.58-4.34-16.73c-2.89-4.15-6.86-6.23-11.9-6.23s-8.98,2.08-11.83,6.23c-2.85,4.15-4.27,9.73-4.27,16.73Z" style="fill:#231f20;"/><path d="M619.63,261.76h13.3l1.12,9.24h.56c3.08-2.99,6.42-5.55,10.01-7.7,3.59-2.15,7.77-3.22,12.53-3.22,7.37,0,12.74,2.36,16.1,7.07,3.36,4.71,5.04,11.46,5.04,20.23v43.12h-16.1v-41.02c0-5.69-.84-9.71-2.52-12.04-1.68-2.33-4.43-3.5-8.26-3.5-2.99,0-5.62.72-7.91,2.17-2.29,1.45-4.88,3.57-7.77,6.37v48.02h-16.1v-68.74Z" style="fill:#231f20;"/></g></g><rect x="128" y="28.5" width="60" height="60" style="fill:#ca9831;"/><rect x="68" y="88.5" width="60" height="60" style="fill:#8b985b;"/><rect x="8" y="148.5" width="60" height="60" style="fill:#d03f4e;"/><rect x="128" y="148.5" width="60" height="60" style="fill:#4891af;"/></svg>
|
data/data/pdfa/pdfa.xsl
ADDED
@@ -0,0 +1,251 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:mn="https://www.metanorma.org/ns/standoc" xmlns:mnx="https://www.metanorma.org/ns/xslt" xmlns:mathml="http://www.w3.org/1998/Math/MathML" xmlns:xalan="http://xml.apache.org/xalan" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions" xmlns:pdf="http://xmlgraphics.apache.org/fop/extensions/pdf" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:java="http://xml.apache.org/xalan/java" xmlns:barcode="http://barcode4j.krysalis.org/ns" xmlns:redirect="http://xml.apache.org/xalan/redirect" exclude-result-prefixes="java" extension-element-prefixes="redirect" version="1.0">
|
2
|
+
|
3
|
+
<xsl:attribute-set name="root-style">
|
4
|
+
<xsl:attribute name="font-family">Source Sans 3, STIX Two Math, <xsl:value-of select="$font_noto_sans"/></xsl:attribute>
|
5
|
+
<xsl:attribute name="font-size">11pt</xsl:attribute>
|
6
|
+
<xsl:attribute name="color">black</xsl:attribute>
|
7
|
+
</xsl:attribute-set>
|
8
|
+
|
9
|
+
<xsl:template name="layout-master-set">
|
10
|
+
<fo:layout-master-set>
|
11
|
+
<fo:simple-page-master master-name="cover-page" page-width="{$pageWidth}mm" page-height="{$pageHeight}mm">
|
12
|
+
<fo:region-body margin-top="17.5mm" margin-bottom="17.5mm" margin-left="17.5mm" margin-right="17.5mm"/>
|
13
|
+
</fo:simple-page-master>
|
14
|
+
|
15
|
+
<fo:simple-page-master master-name="copyright-page" page-width="{$pageWidth}mm" page-height="{$pageHeight}mm">
|
16
|
+
<fo:region-body margin-top="20mm" margin-bottom="35mm" margin-left="18mm" margin-right="18mm"/>
|
17
|
+
</fo:simple-page-master>
|
18
|
+
</fo:layout-master-set>
|
19
|
+
</xsl:template>
|
20
|
+
|
21
|
+
<xsl:variable name="cover_page_color_box1">rgb(202,152,49)</xsl:variable>
|
22
|
+
<xsl:variable name="cover_page_color_box2">rgb(139,152,91)</xsl:variable>
|
23
|
+
<xsl:variable name="cover_page_color_box3">rgb(208,63,78)</xsl:variable>
|
24
|
+
<xsl:variable name="cover_page_color_box4">rgb(72,145,175)</xsl:variable>
|
25
|
+
<xsl:variable name="cover_page_color_box_border_width">2.5pt</xsl:variable>
|
26
|
+
<xsl:variable name="cover_page_color_box_height">57mm</xsl:variable>
|
27
|
+
|
28
|
+
<xsl:attribute-set name="cover_page_box">
|
29
|
+
<xsl:attribute name="padding-left">0.5mm</xsl:attribute>
|
30
|
+
<xsl:attribute name="padding-right">0.5mm</xsl:attribute>
|
31
|
+
<xsl:attribute name="padding-top">-0.5mm</xsl:attribute>
|
32
|
+
<xsl:attribute name="padding-bottom">-0.5mm</xsl:attribute>
|
33
|
+
</xsl:attribute-set>
|
34
|
+
|
35
|
+
<xsl:template name="cover-page">
|
36
|
+
<fo:page-sequence master-reference="cover-page" force-page-count="no-force">
|
37
|
+
<fo:flow flow-name="xsl-region-body" font-family="Source Sans 3">
|
38
|
+
|
39
|
+
<fo:block margin-top="-3mm" role="SKIP"> <!-- -3mm because there is a space before image in the source SVG -->
|
40
|
+
<fo:inline-container width="47mm" role="SKIP">
|
41
|
+
<fo:block font-size="0pt">
|
42
|
+
<xsl:for-each select="/mn:metanorma/mn:bibdata/mn:copyright/mn:owner/mn:organization">
|
43
|
+
<xsl:apply-templates select="mn:logo/mn:image"/>
|
44
|
+
</xsl:for-each>
|
45
|
+
</fo:block>
|
46
|
+
</fo:inline-container>
|
47
|
+
</fo:block>
|
48
|
+
|
49
|
+
<!-- Type of document:
|
50
|
+
Specification, Best Practice Guide, Application Note, Technical Note, Extension -->
|
51
|
+
<fo:block font-size="29pt" font-weight="bold" text-align="right" margin-top="4mm">
|
52
|
+
<xsl:value-of select="/mn:metanorma/mn:bibdata/mn:ext/mn:doctype[normalize-space(@language) != '']"/>
|
53
|
+
</fo:block>
|
54
|
+
|
55
|
+
<fo:block-container width="112mm" line-height="1.2" margin-top="4mm">
|
56
|
+
<!-- Main title of doc -->
|
57
|
+
<fo:block font-size="32pt" font-weight="bold">
|
58
|
+
<fo:block><xsl:apply-templates select="/mn:metanorma/mn:bibdata/mn:title[@type = 'intro']/node()"/></fo:block>
|
59
|
+
</fo:block>
|
60
|
+
<!-- Subtitle of doc -->
|
61
|
+
<fo:block font-size="30pt">
|
62
|
+
<fo:block><xsl:apply-templates select="/mn:metanorma/mn:bibdata/mn:title[@type = 'main'][last()]/node()"/></fo:block>
|
63
|
+
</fo:block>
|
64
|
+
</fo:block-container>
|
65
|
+
|
66
|
+
<fo:block-container absolute-position="fixed" top="95mm" left="17.5mm" font-size="20pt">
|
67
|
+
<fo:table table-layout="fixed" width="174mm">
|
68
|
+
<fo:table-column column-width="proportional-column-width(1)"/>
|
69
|
+
<fo:table-column column-width="proportional-column-width(1)"/>
|
70
|
+
<fo:table-column column-width="proportional-column-width(1)"/>
|
71
|
+
<fo:table-body>
|
72
|
+
<fo:table-row>
|
73
|
+
<fo:table-cell><fo:block> </fo:block></fo:table-cell>
|
74
|
+
<fo:table-cell><fo:block> </fo:block></fo:table-cell>
|
75
|
+
<fo:table-cell text-align="right" display-align="after" xsl:use-attribute-sets="cover_page_box"> <!-- padding-left="5mm" padding-right="5mm" -->
|
76
|
+
<fo:block-container width="100%" height="{$cover_page_color_box_height}" border="{$cover_page_color_box_border_width} solid {$cover_page_color_box1}">
|
77
|
+
<fo:block margin-left="5mm" margin-right="5mm">
|
78
|
+
<fo:block>
|
79
|
+
<!-- Status / Version.
|
80
|
+
e.g. "Draft Release Candidate 1.2", or just a version -->
|
81
|
+
<xsl:variable name="status" select="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata/mn:status"/>
|
82
|
+
<xsl:choose>
|
83
|
+
<xsl:when test="normalize-space($status) != ''">
|
84
|
+
<xsl:value-of select="$status"/>
|
85
|
+
</xsl:when>
|
86
|
+
<xsl:otherwise> <!-- just a version -->
|
87
|
+
<xsl:variable name="i18n_version"><xsl:call-template name="getLocalizedString"><xsl:with-param name="key">version</xsl:with-param></xsl:call-template></xsl:variable>
|
88
|
+
<xsl:call-template name="capitalize">
|
89
|
+
<xsl:with-param name="str" select="$i18n_version"/>
|
90
|
+
</xsl:call-template>
|
91
|
+
<xsl:text> </xsl:text>
|
92
|
+
<xsl:variable name="edition" select="/mn:metanorma/mn:bibdata/mn:edition[normalize-space(@language) = '']"/>
|
93
|
+
<xsl:value-of select="$edition"/>
|
94
|
+
<xsl:if test="not(contains($edition, '.'))">.0</xsl:if>
|
95
|
+
</xsl:otherwise>
|
96
|
+
</xsl:choose>
|
97
|
+
</fo:block>
|
98
|
+
<fo:block margin-bottom="2mm">
|
99
|
+
<xsl:value-of select="substring(/mn:metanorma/mn:bibdata/mn:version/mn:revision-date, 1, 7)"/>
|
100
|
+
</fo:block>
|
101
|
+
</fo:block>
|
102
|
+
</fo:block-container>
|
103
|
+
</fo:table-cell>
|
104
|
+
</fo:table-row>
|
105
|
+
<fo:table-row>
|
106
|
+
<fo:table-cell><fo:block> </fo:block></fo:table-cell>
|
107
|
+
<fo:table-cell text-align="center" display-align="center" xsl:use-attribute-sets="cover_page_box">
|
108
|
+
<fo:block-container width="100%" height="{$cover_page_color_box_height}" border="{$cover_page_color_box_border_width} solid {$cover_page_color_box2}">
|
109
|
+
<fo:block font-size="0pt">
|
110
|
+
<!-- set context node to the cover page image -->
|
111
|
+
<xsl:for-each select="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata[mn:name = 'coverpage-image'][1]/mn:value/mn:image[1]">
|
112
|
+
<xsl:call-template name="insertPageImage">
|
113
|
+
<xsl:with-param name="svg_content_height">53</xsl:with-param> <!-- this parameter is using for SVG images -->
|
114
|
+
<xsl:with-param name="bitmap_width">53</xsl:with-param> <!-- this parameter is using for bitmap images -->
|
115
|
+
</xsl:call-template>
|
116
|
+
</xsl:for-each>
|
117
|
+
</fo:block>
|
118
|
+
</fo:block-container>
|
119
|
+
</fo:table-cell>
|
120
|
+
<fo:table-cell><fo:block> </fo:block></fo:table-cell>
|
121
|
+
</fo:table-row>
|
122
|
+
<fo:table-row>
|
123
|
+
<fo:table-cell display-align="after" xsl:use-attribute-sets="cover_page_box">
|
124
|
+
<fo:block-container width="100%" height="{$cover_page_color_box_height}" border="{$cover_page_color_box_border_width} solid {$cover_page_color_box3}">
|
125
|
+
<!-- the group that authored the doc -->
|
126
|
+
<!-- Example: EA-PDF LWG -->
|
127
|
+
<fo:block margin-left="5mm" margin-right="5mm" margin-bottom="3mm">
|
128
|
+
<xsl:value-of select="/mn:metanorma/mn:bibdata/mn:contributor[mn:role[@type = 'author' and
|
129
|
+
(mn:description[normalize-space(@language) = ''] = 'Technical committee' or mn:description[normalize-space(@language) = ''] = 'committee')]]/
|
130
|
+
mn:organization/mn:subdivision[@type = 'Technical committee' or @type = 'Committee']/mn:name"/>
|
131
|
+
</fo:block>
|
132
|
+
</fo:block-container>
|
133
|
+
</fo:table-cell>
|
134
|
+
<fo:table-cell><fo:block> </fo:block></fo:table-cell>
|
135
|
+
<fo:table-cell display-align="after" xsl:use-attribute-sets="cover_page_box">
|
136
|
+
<fo:block-container width="100%" height="{$cover_page_color_box_height}" border="{$cover_page_color_box_border_width} solid {$cover_page_color_box4}">
|
137
|
+
<fo:block margin-left="2mm">
|
138
|
+
<!-- Example: © 2025 PDF Association – pdfa.org -->
|
139
|
+
<fo:block font-size="9.9pt">
|
140
|
+
<xsl:text>© </xsl:text>
|
141
|
+
<xsl:value-of select="/mn:metanorma/mn:bibdata/mn:copyright/mn:from"/>
|
142
|
+
<xsl:text> </xsl:text>
|
143
|
+
<xsl:value-of select="/mn:metanorma/mn:bibdata/mn:copyright/mn:owner/mn:organization/mn:name"/>
|
144
|
+
<xsl:text> – </xsl:text>
|
145
|
+
<fo:inline text-decoration="underline">
|
146
|
+
<fo:basic-link fox:alt-text="PDF association" external-destination="https://pdfa.org/">pdfa.org</fo:basic-link>
|
147
|
+
</fo:inline>
|
148
|
+
</fo:block>
|
149
|
+
<fo:block font-size="8pt" margin-bottom="2mm">
|
150
|
+
<xsl:text>This work is licensed under CC-BY-4.0 </xsl:text>
|
151
|
+
<!-- Note: the error occurs [Fatal Error] :1621:113: Character reference "�" is an invalid XML character. -->
|
152
|
+
<!-- Circled CC -->
|
153
|
+
<!-- <fo:inline font-size="10pt"><xsl:call-template name="getCharByCodePoint"><xsl:with-param name="codepoint">1f16d</xsl:with-param></xsl:call-template></fo:inline>
|
154
|
+
<xsl:text> </xsl:text> -->
|
155
|
+
<!-- Circled Human Figure -->
|
156
|
+
<!-- <fo:inline font-size="10pt"><xsl:call-template name="getCharByCodePoint"><xsl:with-param name="codepoint">1f16f</xsl:with-param></xsl:call-template></fo:inline> -->
|
157
|
+
<!-- Characters replaced to SVG To prevent warning:
|
158
|
+
PDF isn't valid PDF/UA-1:
|
159
|
+
ValidationResult [flavour=ua1, totalAssertions=112627, assertions=[
|
160
|
+
TestAssertion [ruleId=RuleId [specification=ISO 14289-1:2014, clause=7.21.7, testNumber=1], status=failed,
|
161
|
+
message=The Font dictionary of all fonts shall define the map of all used character codes to Unicode values, either via a ToUnicode entry, or other mechanisms as defined in ISO 14289-1, 7.21.7,
|
162
|
+
location=Location [level=CosDocument, context=root/document[0]/pages[0](919 0 obj PDPage)/contentStream[0](947 0 obj PDSemanticContentStream)/operators[1391]/usedGlyphs[0](EAAAAB+SourceSans3-Regular EAAAAB+SourceSans3-Regular 43 0 2124645278 0 true)], locationContext=null, errorMessage=null]], isCompliant=false]
|
163
|
+
-->
|
164
|
+
<fo:inline baseline-shift="-50%" padding-left="0.5mm">
|
165
|
+
<fo:instream-foreign-object content-width="5.6mm" fox:alt-text="Circled Chars">
|
166
|
+
<xsl:copy-of select="$circledChars"/>
|
167
|
+
</fo:instream-foreign-object>
|
168
|
+
</fo:inline>
|
169
|
+
</fo:block>
|
170
|
+
</fo:block>
|
171
|
+
</fo:block-container>
|
172
|
+
</fo:table-cell>
|
173
|
+
</fo:table-row>
|
174
|
+
</fo:table-body>
|
175
|
+
</fo:table>
|
176
|
+
</fo:block-container>
|
177
|
+
</fo:flow>
|
178
|
+
</fo:page-sequence>
|
179
|
+
</xsl:template> <!-- END cover-page -->
|
180
|
+
|
181
|
+
<xsl:variable name="circledChars">
|
182
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
183
|
+
viewBox="0 0 16 6.6" style="enable-background:new 0 0 16 6.6;" xml:space="preserve">
|
184
|
+
<style type="text/css">
|
185
|
+
.st0{fill:#010101;}
|
186
|
+
</style>
|
187
|
+
<path class="st0" d="M0,3.3C0,1.3,1.5,0,3.2,0C5,0,6.5,1.3,6.5,3.3c0,2-1.5,3.3-3.2,3.3C1.5,6.6,0,5.3,0,3.3z M6,3.3
|
188
|
+
c0-1.7-1.2-2.8-2.7-2.8c-1.5,0-2.7,1.1-2.7,2.8c0,1.7,1.2,2.9,2.7,2.9C4.7,6.2,6,5,6,3.3z M1,3.3c0-1.2,0.6-1.8,1.3-1.8
|
189
|
+
c0.4,0,0.6,0.2,0.8,0.4L2.7,2.3C2.6,2.2,2.5,2.1,2.4,2.1C2,2.1,1.7,2.6,1.7,3.3c0,0.8,0.2,1.2,0.6,1.2c0.2,0,0.3-0.1,0.5-0.2
|
190
|
+
l0.3,0.4C2.9,4.9,2.7,5.1,2.3,5.1C1.6,5.1,1,4.5,1,3.3z M3.1,3.3c0-1.2,0.6-1.8,1.3-1.8c0.4,0,0.6,0.2,0.8,0.4L4.8,2.3
|
191
|
+
C4.7,2.2,4.7,2.1,4.5,2.1c-0.3,0-0.6,0.5-0.6,1.2c0,0.8,0.2,1.2,0.6,1.2c0.2,0,0.3-0.1,0.5-0.2l0.3,0.4C5.1,4.9,4.8,5.1,4.4,5.1
|
192
|
+
C3.7,5.1,3.1,4.5,3.1,3.3z M9.5,3.3c0-2,1.5-3.3,3.2-3.3S16,1.3,16,3.3c0,2-1.5,3.3-3.2,3.3S9.5,5.3,9.5,3.3z M15.4,3.3
|
193
|
+
c0-1.7-1.2-2.8-2.7-2.8c-1.5,0-2.7,1.1-2.7,2.8c0,1.7,1.2,2.9,2.7,2.9C14.2,6.2,15.4,5,15.4,3.3z M12.1,5.7c0-0.5-0.1-0.9-0.1-1.4v0
|
194
|
+
c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0-0.7,0.1-1c0.1-0.3,0.2-0.4,0.4-0.5c0.1,0,0.3,0,0.6,0c0.3,0,0.5,0,0.6,0c0.2,0.1,0.4,0.2,0.4,0.5
|
195
|
+
c0.1,0.3,0.1,0.7,0.1,1c0,0.3-0.2,0.5-0.5,0.5v0c0,0.6,0,1-0.1,1.4H12.1z M12.1,1.4c0-0.3,0.3-0.6,0.6-0.6s0.6,0.2,0.6,0.6
|
196
|
+
C13.3,1.7,13,2,12.7,2C12.4,2,12.1,1.7,12.1,1.4z"/>
|
197
|
+
</svg>
|
198
|
+
</xsl:variable>
|
199
|
+
|
200
|
+
<!-- empty back-page to omit back cover -->
|
201
|
+
<xsl:template name="back-page">
|
202
|
+
<!-- put the back page layout -->
|
203
|
+
</xsl:template>
|
204
|
+
|
205
|
+
<xsl:template match="mn:copyright-statement" priority="2">
|
206
|
+
<xsl:apply-templates />
|
207
|
+
</xsl:template>
|
208
|
+
|
209
|
+
|
210
|
+
<xsl:attribute-set name="link-style">
|
211
|
+
<xsl:attribute name="color">rgb(14,85,117)</xsl:attribute>
|
212
|
+
<xsl:attribute name="text-decoration">underline</xsl:attribute>
|
213
|
+
</xsl:attribute-set>
|
214
|
+
|
215
|
+
<xsl:template name="insertHeaderFooter">
|
216
|
+
<xsl:call-template name="insertFooter"/>
|
217
|
+
</xsl:template>
|
218
|
+
|
219
|
+
<xsl:template name="insertFooter">
|
220
|
+
<!-- <xsl:param name="invert"/> -->
|
221
|
+
<xsl:variable name="footerText">
|
222
|
+
<xsl:text>PDFa</xsl:text>
|
223
|
+
<xsl:text> </xsl:text>
|
224
|
+
<xsl:call-template name="capitalizeWords">
|
225
|
+
<xsl:with-param name="str">
|
226
|
+
<xsl:choose>
|
227
|
+
<xsl:when test="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata/mn:doctype-alias">
|
228
|
+
<xsl:value-of select="/mn:metanorma/mn:metanorma-extension/mn:presentation-metadata/mn:doctype-alias"/>
|
229
|
+
</xsl:when>
|
230
|
+
<xsl:otherwise>
|
231
|
+
<xsl:value-of select="/mn:metanorma/mn:bibdata/mn:ext/mn:doctype"/>
|
232
|
+
</xsl:otherwise>
|
233
|
+
</xsl:choose>
|
234
|
+
</xsl:with-param>
|
235
|
+
</xsl:call-template>
|
236
|
+
</xsl:variable>
|
237
|
+
<xsl:call-template name="insertFooterOdd">
|
238
|
+
<xsl:with-param name="footerText" select="$footerText"/>
|
239
|
+
</xsl:call-template>
|
240
|
+
<xsl:call-template name="insertFooterEven">
|
241
|
+
<xsl:with-param name="footerText" select="$footerText"/>
|
242
|
+
</xsl:call-template>
|
243
|
+
</xsl:template>
|
244
|
+
|
245
|
+
<xsl:template name="refine_strong_style">
|
246
|
+
<xsl:if test="ancestor::*['preferred']">
|
247
|
+
<xsl:attribute name="role">SKIP</xsl:attribute>
|
248
|
+
</xsl:if>
|
249
|
+
</xsl:template>
|
250
|
+
|
251
|
+
</xsl:stylesheet>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
flavor: swf
|
3
|
+
owner: Spatial Web Foundation
|
4
|
+
base-flavor: ribose
|
5
|
+
copyright-notice: copyright.adoc
|
6
|
+
i18n-dictionary: i18n.yaml
|
7
|
+
publisher-logo: swf-full.svg
|
8
|
+
base-override:
|
9
|
+
publisher: Spatial Web Foundation
|
10
|
+
publisher_abbr: SWF
|
11
|
+
presentation-metadata-color-secondary: '#007724'
|
12
|
+
presentation-metadata-backcover-text: spatialwebfoundation.org
|
13
|
+
output-extensions: xml,html,pdf,doc
|
14
|
+
doctypes:
|
15
|
+
- taste: standard
|
16
|
+
base: standard
|
17
|
+
- taste: guide
|
18
|
+
base: report
|
@@ -0,0 +1,29 @@
|
|
1
|
+
== copyright-statement
|
2
|
+
=== {blank}
|
3
|
+
(c) {{ docyear }} The Spatial Web Foundation, Inc.
|
4
|
+
|
5
|
+
SPATIAL WEB™ standard is a Hyperspatial Transaction Protocol, Hyperspatial
|
6
|
+
Modeling Language, and Hyperspatial Architecture for Hyperspatial Transactions
|
7
|
+
that enables users to implement it in accordance with a standard being created
|
8
|
+
with the IEEE. SPATIAL WEB™ is a trademark of the Spatial Web Foundation.
|
9
|
+
|
10
|
+
All rights reserved. Unless otherwise specified, or required in the context of
|
11
|
+
its implementation, no part of this publication may be reproduced or utilized
|
12
|
+
otherwise in any form or by any means, electronic or mechanical, including
|
13
|
+
photocopying, or posting on the internet or an intranet, without prior written
|
14
|
+
permission. Permission can be requested from the Spatial Web Foundation.
|
15
|
+
|
16
|
+
Spatial Web Foundation +
|
17
|
+
5877 Obama Blvd +
|
18
|
+
Los Angeles, CA 90016 +
|
19
|
+
USA
|
20
|
+
|
21
|
+
E-mail: link:mailto:info@spatialwebfoundation.org[info@spatialwebfoundation.org]
|
22
|
+
|
23
|
+
|
24
|
+
== feedback-statement
|
25
|
+
|
26
|
+
=== {blank}
|
27
|
+
|
28
|
+
// [align=center]
|
29
|
+
// [css color:#007724]#**Connecting the physical and digital worlds**#
|
data/data/swf/i18n.yaml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="660mm" height="160mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1870.87 453.54"><defs><radialGradient id="uuid-cb54a671-d499-4163-af7f-088a707cef55" cx="270.53" cy="282.23" fx="270.53" fy="282.23" r="342.21" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".2" stop-color="#b7e5e5"/><stop offset=".39" stop-color="#75cecd"/><stop offset=".49" stop-color="#5cc5c4"/></radialGradient></defs><g id="uuid-55a810ff-55e0-4993-898b-078ac72bcf4a"><path d="M547.7,70.52l-3.55,34.76c-9.04-5.02-26.7-10.36-44.79-10.36-11.31,0-20.67,1.74-20.67,10.05,0,5.74,6.78,7.08,14.1,9.13l23.26,6.46c25.3,6.97,40.27,18.35,40.27,40.09,0,26.25-23.58,44.19-61.37,44.19-27.78,0-49.42-6.87-59.65-11.59l4.31-34.86c8.51,4.41,28.85,12.1,52.22,12.1,10.77,0,18.95-2.36,18.95-9.02,0-4.2-3.23-7.08-12.06-9.33l-22.5-5.74c-19.49-4.92-41.34-15.18-41.34-41.94s25.09-43.27,62.34-43.27c21.96,0,38.87,4.1,50.5,9.33Z" style="fill:#231f20;"/><path d="M612.03,165.17v37.43h-42.96V63.35h73.97c36.5,0,56.96,22.05,56.96,50.14s-20.46,51.68-56.96,51.68h-31.01ZM612.03,97.08v34.45h23.69c12.6,0,20.67-5.95,20.67-17.23,0-11.89-7.64-17.23-20.67-17.23h-23.69Z" style="fill:#231f20;"/><path d="M789.8,179.32h-52.97l-9.37,23.28h-45.87l56.2-139.25h51.25l56.09,139.25h-45.87l-9.47-23.28ZM746.63,148.45h33.48l-16.69-46.55-16.8,46.55Z" style="fill:#231f20;"/><path d="M862.1,96.77h-41.67v-33.43h127.37v33.43h-42.74v105.82h-42.96v-105.82Z" style="fill:#231f20;"/><path d="M1000.2,202.59h-42.96V63.35h42.96v139.25Z" style="fill:#231f20;"/><path d="M1117.5,179.32h-52.97l-9.37,23.28h-45.87l56.2-139.25h51.25l56.09,139.25h-45.87l-9.47-23.28ZM1074.33,148.45h33.48l-16.69-46.55-16.8,46.55Z" style="fill:#231f20;"/><path d="M1294.48,202.59h-113.16V63.35h42.96v106.64h70.2v32.61Z" style="fill:#231f20;"/><path d="M1341.47,63.35h42.31l24.55,95.26,29.72-93.31h32.3l29.72,93.31,24.66-95.26h42.21l-38.76,139.25h-50.28l-23.69-66.96-23.58,66.96h-50.39l-38.76-139.25Z" style="fill:#231f20;"/><path d="M1690.5,202.59h-114.02V63.35h113.48v32.81h-70.52v19.58h63.42v32.61h-63.42v21.64h71.06v32.61Z" style="fill:#231f20;"/><path d="M1703.83,202.59V63.35h77.73c23.58,0,44.25,13.23,44.25,36.3,0,13.95-5.71,24.4-18.73,31.48,17.98,5.74,26.06,18.56,26.06,33.43,0,23.89-19.81,38.04-44.57,38.04h-84.73ZM1745.28,94.11v23.69h27.35c7.11,0,11.31-5.02,11.31-12.2,0-6.67-4.52-11.48-12.17-11.48h-26.49ZM1745.28,147.12v26.15h30.04c8.18,0,13.35-5.64,13.35-12.82,0-7.69-5.06-13.33-13.35-13.33h-30.04Z" style="fill:#231f20;"/><path d="M446.03,320.29v67.9h-9.48v-139.91h94.48v8.35h-85v55.33h69.13v8.35h-69.13Z" style="fill:#231f20;"/><path d="M621.45,246.22c43.17,0,73.77,29.88,73.77,72.02s-30.6,72.02-73.77,72.02-73.77-29.88-73.77-72.02,30.6-72.02,73.77-72.02ZM621.45,381.9c37.6,0,64.29-27.1,64.29-63.67s-26.99-63.67-64.29-63.67-64.29,26.48-64.29,63.67,26.68,63.67,64.29,63.67Z" style="fill:#231f20;"/><path d="M731.07,248.28h9.48v89.32c0,26.79,19.78,44.1,51,44.1s50.79-17.31,50.79-44.1v-89.32h9.48v89.32c0,31.84-23.28,52.65-60.27,52.65s-60.48-20.81-60.48-52.65v-89.32Z" style="fill:#231f20;"/><path d="M1025.27,388.19h-10.71l-106.74-126.93v126.93h-9.48v-139.91h10.92l106.53,126.83v-126.72h9.48v139.81Z" style="fill:#231f20;"/><path d="M1128.05,248.28c47.8,0,71.71,29.05,71.71,70.06,0,43.58-24.11,69.85-72.12,69.85h-54.6v-139.91h55.02ZM1082.51,256.62v123.22h46.57c38.22,0,61.2-21.74,61.2-61.51s-22.98-61.71-61.2-61.71h-46.57Z" style="fill:#231f20;"/><path d="M1344.45,388.19h-9.48l-15.35-35.65h-82.32l-15.35,35.65h-9.89l60.27-139.91h12.36l59.76,139.91ZM1240.91,344.2h75.11l-37.5-86.96-37.6,86.96Z" style="fill:#231f20;"/><path d="M1395.36,256.62v131.57h-9.48v-131.57h-49.66v-8.35h108.69v8.35h-49.56Z" style="fill:#231f20;"/><path d="M1474.31,248.28h9.48v139.91h-9.48v-139.91Z" style="fill:#231f20;"/><path d="M1595.54,246.22c43.17,0,73.77,29.88,73.77,72.02s-30.6,72.02-73.77,72.02-73.77-29.88-73.77-72.02,30.6-72.02,73.77-72.02ZM1595.54,381.9c37.6,0,64.29-27.1,64.29-63.67s-26.99-63.67-64.29-63.67-64.29,26.48-64.29,63.67,26.68,63.67,64.29,63.67Z" style="fill:#231f20;"/><path d="M1833.86,388.19h-10.71l-106.74-126.93v126.93h-9.48v-139.91h10.92l106.53,126.83v-126.72h9.48v139.81Z" style="fill:#231f20;"/><rect x="434.87" y="224.67" width="1398.09" height="2.27" style="fill:#231f20;"/></g><g id="uuid-54da35a2-8fe6-4af7-a285-f662911b784f"><path d="M396.47,292.16c-11.42,4.43-27.8,5.09-36.55,5.09-6.3,0-12.85-.33-17.54-.9-17.02-2.5-35.84-6.37-51.64-10.63-3.12-.88-6.08-1.76-8.8-2.61l-.63-.19-.07-.66c-.14-1.4-.68-2.74-1.56-3.89l-.45-.58.41-.6c.05-.07.27-.37.27-.37,4.8-6.42,10.75-15.98,16.32-26.19,8.18-15.48,14.61-32.34,17.71-40.97,4.25-13.25,7.67-27.14,9.05-34.42.66-4.25,1.06-8.45,1.27-13.22l.03-.64.59-.25c2.46-1.03,4.09-3.43,4.16-6.13v-.43s.33-.29.33-.29c7.09-6.35,13.55-13.45,18.7-20.54,5.2-7.67,11.04-18.31,10.03-32.61-1.02-11.83-6.2-19.52-10.2-23.79,8.14,15.01,6.77,28.75,5.67,34.37v.08c-4.01,14.49-14.49,26.78-18.86,31.43-2.39,2.24-4.7,4.34-6.87,6.23l-.64.56-.66-.55c-.42-.34-.88-.63-1.37-.85l-.6-.28v-.66c.22-7.95-.64-27.56-3.62-39-4.4-15.92-8.51-23.81-11.93-29.41-10.69-16.56-22.01-24.52-29.59-29.07-12.88-7.85-25.48-10.26-35.78-11.46,15.31,3.34,23.23,8,30.23,12.12.73.43,1.45.85,2.17,1.27,16.35,9.52,25.85,23.5,30.07,31,6.02,11.35,10.21,26.42,11.7,36.34,1.28,8.63,1.39,16.4,1.48,23.25.02,1.35.04,2.64.06,3.88.01.48.01.97.01,1.45v.57l-.49.29c-2.07,1.25-3.3,3.45-3.3,5.89,0,1.05.23,2.07.68,3.01l.36.75-.66.5c-4.69,3.49-8.97,6.35-13.1,9.12-2.33,1.55-4.73,3.16-7.16,4.85-20.65,13.07-42.37,24.67-56.99,32.12-23.58,11.33-39.55,16.89-51.22,20.95-1.23.43-2.41.83-3.53,1.23-1.91.73-3.94,1.48-6.57,2.42l-.76.28-.43-.68c-1.62-2.56-4.32-4.1-7.22-4.1-1.7,0-3.35.52-4.76,1.52l-.57.4-.58-.38c-4.29-2.88-7.87-5.58-12.82-9.34l-.65-.49c-13.81-10.65-23.43-20.38-29.05-26.67-12.69-13.92-16.89-26.52-19.15-33.29l-.06-.19-.03-.08c-3.88-15.95-2.03-27.64-.29-35.06,3.98-15.41,11.92-26.79,16.32-32.26,8.92-9.76,19.96-18.62,31.92-25.6,20.33-11.67,38.32-17.3,45.09-19.17,20.3-5.98,35.21-6.62,40.68-6.62.4,0,.79,0,1.18.01-2.61-.14-5.24-.21-7.86-.21-21.79,0-38.82,4.86-49.71,8.52-25.8,9.02-41.64,21.17-49.22,26.99-11.97,9.84-18.2,17.04-26.33,26.87-8.85,11.05-15.98,21.81-21.18,31.96-6.08,11.84-8.86,20.17-11.6,30.55-2.53,9.58-3.8,19.19-4.24,32.14-.65,13.28,1.03,25.32,2.02,32.51l.09.6c.02.14.04.31.06.51,0,0,.04.24.03.24.11,1.06.22,2.59.15,3.24-.85-.9-1.64-2.07-2-2.63h-.02c-.05-.09-.1-.18-.15-.27-.01-.02-.02-.04-.02-.04-5.95-11.11-8.44-28.43-8.66-37.46-.14-11.77.21-20.19,2.46-30.98,2.17-10.4,6.84-23.29,9.45-29.12,5.13-11.66,12.59-23.65,18.48-31.95-3.82,4.89-7.64,10.68-12.34,18.16-7.13,11.6-13.09,27.04-15.84,37.21-2.81,10.41-4.17,19.85-4.39,30.58-.09,10.95.75,19.86,2.56,27.24,3.01,13.27,9.14,23.01,12.08,27.69l.26.41.02.05c.1.2.19.38.28.6l.28.6-.44.49c-.63.71-1.15,1.61-1.49,2.59l-.33.95-.95-.33c-.71-.25-1.42-.51-2.16-.77-.56-.2-1.12-.4-1.7-.61-14.45-5.24-21.2-17.55-24.4-25.63.41,3.35,1.39,7.26,3.75,11.69,5.78,10.31,12.59,14.23,19.03,16.92,2.07.75,3.97,1.37,5.78,1.89l.58.16.13.59c.68,3.16,2.93,5.38,5.48,5.4h.71s.24.68.24.68l.13.39c3.92,11.7,10.06,26.13,13.84,33.76,4.39,8.84,12.4,21.6,18.4,30.33,5.44,7.9,14.02,18.15,26.22,31.3,7.8,7.97,13.65,12.91,20.56,18.3l1.61,1.25-1.97.52c-7.13,1.87-13.8,2.71-21.63,2.71-1.4,0-2.86-.03-4.4-.09-21.79-1.6-37.27-9.98-45.84-15.72,6.11,5.85,14.74,11.01,24.72,14.68,8.46,2.9,17.42,4.37,26.63,4.37,6.23,0,11.34-.7,14.52-1.27,2.96-.55,6.03-1.21,9.12-1.97l.41-.1.36.23c.46.28,1,.43,1.55.43.25,0,.49-.03.72-.09l.47-.13.4.29c14.99,11.13,27.22,17.37,36.16,21.55,24.94,10.66,39.12,12.6,50.52,14.16,1.25.17,2.46.34,3.63.51,4.45.62,9.07.92,14.15.92,6.57,0,12.54-.51,17.8-.95l1.2-.1c6.43-.68,12.13-2.06,16.76-3.52-6.65,1.38-14.01,2.56-19.69,2.82-2.7.14-5.48.21-8.26.21-21.73,0-39.58-4.34-46.25-6.21-25.81-7.32-43.69-18.36-53.3-24.3-3.21-2.02-6.18-4.01-9.07-6.09l-1.66-1.2,1.96-.59c3.53-1.05,7.14-2.27,10.66-3.6,19.01-8.15,28.89-15.42,36.1-20.73,1.03-.76,2.01-1.47,2.93-2.14l2.07-1.51.45.11c.54.12,1.08.19,1.59.19,1.7,0,3.3-.63,4.5-1.79l.3-.28h.52l.11.03c14.79,3.3,32.32,6.02,41.3,6.89,7.44.74,14.24,1.08,21.37,1.08,9.99,0,20.6-.66,35.51-2.23,24.65-2.48,45.23-13.59,52.94-18.25,17.45-10.19,26.84-23.33,31.87-30.38,2.18-3.19,4-6.3,5.53-9.24-2.69,4.61-7.25,11.75-12.65,17.26-7.74,7.49-19.91,18.29-36.13,25.5-12.41,5.17-23.7,9.1-38.4,11.5-5.09.78-18.35,2.58-31.35,2.58-.92,0-1.82-.01-2.72-.03h-.36c-11.3-.24-24.1-.49-37.71-2.67-8.22-1.32-16.42-2.94-22.41-4.12-1.94-.38-3.63-.72-5.01-.98l-.83-.16v-.93l-.06-.52.4-.35c3.47-3.02,8.42-7.36,12.3-10.83,5.66-5.07,11.54-11.13,20.26-20.89,5.79-6.48,9.87-12.04,11.79-14.78l.41-.59.69.2c.7.2,1.45.3,2.22.3,2.49,0,4.81-1.07,6.37-2.93l.43-.51.63.19c4.37,1.27,23.68,6.4,27.19,7.23,2.32.56,23.22,5.47,42.41,7.02h.4c3.5.1,6.82.18,10.14.18,6.54,0,14.58-.28,24.64-2.34,5.74-1.5,12.59-3.69,19.86-8.55,2.78-2.06,5.51-4.19,8.15-6.43s4.13-5.36,4.63-6.87c-5.85,6.07-12.48,10.4-21.45,14.11ZM70.27,217.99c-.54-5.25-.81-18.85-.65-23.19.2-4.96.87-17.4,2.86-25.88,2.09-8.92,3.9-15.22,6.44-22.46,2.59-7.36,7.12-16.87,10.46-23.02,3.28-6.03,7.91-13.57,11.45-17.41,0-.01.01-.03.03-.04.34-.38,3.1-3.4,4.01-4.27.85-.85-.96,3.08-1.72,4.72-.08.16-.14.31-.19.41l-.08.17s-.02.04-.03.06l-.26.56c-2,4.29-5.01,10.78-6.3,17.9-1.24,6.85-2.41,16.05-.41,26.42,2.01,10.41,5.02,17.84,11.52,28.4,5.55,8.49,10.19,13.37,16.61,20.12.92.96,1.87,1.96,2.81,2.97,7.63,7.36,16.99,14.76,22.02,18.75l.61.48c4.34,3.44,8.06,6.05,10.83,7.95l.61.41-.21.7c-.26.89-.38,1.82-.38,2.79v.75l-.73.21c-16.97,5.05-32.66,8.5-42.87,10.5-12.69,2.12-22.05,3.11-29.44,3.11-2.29,0-4.38-.1-6.37-.29l-.9-.09v-.9c-.07-3.62-2.22-6.67-5.01-7.13h-.54l-.28-.54c-.21-.41-.41-.81-.58-1.21-1.34-3.22-2.47-12.89-3.3-20.96ZM212.32,341.65c-1.79,1.45-3.4,2.7-4.79,3.73-12.83,9.29-23.35,14.6-33.1,19.27-5.01,2.06-9.03,3.6-12.66,4.83l-.45.16-.41-.25c-.48-.3-1.02-.45-1.56-.45-.28,0-.56.04-.83.12l-.51.15-.42-.33c-5.58-4.47-10.87-9.24-15.79-13.75-11.42-11.36-23.13-24.87-31.32-36.16-10.63-15.19-17.81-29.03-21.15-35.93-3.65-7.55-7.76-19.04-9.98-25.21-.56-1.55-1-2.79-1.3-3.59l-.21-.61.35-.36.58-1.22,1.02,1.1c.67.73,1.96,2.44,3.74,4.79,3.33,4.39,7.88,10.4,11.73,14.49,5.75,6.12,15.44,14.42,28.03,24,10.41,7.92,26.5,17.64,43.03,26,13.55,6.84,26.45,11.17,41.9,16.11,1.11.35,2.3.71,3.64,1.08l.57.16.14.57c.01.06.04.12.05.18l.23.66-.55.44ZM265.43,287.39c-1.43,1.77-3.73,4.6-5.36,6.64-2.34,2.93-11.44,13.86-18.48,21.3-5.43,5.73-15.08,14.29-18.98,17.71l-.5.43-.61-.28c-.85-.42-1.83-.63-2.81-.63-2.26,0-4.37,1.16-5.51,3.04l-.41.66-.75-.22c-5.49-1.65-10.14-3.18-13.82-4.53-6.95-2.55-24.43-9.21-36.57-15.83-14.37-7.83-25.41-14.56-33.79-20.57-10.66-7.93-18.05-13.92-22.56-18.34l-1.5-1.46c-4.76-4.63-10.7-10.39-14.59-15.39-2.19-2.8-3.92-4.62-5.33-6.04l-1.89-1.88,2.66.16c1.72.1,3.48.15,5.36.15,3.87,0,7.71-.21,11.77-.44l.66-.04c17.75-1.08,36.25-4.47,55-10.07,1.18-.36,2.56-.78,4.1-1.27l.16-.05h.62l.3.35c1.65,1.91,3.98,3,6.41,3,2.26,0,4.4-.92,6.03-2.59l.57-.58.69.43c2.38,1.49,4.7,2.9,6.72,4.1,6.3,3.73,17.17,9.54,31.4,16.77,11.31,5.49,19.78,9,32.37,13.95,8.43,3.27,13.95,5.04,17.37,6.1l.77.26-.06.81v.09c0,1.13.24,2.21.71,3.23l.26.57-.4.48ZM266.24,277.64c-1.14-.43-2.24-.87-3.35-1.3-1.87-.73-3.8-1.49-5.87-2.26-10.77-4.1-21.38-8.5-34.42-14.3-18.6-8.7-28.85-14.79-37.07-19.69l-2.36-1.4c-.98-.54-1.91-1.07-2.81-1.57l-3.23-1.81,2.14-.73c11.84-4.07,27.91-9.79,37.51-13.65,10.96-4.38,29.52-12.78,55.66-27.88,15.56-8.7,29.19-18.18,39.14-25.1,1.37-.95,2.66-1.84,3.88-2.69.41-.28.82-.57,1.23-.86l1.85-1.34-.26,2.27c-.12,1.08-.24,2.15-.38,3.25-1.14,7.9-3.13,16.75-5.9,26.32-3.22,11.09-7.24,22.25-11.94,33.16-5.47,12.68-10.53,21.73-14.33,28.2-1.11,1.89-2.41,4.16-3.77,6.57-2.23,3.91-4.75,8.33-6.94,11.9l-.34.56-.64-.08c-.31-.04-.63-.06-.95-.06-2.19,0-4.23.81-5.78,2.29l-.46.45-.6-.24Z" style="fill:url(#uuid-cb54a671-d499-4163-af7f-088a707cef55); stroke:#8cd3d5; stroke-miterlimit:10;"/><path d="M322.33,150.02c2.57,0,4.66,2.14,4.66,4.77s-2.09,4.77-4.66,4.77-4.66-2.14-4.66-4.77,2.09-4.77,4.66-4.77Z" style="fill:#fff;"/><path d="M168.99,227.3c3.65,0,6.63,3.23,6.63,7.21s-2.97,7.21-6.63,7.21-6.63-3.23-6.63-7.21,2.97-7.21,6.63-7.21Z" style="fill:#fff;"/><path d="M74.23,253.26c-1.98,0-3.66-2.41-3.66-5.27s1.68-5.27,3.66-5.27,3.66,2.41,3.66,5.27-1.68,5.27-3.66,5.27Z" style="fill:#fff;"/><path d="M159.36,373.44c-.75,0-1.36-.63-1.36-1.4s.61-1.4,1.36-1.4,1.36.63,1.36,1.4-.61,1.4-1.36,1.4Z" style="fill:#fff;"/><path d="M218.69,342.66c-2.36,0-4.29-1.8-4.29-4.02s1.92-4.02,4.29-4.02,4.29,1.8,4.29,4.02-1.92,4.02-4.29,4.02Z" style="fill:#fff;"/><ellipse cx="273.08" cy="283.1" rx="6.15" ry="5.89" style="fill:#fff;"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-c728d55e-70e8-4dc7-a89f-7884ef495b28" xmlns="http://www.w3.org/2000/svg" width="160mm" height="160mm" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 453.54 453.54"><defs><radialGradient id="uuid-71d55aee-42e4-4f86-b173-1095180d5d26" cx="269.63" cy="282.23" fx="269.63" fy="282.23" r="342.21" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".2" stop-color="#b7e5e5"/><stop offset=".39" stop-color="#75cecd"/><stop offset=".49" stop-color="#5cc5c4"/></radialGradient></defs><path d="M395.58,292.16c-11.42,4.43-27.8,5.09-36.55,5.09-6.3,0-12.85-.33-17.54-.9-17.02-2.5-35.84-6.37-51.64-10.63-3.12-.88-6.08-1.76-8.8-2.61l-.63-.19-.07-.66c-.14-1.4-.68-2.74-1.56-3.89l-.45-.58.41-.6c.05-.07.27-.37.27-.37,4.8-6.42,10.75-15.98,16.32-26.19,8.18-15.48,14.61-32.34,17.71-40.97,4.25-13.25,7.67-27.14,9.05-34.42.66-4.25,1.06-8.45,1.27-13.22l.03-.64.59-.25c2.46-1.03,4.09-3.43,4.16-6.13v-.43s.33-.29.33-.29c7.09-6.35,13.55-13.45,18.7-20.54,5.2-7.67,11.04-18.31,10.03-32.61-1.02-11.83-6.2-19.52-10.2-23.79,8.14,15.01,6.77,28.75,5.67,34.37v.08c-4.01,14.49-14.49,26.78-18.86,31.43-2.39,2.24-4.7,4.34-6.87,6.23l-.64.56-.66-.55c-.42-.34-.88-.63-1.37-.85l-.6-.28v-.66c.22-7.95-.64-27.56-3.62-39-4.4-15.92-8.51-23.81-11.93-29.41-10.69-16.56-22.01-24.52-29.59-29.07-12.88-7.85-25.48-10.26-35.78-11.46,15.31,3.34,23.23,8,30.23,12.12.73.43,1.45.85,2.17,1.27,16.35,9.52,25.85,23.5,30.07,31,6.02,11.35,10.21,26.42,11.7,36.34,1.28,8.63,1.39,16.4,1.48,23.25.02,1.35.04,2.64.06,3.88.01.48.01.97.01,1.45v.57l-.49.29c-2.07,1.25-3.3,3.45-3.3,5.89,0,1.05.23,2.07.68,3.01l.36.75-.66.5c-4.69,3.49-8.97,6.35-13.1,9.12-2.33,1.55-4.73,3.16-7.16,4.85-20.65,13.07-42.37,24.67-56.99,32.12-23.58,11.33-39.55,16.89-51.22,20.95-1.23.43-2.41.83-3.53,1.23-1.91.73-3.94,1.48-6.57,2.42l-.76.28-.43-.68c-1.62-2.56-4.32-4.1-7.22-4.1-1.7,0-3.35.52-4.76,1.52l-.57.4-.58-.38c-4.29-2.88-7.87-5.58-12.82-9.34l-.65-.49c-13.81-10.65-23.43-20.38-29.05-26.67-12.69-13.92-16.89-26.52-19.15-33.29l-.06-.19-.03-.08c-3.88-15.95-2.03-27.64-.29-35.06,3.98-15.41,11.92-26.79,16.32-32.26,8.92-9.76,19.96-18.62,31.92-25.6,20.33-11.67,38.32-17.3,45.09-19.17,20.3-5.98,35.21-6.62,40.68-6.62.4,0,.79,0,1.18.01-2.61-.14-5.24-.21-7.86-.21-21.79,0-38.82,4.86-49.71,8.52-25.8,9.02-41.64,21.17-49.22,26.99-11.97,9.84-18.2,17.04-26.33,26.87-8.85,11.05-15.98,21.81-21.18,31.96-6.08,11.84-8.86,20.17-11.6,30.55-2.53,9.58-3.8,19.19-4.24,32.14-.65,13.28,1.03,25.32,2.02,32.51l.09.6c.02.14.04.31.06.51,0,0,.04.24.03.24.11,1.06.22,2.59.15,3.24-.85-.9-1.64-2.07-2-2.63h-.02c-.05-.09-.1-.18-.15-.27-.01-.02-.02-.04-.02-.04-5.95-11.11-8.44-28.43-8.66-37.46-.14-11.77.21-20.19,2.46-30.98,2.17-10.4,6.84-23.29,9.45-29.12,5.13-11.66,12.59-23.65,18.48-31.95-3.82,4.89-7.64,10.68-12.34,18.16-7.13,11.6-13.09,27.04-15.84,37.21-2.81,10.41-4.17,19.85-4.39,30.58-.09,10.95.75,19.86,2.56,27.24,3.01,13.27,9.14,23.01,12.08,27.69l.26.41.02.05c.1.2.19.38.28.6l.28.6-.44.49c-.63.71-1.15,1.61-1.49,2.59l-.33.95-.95-.33c-.71-.25-1.42-.51-2.16-.77-.56-.2-1.12-.4-1.7-.61-14.45-5.24-21.2-17.55-24.4-25.63.41,3.35,1.39,7.26,3.75,11.69,5.78,10.31,12.59,14.23,19.03,16.92,2.07.75,3.97,1.37,5.78,1.89l.58.16.13.59c.68,3.16,2.93,5.38,5.48,5.4h.71s.24.68.24.68l.13.39c3.92,11.7,10.06,26.13,13.84,33.76,4.39,8.84,12.4,21.6,18.4,30.33,5.44,7.9,14.02,18.15,26.22,31.3,7.8,7.97,13.65,12.91,20.56,18.3l1.61,1.25-1.97.52c-7.13,1.87-13.8,2.71-21.63,2.71-1.4,0-2.86-.03-4.4-.09-21.79-1.6-37.27-9.98-45.84-15.72,6.11,5.85,14.74,11.01,24.72,14.68,8.46,2.9,17.42,4.37,26.63,4.37,6.23,0,11.34-.7,14.52-1.27,2.96-.55,6.03-1.21,9.12-1.97l.41-.1.36.23c.46.28,1,.43,1.55.43.25,0,.49-.03.72-.09l.47-.13.4.29c14.99,11.13,27.22,17.37,36.16,21.55,24.94,10.66,39.12,12.6,50.52,14.16,1.25.17,2.46.34,3.63.51,4.45.62,9.07.92,14.15.92,6.57,0,12.54-.51,17.8-.95l1.2-.1c6.43-.68,12.13-2.06,16.76-3.52-6.65,1.38-14.01,2.56-19.69,2.82-2.7.14-5.48.21-8.26.21-21.73,0-39.58-4.34-46.25-6.21-25.81-7.32-43.69-18.36-53.3-24.3-3.21-2.02-6.18-4.01-9.07-6.09l-1.66-1.2,1.96-.59c3.53-1.05,7.14-2.27,10.66-3.6,19.01-8.15,28.89-15.42,36.1-20.73,1.03-.76,2.01-1.47,2.93-2.14l2.07-1.51.45.11c.54.12,1.08.19,1.59.19,1.7,0,3.3-.63,4.5-1.79l.3-.28h.52l.11.03c14.79,3.3,32.32,6.02,41.3,6.89,7.44.74,14.24,1.08,21.37,1.08,9.99,0,20.6-.66,35.51-2.23,24.65-2.48,45.23-13.59,52.94-18.25,17.45-10.19,26.84-23.33,31.87-30.38,2.18-3.19,4-6.3,5.53-9.24-2.69,4.61-7.25,11.75-12.65,17.26-7.74,7.49-19.91,18.29-36.13,25.5-12.41,5.17-23.7,9.1-38.4,11.5-5.09.78-18.35,2.58-31.35,2.58-.92,0-1.82-.01-2.72-.03h-.36c-11.3-.24-24.1-.49-37.71-2.67-8.22-1.32-16.42-2.94-22.41-4.12-1.94-.38-3.63-.72-5.01-.98l-.83-.16v-.93l-.06-.52.4-.35c3.47-3.02,8.42-7.36,12.3-10.83,5.66-5.07,11.54-11.13,20.26-20.89,5.79-6.48,9.87-12.04,11.79-14.78l.41-.59.69.2c.7.2,1.45.3,2.22.3,2.49,0,4.81-1.07,6.37-2.93l.43-.51.63.19c4.37,1.27,23.68,6.4,27.19,7.23,2.32.56,23.22,5.47,42.41,7.02h.4c3.5.1,6.82.18,10.14.18,6.54,0,14.58-.28,24.64-2.34,5.74-1.5,12.59-3.69,19.86-8.55,2.78-2.06,5.51-4.19,8.15-6.43s4.13-5.36,4.63-6.87c-5.85,6.07-12.48,10.4-21.45,14.11ZM69.37,217.99c-.54-5.25-.81-18.85-.65-23.19.2-4.96.87-17.4,2.86-25.88,2.09-8.92,3.9-15.22,6.44-22.46,2.59-7.36,7.12-16.87,10.46-23.02,3.28-6.03,7.91-13.57,11.45-17.41,0-.01.01-.03.03-.04.34-.38,3.1-3.4,4.01-4.27.85-.85-.96,3.08-1.72,4.72-.08.16-.14.31-.19.41l-.08.17s-.02.04-.03.06l-.26.56c-2,4.29-5.01,10.78-6.3,17.9-1.24,6.85-2.41,16.05-.41,26.42,2.01,10.41,5.02,17.84,11.52,28.4,5.55,8.49,10.19,13.37,16.61,20.12.92.96,1.87,1.96,2.81,2.97,7.63,7.36,16.99,14.76,22.02,18.75l.61.48c4.34,3.44,8.06,6.05,10.83,7.95l.61.41-.21.7c-.26.89-.38,1.82-.38,2.79v.75l-.73.21c-16.97,5.05-32.66,8.5-42.87,10.5-12.69,2.12-22.05,3.11-29.44,3.11-2.29,0-4.38-.1-6.37-.29l-.9-.09v-.9c-.07-3.62-2.22-6.67-5.01-7.13h-.54l-.28-.54c-.21-.41-.41-.81-.58-1.21-1.34-3.22-2.47-12.89-3.3-20.96ZM211.42,341.65c-1.79,1.45-3.4,2.7-4.79,3.73-12.83,9.29-23.35,14.6-33.1,19.27-5.01,2.06-9.03,3.6-12.66,4.83l-.45.16-.41-.25c-.48-.3-1.02-.45-1.56-.45-.28,0-.56.04-.83.12l-.51.15-.42-.33c-5.58-4.47-10.87-9.24-15.79-13.75-11.42-11.36-23.13-24.87-31.32-36.16-10.63-15.19-17.81-29.03-21.15-35.93-3.65-7.55-7.76-19.04-9.98-25.21-.56-1.55-1-2.79-1.3-3.59l-.21-.61.35-.36.58-1.22,1.02,1.1c.67.73,1.96,2.44,3.74,4.79,3.33,4.39,7.88,10.4,11.73,14.49,5.75,6.12,15.44,14.42,28.03,24,10.41,7.92,26.5,17.64,43.03,26,13.55,6.84,26.45,11.17,41.9,16.11,1.11.35,2.3.71,3.64,1.08l.57.16.14.57c.01.06.04.12.05.18l.23.66-.55.44ZM264.53,287.39c-1.43,1.77-3.73,4.6-5.36,6.64-2.34,2.93-11.44,13.86-18.48,21.3-5.43,5.73-15.08,14.29-18.98,17.71l-.5.43-.61-.28c-.85-.42-1.83-.63-2.81-.63-2.26,0-4.37,1.16-5.51,3.04l-.41.66-.75-.22c-5.49-1.65-10.14-3.18-13.82-4.53-6.95-2.55-24.43-9.21-36.57-15.83-14.37-7.83-25.41-14.56-33.79-20.57-10.66-7.93-18.05-13.92-22.56-18.34l-1.5-1.46c-4.76-4.63-10.7-10.39-14.59-15.39-2.19-2.8-3.92-4.62-5.33-6.04l-1.89-1.88,2.66.16c1.72.1,3.48.15,5.36.15,3.87,0,7.71-.21,11.77-.44l.66-.04c17.75-1.08,36.25-4.47,55-10.07,1.18-.36,2.56-.78,4.1-1.27l.16-.05h.62l.3.35c1.65,1.91,3.98,3,6.41,3,2.26,0,4.4-.92,6.03-2.59l.57-.58.69.43c2.38,1.49,4.7,2.9,6.72,4.1,6.3,3.73,17.17,9.54,31.4,16.77,11.31,5.49,19.78,9,32.37,13.95,8.43,3.27,13.95,5.04,17.37,6.1l.77.26-.06.81v.09c0,1.13.24,2.21.71,3.23l.26.57-.4.48ZM265.34,277.64c-1.14-.43-2.24-.87-3.35-1.3-1.87-.73-3.8-1.49-5.87-2.26-10.77-4.1-21.38-8.5-34.42-14.3-18.6-8.7-28.85-14.79-37.07-19.69l-2.36-1.4c-.98-.54-1.91-1.07-2.81-1.57l-3.23-1.81,2.14-.73c11.84-4.07,27.91-9.79,37.51-13.65,10.96-4.38,29.52-12.78,55.66-27.88,15.56-8.7,29.19-18.18,39.14-25.1,1.37-.95,2.66-1.84,3.88-2.69.41-.28.82-.57,1.23-.86l1.85-1.34-.26,2.27c-.12,1.08-.24,2.15-.38,3.25-1.14,7.9-3.13,16.75-5.9,26.32-3.22,11.09-7.24,22.25-11.94,33.16-5.47,12.68-10.53,21.73-14.33,28.2-1.11,1.89-2.41,4.16-3.77,6.57-2.23,3.91-4.75,8.33-6.94,11.9l-.34.56-.64-.08c-.31-.04-.63-.06-.95-.06-2.19,0-4.23.81-5.78,2.29l-.46.45-.6-.24Z" style="fill:url(#uuid-71d55aee-42e4-4f86-b173-1095180d5d26); stroke:#8cd3d5; stroke-miterlimit:10;"/><path d="M321.43,150.02c2.57,0,4.66,2.14,4.66,4.77s-2.09,4.77-4.66,4.77-4.66-2.14-4.66-4.77,2.09-4.77,4.66-4.77Z" style="fill:#fff;"/><path d="M168.1,227.3c3.65,0,6.63,3.23,6.63,7.21s-2.97,7.21-6.63,7.21-6.63-3.23-6.63-7.21,2.97-7.21,6.63-7.21Z" style="fill:#fff;"/><path d="M73.33,253.26c-1.98,0-3.66-2.41-3.66-5.27s1.68-5.27,3.66-5.27,3.66,2.41,3.66,5.27-1.68,5.27-3.66,5.27Z" style="fill:#fff;"/><path d="M158.46,373.44c-.75,0-1.36-.63-1.36-1.4s.61-1.4,1.36-1.4,1.36.63,1.36,1.4-.61,1.4-1.36,1.4Z" style="fill:#fff;"/><path d="M217.79,342.66c-2.36,0-4.29-1.8-4.29-4.02s1.92-4.02,4.29-4.02,4.29,1.8,4.29,4.02-1.92,4.02-4.29,4.02Z" style="fill:#fff;"/><ellipse cx="272.18" cy="283.1" rx="6.15" ry="5.89" style="fill:#fff;"/></svg>
|