initial commit
This commit is contained in:
commit
47e9c95388
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
__pycache__
|
||||
.vscode
|
11
app.py
Normal file
11
app.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from flask import Flask, render_template, request
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
def main():
|
||||
return render_template('index.html', svg="")
|
||||
|
||||
@app.route('/submit_kanji', methods=['GET'])
|
||||
def submit_kanji():
|
||||
with open(f"assets/0{format(ord(request.args.get('kanji')), 'x')}.svg", encoding='utf-8') as file:
|
||||
return render_template('index.html', svg=file.read())
|
48
assets/00021.svg
Normal file
48
assets/00021.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00021" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00021">
|
||||
<path id="kvg:00021-s1" d="M54.5,15.79c0,6.07-0.29,55.49-0.29,60.55"/>
|
||||
<path id="kvg:00021-s2" d="M54.5,88 c -0.83,0 -1.5,0.67 -1.5,1.5 0,0.83 0.67,1.5 1.5,1.5 0.83,0 1.5,-0.67 1.5,-1.5 0,-0.83 -0.67,-1.5 -1.5,-1.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00021" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 45 16)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 88)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0002c.svg
Normal file
46
assets/0002c.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0002c" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0002c">
|
||||
<path id="kvg:0002c-s1" d="M14,103.36c3.61-2.46,6.65-6.21,6.65-13.29c0-1.68-1.36-3.03-3.03-3.03c-1.67,0-3.03,1.36-3.03,3.03c0,1.67,1.36,3.03,3.03,3.03c4.62,0-0.15,7.08-3.62,10.26"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0002c" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 9.61 85.15)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0002e.svg
Normal file
46
assets/0002e.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0002e" style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0002e">
|
||||
<path id="kvg:0002e-s1" d="M15,88 c -1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3 1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0002e" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 5 88)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00030.svg
Normal file
46
assets/00030.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00030" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00030">
|
||||
<path id="kvg:00030-s1" d="M54.89,15.5c-10.26,0-27.89,8.82-27.89,38.15c0,29.33,15.46,38.58,28.32,38.58c12.86,0,27.6-10.69,27.6-38.73c0.01-28.03-15.02-38-28.03-38"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00030" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 48.9 10.75)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00031.svg
Normal file
46
assets/00031.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00031" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00031">
|
||||
<path id="kvg:00031-s1" d="M40.5,31.97c6.5-2.02,17.3-9.54,20.63-16.47c0,11.71,0,71.27,0,77.34"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00031" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 37.56 25.76)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00032.svg
Normal file
46
assets/00032.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00032" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00032">
|
||||
<path id="kvg:00032-s1" d="M30.51,35.83c2.93-14.12,14.92-20.05,25.33-20.05c13.87,0,25.18,5.64,25.18,19.06c0,14.74-6.25,22.99-53.52,55.89c12.28,0,49.25,0,56.05,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00032" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 22.68 31.99)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00033.svg
Normal file
46
assets/00033.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00033" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00033">
|
||||
<path id="kvg:00033-s1" d="M32.23,28.07c3.61-7.23,13.73-12.39,23.37-12.39c15.36,0,23.16,6.78,23.16,15.88c0,8.96-3.61,18.61-22.98,18.33c-6.44-0.1-6.37,0.27,0,0c20.81-0.87,27.46,8.53,27.46,20.81c0,11.99-12.86,21.68-26.73,21.68c-13.87,0-24.38-5.67-29.01-13.18"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00033" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 24.65 27.37)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00034.svg
Normal file
48
assets/00034.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00034" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00034">
|
||||
<path id="kvg:00034-s1" d="M60.96,16.08c-5.06,9.1-28.1,48.04-34.46,58.45c14.16,0,50.53,0,57.03,0"/>
|
||||
<path id="kvg:00034-s2" d="M66.55,47.33c0,7.23,0,38.76,0,45.11"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00034" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 55.25 12.48)">1</text>
|
||||
<text transform="matrix(1 0 0 1 59.3 45.57)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00035.svg
Normal file
48
assets/00035.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00035" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00035">
|
||||
<path id="kvg:00035-s1" d="M34.49,16.94c-0.29,7.51-1.66,30.19-2.1,38.57c8.67-7.66,15.75-12.27,27.21-12.27c13.69,0,24.45,6.76,24.45,23.22c0,16.96-13.49,25.67-26.64,25.67c-12.01,0-22.99-3.94-28.91-12.1"/>
|
||||
<path id="kvg:00035-s2" d="M34.49,16.94c4.62,0,39.08,0,45.58,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00035" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 25.97 19.56)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.25 12.48)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00036.svg
Normal file
46
assets/00036.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00036" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00036">
|
||||
<path id="kvg:00036-s1" d="M67.87,15.79c-14.6,9.39-38.87,23.99-38.87,53.61c0,15.14,14.02,23.02,27.86,23.02c15.17,0,26.9-8.48,26.9-25.4c0-14.93-11.47-23.92-26.15-23.92c-17.05,0-28.61,10.26-28.61,26.3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00036" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 61.16 12.19)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00037.svg
Normal file
48
assets/00037.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00037" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00037">
|
||||
<path id="kvg:00037-s1" d="M25.5,17.81c0,3.61,0,13.01,0,17.34"/>
|
||||
<path id="kvg:00037-s2" d="M26.61,17.15c5.35,0,46.48,0,53.71,0c-8.09,18.36-29.36,67.56-32.54,75.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00037" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 16.9 20.72)">1</text>
|
||||
<text transform="matrix(1 0 0 1 28.61 12.77)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00038.svg
Normal file
46
assets/00038.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00038" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00038">
|
||||
<path id="kvg:00038-s1" d="M82.19,31.68c0.29,3.03-24.19,14.34-27.75,16.33c-13.43,7.52-26.44,12.28-26.44,25.29c0,10.98,8.67,18.86,26.16,18.86c18.21,0,28.76-8.28,28.76-19.11c0-12.03-12.88-17.77-27.6-24.75c-14.02-6.65-24.13-8.67-23.99-18.93c0.12-8.67,8.82-13.73,22.98-13.73c14.16,0,27.31,6.94,29.19,21.68"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00038" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 71.43 32.57)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00039.svg
Normal file
46
assets/00039.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00039" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00039">
|
||||
<path id="kvg:00039-s1" d="M77.1,31.68c0.72-7.08-1.59-16.47-16.91-16.47c-15.32,0-35.69,12.14-35.69,30.49c0,11.13,10.8,14.63,16.44,14.63c5.64,0,26.81-3.31,34.65-23.31c2.89-7.37,8.98-19.31,3.32-5.2c-8.17,20.38-20.12,48.94-24.74,60.79"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00039" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 75.3 17.68)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0003a.svg
Normal file
48
assets/0003a.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0003a" style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0003a">
|
||||
<path id="kvg:0003a-s1" d="M54.5,44 c -1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3 1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3"/>
|
||||
<path id="kvg:0003a-s2" d="M54.5,88 c -1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3 1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0003a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 45 45)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 88)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0003b.svg
Normal file
48
assets/0003b.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0003b" style="fill:#000000;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0003b">
|
||||
<path id="kvg:0003b-s1" d="M54.5,44 c -1.66,0 -3,1.34 -3,3 0,1.66 1.34,3 3,3 1.66,0 3,-1.34 3,-3 0,-1.66 -1.34,-3 -3,-3"/>
|
||||
<path id="kvg:0003b-s2" d="M51,104.5c3.61-2.46,6.65-7.37,6.65-13.29c0-1.68-1.36-3.03-3.04-3.03c-1.68,0-3.03,1.36-3.03,3.03c0,1.67,1.36,3.03,3.03,3.03c4.62,0-0.15,7.08-3.61,10.26"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0003b" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 45 45)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 88)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0003f.svg
Normal file
48
assets/0003f.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0003f" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0003f">
|
||||
<path id="kvg:0003f-s1" d="M32,32.84c2.6-10.26,10.98-17.16,26.34-17.16c12.72,0,22.28,8.49,22.28,21.78c0,15.32-26.23,20.38-26.23,39.45"/>
|
||||
<path id="kvg:0003f-s2" d="M54.5,88 c -0.83,0 -1.5,0.67 -1.5,1.5 0,0.83 0.67,1.5 1.5,1.5 0.83,0 1.5,-0.67 1.5,-1.5 0,-0.83 -0.67,-1.5 -1.5,-1.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0003f" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 23.35 35.6)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 88)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00041.svg
Normal file
50
assets/00041.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00041" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00041">
|
||||
<path id="kvg:00041-s1" d="M54.46,14.41c-8.67,19.8-31.28,70.81-34.46,78.47"/>
|
||||
<path id="kvg:00041-s2" d="M54.46,14.41c5.06,11.27,30.2,68.64,34.54,78.47"/>
|
||||
<path id="kvg:00041-s3" d="M32.18,66.14c12.28,0,33.91,0,44.02,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00041" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 45.37 18.35)">1</text>
|
||||
<text transform="matrix(1 0 0 1 61.92 19.28)">2</text>
|
||||
<text transform="matrix(1 0 0 1 39.76 61.19)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00042.svg
Normal file
50
assets/00042.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00042" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00042">
|
||||
<path id="kvg:00042-s1" d="M28.29,17.66c0,8.53-0.29,65.32-0.29,72.4"/>
|
||||
<path id="kvg:00042-s2" d="M28.53,16.94c17.05,0,13.74,0,30.94,0c24.41,0,24.55,33.81,0,33.81c-16.47,0-17.07,0-30.51,0"/>
|
||||
<path id="kvg:00042-s3" d="M28.53,52.78c18.2,0,14.67,0,33.02,0c26.05,0,26.21,38.01,0,38.01c-17.58,0-18.22,0-32.56,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00042" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 21.62 15.32)">1</text>
|
||||
<text transform="matrix(1 0 0 1 33.4 13.5)">2</text>
|
||||
<text transform="matrix(1 0 0 1 33.21 61.77)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00043.svg
Normal file
46
assets/00043.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00043" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00043">
|
||||
<path id="kvg:00043-s1" d="M85.05,32.4c-6.94-13.73-19.8-16.76-29.91-16.76c-14.02,0-30.64,12.43-30.64,34.39c0,25.58,10.85,42.49,31.38,42.49c19.64,0,24.41-9.1,28.6-19.36"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00043" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 84.59 24.71)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00044.svg
Normal file
48
assets/00044.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00044" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00044">
|
||||
<path id="kvg:00044-s1" d="M29,17.32c0,9.1,0,62,0,73.27"/>
|
||||
<path id="kvg:00044-s2" d="M29.43,16.8c2.31,0,1.44,0,22.4,0c20.96,0,32.23,16.18,32.23,34.97c0,18.79-10.55,39.16-30.5,39.16c-19.95,0-24.21,0-24.21,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00044" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 20.6 20.52)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.59 11.7)">2</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/00045.svg
Normal file
52
assets/00045.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00045" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00045">
|
||||
<path id="kvg:00045-s1" d="M31.5,17.32c0,9.1,0,62,0,73.27"/>
|
||||
<path id="kvg:00045-s2" d="M31.93,16.8c2.31,0,27.19,0,48.15,0"/>
|
||||
<path id="kvg:00045-s3" d="M31.93,52.35c2.31,0,25.44,0,46.4,0"/>
|
||||
<path id="kvg:00045-s4" d="M31.93,90.79c2.31,0,28.94,0,49.9,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00045" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 23.1 20.52)">1</text>
|
||||
<text transform="matrix(1 0 0 1 35.09 11.7)">2</text>
|
||||
<text transform="matrix(1 0 0 1 35.09 48.55)">3</text>
|
||||
<text transform="matrix(1 0 0 1 35.09 85.84)">4</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00046.svg
Normal file
50
assets/00046.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00046" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00046">
|
||||
<path id="kvg:00046-s1" d="M36,17.32c0,9.1,0,63.75,0,75.02"/>
|
||||
<path id="kvg:00046-s2" d="M36.43,16.8c2.31,0,21.19,0,42.15,0"/>
|
||||
<path id="kvg:00046-s3" d="M36.43,52.35c2.31,0,17.19,0,38.15,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00046" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 27.6 20.52)">1</text>
|
||||
<text transform="matrix(1 0 0 1 39.59 11.7)">2</text>
|
||||
<text transform="matrix(1 0 0 1 39.59 48.55)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00047.svg
Normal file
48
assets/00047.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00047" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00047">
|
||||
<path id="kvg:00047-s1" d="M85.42,32.4c-5.44-13.01-16.93-16.76-31.2-16.76c-14.85,0-32.72,11.85-32.72,36.89c0,27.41,15.34,39.99,33.5,39.99c15.65,0,26.06-6.65,30.97-12.28"/>
|
||||
<path id="kvg:00047-s2" d="M60.57,55.09c5.2,0,20.23,0,21.82,0c1.59,0,3.47,1.73,3.47,3.47c0,1.74,0,21.25,0,21.25"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00047" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 84.22 23.99)">1</text>
|
||||
<text transform="matrix(1 0 0 1 57.1 51.44)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00048.svg
Normal file
50
assets/00048.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00048" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00048">
|
||||
<path id="kvg:00048-s1" d="M29,15.32c0,29.53,0,44.28,0,77.52"/>
|
||||
<path id="kvg:00048-s2" d="M80.01,15.32c0,29.53,0,44.28,0,77.52"/>
|
||||
<path id="kvg:00048-s3" d="M29.43,52.35c2.31,0,28.69,0,49.65,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00048" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 20.6 19.77)">1</text>
|
||||
<text transform="matrix(1 0 0 1 71.92 17.2)">2</text>
|
||||
<text transform="matrix(1 0 0 1 32.59 48.55)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00049.svg
Normal file
46
assets/00049.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00049" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00049">
|
||||
<path id="kvg:00049-s1" d="M54.5,15.32c0,29.53,0,44.28,0,77.52"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00049" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 46.1 19.77)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0004a.svg
Normal file
46
assets/0004a.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004a" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004a">
|
||||
<path id="kvg:0004a-s1" d="M76.93,15.93c0,5.92,0,49.86,0,55.78c0,13.58-11.27,20.81-23.84,20.81c-14.45,0-24.36-7.66-26.09-19.36"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 68.68 17.25)">1</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0004b.svg
Normal file
50
assets/0004b.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004b" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004b">
|
||||
<path id="kvg:0004b-s1" d="M36,15.43c0,5.92,0,71.36,0,77.28"/>
|
||||
<path id="kvg:0004b-s2" d="M84.73,15.79c-16.04,12.14-34.54,26.3-46.53,35.26"/>
|
||||
<path id="kvg:0004b-s3" d="M38.2,51.55c19.36,16.62,35.05,29.21,48.93,40.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004b" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 28.04 16.09)">1</text>
|
||||
<text transform="matrix(1 0 0 1 78.21 14.79)">2</text>
|
||||
<text transform="matrix(1 0 0 1 52.63 55.4)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0004c.svg
Normal file
48
assets/0004c.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004c" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004c">
|
||||
<path id="kvg:0004c-s1" d="M36,15.43c0,5.92,0,68.86,0,74.78"/>
|
||||
<path id="kvg:0004c-s2" d="M36.12,90.5c6.79,0,41.94,0,50.32,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004c" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 28.04 16.09)">1</text>
|
||||
<text transform="matrix(1 0 0 1 42.38 86.03)">2</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/0004d.svg
Normal file
52
assets/0004d.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004d" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004d">
|
||||
<path id="kvg:0004d-s1" d="M18,15.43c0,5.92,0,71.36,0,77.28"/>
|
||||
<path id="kvg:0004d-s2" d="M18.43,14.92c10.44,22.4,31.17,67.63,35.71,77.31"/>
|
||||
<path id="kvg:0004d-s3" d="M88.81,16.08c-6.74,15.17-28.84,64.24-34.4,76.23"/>
|
||||
<path id="kvg:0004d-s4" d="M89.32,15.5c0,15.03,0,66.33,0,77.02"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004d" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 10.04 16.09)">1</text>
|
||||
<text transform="matrix(1 0 0 1 24.59 19.41)">2</text>
|
||||
<text transform="matrix(1 0 0 1 76.76 19.56)">3</text>
|
||||
<text transform="matrix(1 0 0 1 82.02 47.61)">4</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0004e.svg
Normal file
50
assets/0004e.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004e" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004e">
|
||||
<path id="kvg:0004e-s1" d="M29,15.43c0,5.92,0,71.36,0,77.28"/>
|
||||
<path id="kvg:0004e-s2" d="M29.43,14.92c14.85,23.27,33.4,52.46,49.84,77.46"/>
|
||||
<path id="kvg:0004e-s3" d="M80.05,15.5c0,15.03,0,66.33,0,77.02"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004e" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 21.04 16.09)">1</text>
|
||||
<text transform="matrix(1 0 0 1 37.76 21.44)">2</text>
|
||||
<text transform="matrix(1 0 0 1 72.14 21.87)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0004f.svg
Normal file
46
assets/0004f.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0004f" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0004f">
|
||||
<path id="kvg:0004f-s1" d="M53.87,15.64c-19.8,0-32.37,15.61-32.37,39.6c0,23.99,15.17,37.14,34.1,37.14c18.93,0,31.79-16.33,31.79-42.05c0-22.12-16.33-34.69-33.52-34.69"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0004f" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 47.2 11.27)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00050.svg
Normal file
48
assets/00050.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00050" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00050">
|
||||
<path id="kvg:00050-s1" d="M31.29,17.66c0,8.53-0.29,67.82-0.29,74.9"/>
|
||||
<path id="kvg:00050-s2" d="M31.53,16.94c19.05,0,15.35,0,34.57,0c27.27,0,27.43,39.02,0,39.02c-18.41,0-19.07,0-34.08,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00050" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 24.62 15.32)">1</text>
|
||||
<text transform="matrix(1 0 0 1 36.4 13.5)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00051.svg
Normal file
48
assets/00051.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00051" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00051">
|
||||
<path id="kvg:00051-s1" d="M53.87,15.64c-19.8,0-32.37,15.61-32.37,39.6c0,23.99,15.17,37.14,34.1,37.14c18.93,0,31.79-16.33,31.79-42.05c0-22.12-16.33-34.69-33.52-34.69"/>
|
||||
<path id="kvg:00051-s2" d="M59.54,77.28c3.03,2.02,23.04,15.34,25.93,17.37"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00051" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 47.2 11.27)">1</text>
|
||||
<text transform="matrix(1 0 0 1 51.91 75.83)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00052.svg
Normal file
50
assets/00052.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00052" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00052">
|
||||
<path id="kvg:00052-s1" d="M29.29,17.66c0,8.53-0.29,67.82-0.29,74.9"/>
|
||||
<path id="kvg:00052-s2" d="M29.53,16.94c19.05,0,15.35,0,34.57,0c27.27,0,27.43,39.02,0,39.02c-18.41,0-19.07,0-34.08,0"/>
|
||||
<path id="kvg:00052-s3" d="M64.24,57.13c4.62,7.08,18.3,29.25,22.06,35.32"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00052" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 22.62 20.32)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.9 13.5)">2</text>
|
||||
<text transform="matrix(1 0 0 1 58.92 66.11)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00053.svg
Normal file
46
assets/00053.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00053" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00053">
|
||||
<path id="kvg:00053-s1" d="M83.31,33.27c-3.61-12.43-16.47-17.77-29.77-17.77c-12.43,0-26.3,6.94-26.3,16.74c0,13.6,8.49,14.9,27.07,20.35c16.87,4.95,29.73,7.23,29.73,20.27c0,15.61-20.81,19.51-28.76,19.51c-15.9,0-26.73-6.5-30.78-17.87"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00053" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 86.04 28.99)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00054.svg
Normal file
48
assets/00054.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00054" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00054">
|
||||
<path id="kvg:00054-s1" d="M23,16.94c2.31,0,41.94,0,62.9,0"/>
|
||||
<path id="kvg:00054-s2" d="M54.5,17.57c0,29.53,0,42.03,0,75.27"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00054" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 20.67 12.27)">1</text>
|
||||
<text transform="matrix(1 0 0 1 46.13 26.88)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00055.svg
Normal file
46
assets/00055.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00055" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00055">
|
||||
<path id="kvg:00055-s1" d="M29,15.64c0,5.64,0,33.09,0,54.19c0,30.06,50.87,29.77,50.87,0c0-20.23,0-47.54,0-54.19"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00055" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 20.75 12.27)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00056.svg
Normal file
48
assets/00056.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00056" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00056">
|
||||
<path id="kvg:00056-s1" d="M19.5,15.17c10.08,22.4,30.08,67.63,34.47,77.31"/>
|
||||
<path id="kvg:00056-s2" d="M88.84,15.5c-6.78,15.34-29.01,64.94-34.6,77.06"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00056" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 12.67 16.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 78.53 17.68)">2</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/00057.svg
Normal file
52
assets/00057.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00057" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00057">
|
||||
<path id="kvg:00057-s1" d="M10,15.17c6,22.4,17.91,67.63,20.52,77.31"/>
|
||||
<path id="kvg:00057-s2" d="M53.46,15.5c-4.18,15.34-17.88,64.94-21.32,77.06"/>
|
||||
<path id="kvg:00057-s3" d="M55.47,15.52c6.29,22.4,18.79,67.63,21.53,77.31"/>
|
||||
<path id="kvg:00057-s4" d="M99.22,15.85c-4.09,15.34-17.51,64.94-20.89,77.06"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00057" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 3.89 16.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 42.15 20.57)">2</text>
|
||||
<text transform="matrix(1 0 0 1 63.82 22.59)">3</text>
|
||||
<text transform="matrix(1 0 0 1 89.26 17.1)">4</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00058.svg
Normal file
48
assets/00058.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00058" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00058">
|
||||
<path id="kvg:00058-s1" d="M26.86,15.17c17.31,22.53,51.7,68.04,59.23,77.78"/>
|
||||
<path id="kvg:00058-s2" d="M81.81,15.5c-11.42,15.34-48.89,64.94-58.31,77.06"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00058" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 21.34 12.04)">1</text>
|
||||
<text transform="matrix(1 0 0 1 74.04 13.49)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00059.svg
Normal file
50
assets/00059.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00059" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00059">
|
||||
<path id="kvg:00059-s1" d="M23.5,15.17c8.95,11.65,26.73,35.18,30.62,40.21"/>
|
||||
<path id="kvg:00059-s2" d="M85.2,15.5c-5.98,8.02-25.58,33.98-30.51,40.32"/>
|
||||
<path id="kvg:00059-s3" d="M54.63,56.15c0,4.05,0,30.4,0,36.33"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00059" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 21.23 12.04)">1</text>
|
||||
<text transform="matrix(1 0 0 1 76.82 15.51)">2</text>
|
||||
<text transform="matrix(1 0 0 1 44.16 61.03)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0005a.svg
Normal file
50
assets/0005a.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0005a" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0005a">
|
||||
<path id="kvg:0005a-s1" d="M26.95,16.94c6.94,0,52.32,0,57.38,0"/>
|
||||
<path id="kvg:0005a-s2" d="M84.2,17.25c-11.69,14.64-50.05,61.98-59.7,73.55"/>
|
||||
<path id="kvg:0005a-s3" d="M24.95,90.79c6.94,0,57.07,0,62.13,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0005a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 22.48 13.04)">1</text>
|
||||
<text transform="matrix(1 0 0 1 65.83 28.66)">2</text>
|
||||
<text transform="matrix(1 0 0 1 37.79 85.89)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00061.svg
Normal file
48
assets/00061.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00061" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00061">
|
||||
<path id="kvg:00061-s1" d="M34.26,50.61c1.88-7.08,5.78-15.61,20.52-15.61c9.97,0,17.34,4.51,17.34,12.31c0,6.79,0.14,36.1,0.14,39.28c0,8.67,6.36,6.65,9.25,0.43"/>
|
||||
<path id="kvg:00061-s2" d="M70.82,58.71c-20.23,1.01-40.32,4.33-40.32,21.38c0,16.33,26.59,15.32,40.7,3.01"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00061" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 26.69 47.15)">1</text>
|
||||
<text transform="matrix(1 0 0 1 63.68 55.11)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00062.svg
Normal file
48
assets/00062.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00062" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00062">
|
||||
<path id="kvg:00062-s1" d="M36,15.39c0,5.92,0,67.26,0,77.09"/>
|
||||
<path id="kvg:00062-s2" d="M36.36,52.09c3.82-10.58,11.92-16.79,21.6-16.79c9.68,0,21.2,6.36,21.2,26.09c0,21.59-8.05,31.28-20.48,31.28c-12.43,0-19.36-9.25-22.43-17.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00062" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 28.72 16.95)">1</text>
|
||||
<text transform="matrix(1 0 0 1 41.86 34.73)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00063.svg
Normal file
46
assets/00063.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00063" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00063">
|
||||
<path id="kvg:00063-s1" d="M77.68,51.77c-3.32-10.26-8.38-16.76-23.41-16.76c-11.85,0-23.27,8.81-23.27,27.83c0,19.28,9.54,29.25,23.7,29.25c16.04,0,22.25-9.39,23.41-17.63"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00063" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 78.78 44.26)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00064.svg
Normal file
48
assets/00064.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00064" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00064">
|
||||
<path id="kvg:00064-s1" d="M74.3,52.09c-3.82-10.58-11.92-16.79-21.6-16.79c-9.68,0-21.2,6.36-21.2,26.09c0,21.59,8.05,31.28,20.48,31.28c12.43,0,19.36-9.25,22.43-17.24"/>
|
||||
<path id="kvg:00064-s2" d="M74.74,15.39c0,5.92,0,67.26,0,77.09"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00064" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 66.04 35.15)">1</text>
|
||||
<text transform="matrix(1 0 0 1 66.54 16.71)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00065.svg
Normal file
48
assets/00065.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00065" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00065">
|
||||
<path id="kvg:00065-s1" d="M78.15,62.25c1.16-15.17-6.17-27.25-21.64-27.25c-13.87,0-25.51,10.84-25.51,27.89c0,17.05,6.58,29.62,24.64,29.62c18.06,0,20.53-12.56,22.55-18.2"/>
|
||||
<path id="kvg:00065-s2" d="M32.09,62.9c6.94,0,36.08,0,45.76,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00065" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 82.03 56.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.46 59.19)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00066.svg
Normal file
48
assets/00066.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00066" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00066">
|
||||
<path id="kvg:00066-s1" d="M75.92,16.8c-12.58-3.76-22.34,0.58-22.34,12.14c0,11.57,0,55.91,0,63.86"/>
|
||||
<path id="kvg:00066-s2" d="M39,36.74c5.35,0,30.01,0,35.64,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00066" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 73.98 12.61)">1</text>
|
||||
<text transform="matrix(1 0 0 1 33.01 34.92)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/00067.svg
Normal file
50
assets/00067.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00067" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00067">
|
||||
<path id="kvg:00067-s1" d="M55.14,35.01c-16.18,0-21.35,9.1-21.35,15.9c0,6.8,4.3,16.62,21.64,16.62c15.46,0,20.88-8.38,20.88-15.17c0-6.79-4.84-17.37-21.12-17.37"/>
|
||||
<path id="kvg:00067-s2" d="M82.45,34.72c-5.49-1.45-8.38,0.43-11.17,3.9"/>
|
||||
<path id="kvg:00067-s3" d="M40.36,65.64c-3.72,2.31-7.39,13.03,4.91,14.16c9.39,0.87,15.49,1.3,23.01,1.85c10.12,0.75,11.57,8.84,11.57,12.32c0,4.48-3.9,14.44-23.27,14.44c-19.37,0-25.58-6.5-25.58-14.4c0-7.66,4.34-11.47,9.49-14.46"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00067" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 49.73 31.4)">1</text>
|
||||
<text transform="matrix(1 0 0 1 80 30.44)">2</text>
|
||||
<text transform="matrix(1 0 0 1 29.57 69.45)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00068.svg
Normal file
48
assets/00068.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00068" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00068">
|
||||
<path id="kvg:00068-s1" d="M34.5,15.43c0,5.35,0,69.79,0,77.16"/>
|
||||
<path id="kvg:00068-s2" d="M34.66,52.69c12.71-24.62,39.76-21.38,39.76-4.52c0,19.22,0,37.48,0,44.42"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00068" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 27.08 16.51)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.85 34.63)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00069.svg
Normal file
48
assets/00069.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00069" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00069">
|
||||
<path id="kvg:00069-s1" d="M54.5,34.93c0,5.35,0,50.54,0,57.91"/>
|
||||
<path id="kvg:00069-s2" d="M54.5,15 c -0.83,0 -1.5,0.67 -1.5,1.5 0,0.83 0.67,1.5 1.5,1.5 0.83,0 1.5,-0.67 1.5,-1.5 0,-0.83 -0.67,-1.5 -1.5,-1.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00069" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 47 36.6)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 15.55)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0006a.svg
Normal file
48
assets/0006a.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006a" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006a">
|
||||
<path id="kvg:0006a-s1" d="M54.51,34.93c0,5.35,0,52.29,0,59.66c0,12.38-6.16,13.68-18.01,13.68"/>
|
||||
<path id="kvg:0006a-s2" d="M54.5,15 c -0.83,0 -1.5,0.67 -1.5,1.5 0,0.83 0.67,1.5 1.5,1.5 0.83,0 1.5,-0.67 1.5,-1.5 0,-0.83 -0.67,-1.5 -1.5,-1.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 47 36.6)">1</text>
|
||||
<text transform="matrix(1 0 0 1 45 15.55)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0006b.svg
Normal file
50
assets/0006b.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006b" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006b">
|
||||
<path id="kvg:0006b-s1" d="M36,15.43c0,5.35,0,69.79,0,77.16"/>
|
||||
<path id="kvg:0006b-s2" d="M75.84,35.29c-11.12,7.81-22.38,15.24-36.26,24.78"/>
|
||||
<path id="kvg:0006b-s3" d="M40.01,60.29c8.81,7.23,30.81,25.71,38.61,32.36"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006b" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 28.68 15.5)">1</text>
|
||||
<text transform="matrix(1 0 0 1 68.4 32.17)">2</text>
|
||||
<text transform="matrix(1 0 0 1 47.45 63.24)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0006c.svg
Normal file
46
assets/0006c.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006c" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006c">
|
||||
<path id="kvg:0006c-s1" d="M54.5,15.43c0,5.35,0,69.79,0,77.16"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006c" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 47.18 15.5)">1</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0006d.svg
Normal file
50
assets/0006d.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006d" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006d">
|
||||
<path id="kvg:0006d-s1" d="M21.64,35.33c0,7.23-0.14,51.62-0.14,57.4"/>
|
||||
<path id="kvg:0006d-s2" d="M21.65,50.44c6.92-19.34,33.32-21.07,33.32-2.27c0,19.22,0,37.48,0,44.42"/>
|
||||
<path id="kvg:0006d-s3" d="M55.1,50.1c6.92-19.34,33.32-21.07,33.32-2.27c0,19.22,0,37.48,0,44.42"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006d" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 13.49 35.73)">1</text>
|
||||
<text transform="matrix(1 0 0 1 26.85 33.33)">2</text>
|
||||
<text transform="matrix(1 0 0 1 57.05 34.77)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/0006e.svg
Normal file
48
assets/0006e.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006e" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006e">
|
||||
<path id="kvg:0006e-s1" d="M34.5,34.93c0,5.35,0,50.29,0,57.66"/>
|
||||
<path id="kvg:0006e-s2" d="M34.66,52.69c12.71-24.62,39.76-21.38,39.76-4.52c0,19.22,0,37.48,0,44.42"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006e" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 27.08 36.01)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.85 34.63)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0006f.svg
Normal file
46
assets/0006f.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0006f" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0006f">
|
||||
<path id="kvg:0006f-s1" d="M54.19,35.15c-10.4,0-22.69,7.8-22.69,26.45c0,18.65,6.79,30.78,24.42,30.78c17.63,0,22.98-16.91,22.98-30.64c0-13.73-8.09-26.48-24.23-26.48"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0006f" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 51.33 30.49)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00070.svg
Normal file
48
assets/00070.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00070" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00070">
|
||||
<path id="kvg:00070-s1" d="M34.5,35.4c0,5.92,0,63.01,0,72.84"/>
|
||||
<path id="kvg:00070-s2" d="M35.04,52.09c3.82-10.58,11.92-16.79,21.6-16.79c9.68,0,21.2,6.36,21.2,26.09c0,21.59-8.05,31.28-20.48,31.28c-12.43,0-19.36-9.25-22.43-17.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00070" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 26.38 35.44)">1</text>
|
||||
<text transform="matrix(1 0 0 1 40.47 34.63)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00071.svg
Normal file
48
assets/00071.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00071" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00071">
|
||||
<path id="kvg:00071-s1" d="M73.8,52.09c-3.82-10.58-11.92-16.79-21.6-16.79c-9.68,0-21.2,6.36-21.2,26.09c0,21.59,8.05,31.28,20.48,31.28c12.43,0,19.36-9.25,22.43-17.24"/>
|
||||
<path id="kvg:00071-s2" d="M74.45,35.4c0,5.92,0,63.01,0,72.84"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00071" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 63.73 34)">1</text>
|
||||
<text transform="matrix(1 0 0 1 71.88 31.45)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00072.svg
Normal file
48
assets/00072.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00072" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00072">
|
||||
<path id="kvg:00072-s1" d="M43.5,35.44c0,13.15,0,47.07,0,57.04"/>
|
||||
<path id="kvg:00072-s2" d="M76.37,36.02c-14.95-2.31-26.26,3.64-32.44,17.63"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00072" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 35.93 35.44)">1</text>
|
||||
<text transform="matrix(1 0 0 1 72.36 31)">2</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/00073.svg
Normal file
46
assets/00073.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00073" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00073">
|
||||
<path id="kvg:00073-s1" d="M75.5,47.56c-2.33-9.81-11.31-12.13-20.63-12.13c-8.72,0-18.45,5.12-18.45,12.37c0,10.05,5.95,10.5,18.99,14.54c11.83,3.66,20.85,4.61,20.85,15.48c0,10.67-10.02,14.41-20.17,14.41c-11.15,0-21.59-6.78-21.59-16.7"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00073" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 76.59 39.63)">1</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00074.svg
Normal file
48
assets/00074.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00074" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00074">
|
||||
<path id="kvg:00074-s1" d="M51.01,22.14c0,19.36,0,55.35,0,61.42c0,12.43,14.85,9,21.93,4.81"/>
|
||||
<path id="kvg:00074-s2" d="M37,36.6c6.21,0,26.18,0.14,35,0.14"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00074" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 44.74 21.14)">1</text>
|
||||
<text transform="matrix(1 0 0 1 30.07 34.92)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00075.svg
Normal file
48
assets/00075.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00075" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00075">
|
||||
<path id="kvg:00075-s1" d="M34.5,35.01c0,9.39,0,23.95,0,41.14c0,23.83,31.36,19.99,39.41-1.51"/>
|
||||
<path id="kvg:00075-s2" d="M74.38,35.01c0,7.66,0,51.16,0,57.66"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00075" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 25.77 35.3)">1</text>
|
||||
<text transform="matrix(1 0 0 1 66.73 33.62)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00076.svg
Normal file
48
assets/00076.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00076" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00076">
|
||||
<path id="kvg:00076-s1" d="M29,35.26c7.33,16.59,21.87,50.08,25.06,57.25"/>
|
||||
<path id="kvg:00076-s2" d="M79.42,35.5c-4.93,11.36-21.09,48.08-25.15,57.06"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00076" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 23.33 32.28)">1</text>
|
||||
<text transform="matrix(1 0 0 1 70.54 34.01)">2</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/00077.svg
Normal file
52
assets/00077.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00077" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00077">
|
||||
<path id="kvg:00077-s1" d="M15,35.26c5.6,16.59,16.23,50.08,18.67,57.25"/>
|
||||
<path id="kvg:00077-s2" d="M53.56,35.5c-3.77,11.36-16.13,48.08-19.24,57.06"/>
|
||||
<path id="kvg:00077-s3" d="M54.58,35.42c5.6,16.59,16.73,50.08,19.17,57.25"/>
|
||||
<path id="kvg:00077-s4" d="M93.15,35.66c-3.77,11.36-15.63,48.08-18.74,57.06"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00077" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 9.33 32.28)">1</text>
|
||||
<text transform="matrix(1 0 0 1 43.68 36.03)">2</text>
|
||||
<text transform="matrix(1 0 0 1 62.76 38.49)">3</text>
|
||||
<text transform="matrix(1 0 0 1 83.85 38.2)">4</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00078.svg
Normal file
48
assets/00078.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00078" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00078">
|
||||
<path id="kvg:00078-s1" d="M31.85,35.01c13.91,16.69,41.54,50.39,47.59,57.61"/>
|
||||
<path id="kvg:00078-s2" d="M77.31,35.26c-9.26,11.36-39.67,48.09-47.31,57.07"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00078" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 24.93 35.89)">1</text>
|
||||
<text transform="matrix(1 0 0 1 69.26 32.71)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/00079.svg
Normal file
48
assets/00079.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_00079" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:00079">
|
||||
<path id="kvg:00079-s1" d="M28,35.42c7.81,14.79,23.31,44.64,26.71,51.03"/>
|
||||
<path id="kvg:00079-s2" d="M77.1,35.01c-5.01,12.22-21.51,51.73-25.57,61.42c-3.76,8.96-5.78,11.85-16.04,11.85"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_00079" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 21.46 32.42)">1</text>
|
||||
<text transform="matrix(1 0 0 1 68.24 35.02)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0007a.svg
Normal file
50
assets/0007a.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0007a" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0007a">
|
||||
<path id="kvg:0007a-s1" d="M34.73,36.74c5.62,0,41.16,0,45.26,0"/>
|
||||
<path id="kvg:0007a-s2" d="M79.89,36.96c-9.48,10.72-40.58,45.37-48.39,53.84"/>
|
||||
<path id="kvg:0007a-s3" d="M31.85,90.79c5.62,0,46.26,0,50.36,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0007a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 28.75 34.72)">1</text>
|
||||
<text transform="matrix(1 0 0 1 63.72 45.86)">2</text>
|
||||
<text transform="matrix(1 0 0 1 44.79 86.9)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02e8c.svg
Normal file
50
assets/02e8c.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02e8c" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02e8c" kvg:element="⺌" kvg:variant="true" kvg:original="小" kvg:radical="tradit">
|
||||
<path id="kvg:02e8c-s1" kvg:type="㇑" d="M52.34,21.24c0.83,0.83,1.31,2.01,1.31,3.71c0,6.86-0.01,23.07-0.02,33.67c0,4.55,0,8.07,0,9.38"/>
|
||||
<path id="kvg:02e8c-s2" kvg:type="㇔" d="M18.25,33.75c5.77,4.41,14.92,18.13,16.36,24.99"/>
|
||||
<path id="kvg:02e8c-s3" kvg:type="㇒" d="M84.66,32.16c0.09,1.29,0.03,2.46-0.5,3.65c-2.66,6.06-10.15,15.68-17.89,23.43"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02e8c" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 45.22 19.07)">1</text>
|
||||
<text transform="matrix(1 0 0 1 12.09 31.63)">2</text>
|
||||
<text transform="matrix(1 0 0 1 73.75 29.6)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02e8d.svg
Normal file
50
assets/02e8d.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02e8d" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02e8d" kvg:element="⺍" kvg:original="つ" kvg:radical="tradit">
|
||||
<path id="kvg:02e8d-s1" kvg:type="㇔" d="M16.75,47.75c5.78,5.31,11.97,14.6,12.8,17.25"/>
|
||||
<path id="kvg:02e8d-s2" kvg:type="㇔" d="M42,42.25C45.75,46,52.33,55.64,53.58,61.64"/>
|
||||
<path id="kvg:02e8d-s3" kvg:type="㇒" d="M86.22,40c0.03,1.38-0.17,2.85-1.52,5.11C81.5,50.5,74.62,58.62,70.23,63.19"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02e8d" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 9.25 44.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 34.25 40.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 75.25 35.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02e95.svg
Normal file
50
assets/02e95.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02e95" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02e95" kvg:element="⺕" kvg:variant="true" kvg:original="彑" kvg:radical="tradit">
|
||||
<path id="kvg:02e95-s1" kvg:type="㇕" d="M22.62,22.19c3.12,1.18,6.1,1.24,9.49,1.02c15.13-0.97,31.51-2.34,43.51-3.22c3.24-0.24,5.38,1.25,5,5.17c-1.07,11.19-1.5,35.19-1.6,54.58C79.01,82.8,79,85.74,79,88.5"/>
|
||||
<path id="kvg:02e95-s2" kvg:type="㇐" d="M12.25,54.09c3.67,1.22,7.46,0.95,11.23,0.64c18.02-1.48,43.3-3.07,63.02-4.52c4.04-0.3,8.12-0.43,12.12,0.18"/>
|
||||
<path id="kvg:02e95-s3" kvg:type="㇐c" d="M22.88,86.88c3.25,1.24,6.03,1.29,9.22,0.93c15.03-1.69,33.02-3.48,46.14-3.95"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02e95" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 14.25 20.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 4.25 52.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 14.25 84.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/02e97.svg
Normal file
52
assets/02e97.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02e97" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02e97" kvg:element="⺗" kvg:variant="true" kvg:original="心" kvg:radical="tradit">
|
||||
<path id="kvg:02e97-s1" kvg:type="㇚" d="M46.5,12.08c1.21,1.21,1.48,2.67,1.48,4.9c0,16.39-0.04,63.78-0.04,69.36c0,11.7-7.31,3.16-10.3,0.78"/>
|
||||
<path id="kvg:02e97-s2" kvg:type="㇔" d="M28.11,45.4c-2.36,9.1-6.36,18.1-11.11,22.96"/>
|
||||
<path id="kvg:02e97-s3" kvg:type="㇔" d="M63.56,44.54c3.56,3.97,9.19,16.34,10.08,22.52"/>
|
||||
<path id="kvg:02e97-s4" kvg:type="㇔" d="M81.12,41.88c4.48,3.93,11.56,16.18,12.68,22.3"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02e97" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 36.25 11.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 22.25 42.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 56.25 42.25)">3</text>
|
||||
<text transform="matrix(1 0 0 1 73.25 42.25)">4</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ea1.svg
Normal file
50
assets/02ea1.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ea1" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ea1" kvg:element="⺡" kvg:variant="true" kvg:original="水" kvg:radical="tradit">
|
||||
<path id="kvg:02ea1-s1" kvg:type="㇔" d="M48.62,13.88c4.63,1.98,11.96,8.14,13.12,11.22"/>
|
||||
<path id="kvg:02ea1-s2" kvg:type="㇔" d="M39.88,38c5.16,1.9,13.33,7.8,14.62,10.75"/>
|
||||
<path id="kvg:02ea1-s3" kvg:type="㇀" d="M45.5,91.34c2.38,0.79,4.03,0.03,5.26-1.78c3.56-5.27,11.63-20.46,14.87-27.18"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ea1" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 42.25 13.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.25 37.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 36.25 90.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/02ea4.svg
Normal file
52
assets/02ea4.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ea4" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ea4" kvg:element="⺤" kvg:variant="true" kvg:original="爪" kvg:radical="tradit">
|
||||
<path id="kvg:02ea4-s1" kvg:type="㇒" d="M75.37,26.75c-0.5,1.25-1.55,2.14-3,2.88c-9.75,5-23,10.62-46.82,14.34"/>
|
||||
<path id="kvg:02ea4-s2" kvg:type="㇒" d="M22.39,52.46c3.28,2.43,8.47,9.98,9.29,13.76"/>
|
||||
<path id="kvg:02ea4-s3" kvg:type="㇔" d="M46.12,48c2.8,2.29,7.23,9.41,7.93,12.97"/>
|
||||
<path id="kvg:02ea4-s4" kvg:type="㇔" d="M86.21,40.64c0.1,0.87-0.06,2.1-0.7,3.24c-3.88,6.87-9.25,13.62-16,19.74"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ea4" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 67.25 24.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 15.25 53.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 39.25 50.25)">3</text>
|
||||
<text transform="matrix(1 0 0 1 77.25 41.25)">4</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ea6.svg
Normal file
50
assets/02ea6.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ea6" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ea6" kvg:element="⺦" kvg:variant="true" kvg:original="爿" kvg:radical="tradit">
|
||||
<path id="kvg:02ea6-s1" kvg:type="㇑" d="M61.12,10.5c1.35,1.35,1.62,2.78,1.62,4.45c0,2.78-0.08,51.08-0.1,73.55c-0.01,5.26-0.01,9.11-0.01,10.62"/>
|
||||
<path id="kvg:02ea6-s2" kvg:type="㇔" d="M39.88,26.25c4.4,2.82,11.36,11.61,12.46,16"/>
|
||||
<path id="kvg:02ea6-s3" kvg:type="㇀" d="M37.58,74.97c2.09,0.91,3.54,0.59,4.79-0.6C47.12,69.88,55,62.12,59.25,57.38"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ea6" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 50.25 10.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.25 26.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 28.25 74.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ea8.svg
Normal file
50
assets/02ea8.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ea8" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ea8" kvg:element="⺨" kvg:variant="true" kvg:original="犬" kvg:radical="tradit">
|
||||
<path id="kvg:02ea8-s1" kvg:type="㇒" d="M68.23,9c0.08,0.7-0.38,2.04-0.91,2.79c-6.79,9.58-18.69,16.35-35.19,26.71"/>
|
||||
<path id="kvg:02ea8-s2" kvg:type="㇕va" d="M39.39,10.78C75.62,31,67.12,109.38,50.08,89.47"/>
|
||||
<path id="kvg:02ea8-s3" kvg:type="㇒" d="M59.13,39.79c-0.26,1.84-0.76,2.79-1.55,3.9c-5.75,8.06-13.03,16.38-28.33,28.19"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ea8" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 57.25 8.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 31.25 12.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 49.25 42.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ecc.svg
Normal file
50
assets/02ecc.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ecc" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ecc" kvg:element="⻌" kvg:original="辶" kvg:radical="tradit">
|
||||
<path id="kvg:02ecc-s1" kvg:type="㇔" d="M21.46,16c3.63,1.74,9.38,7.17,10.29,9.88"/>
|
||||
<path id="kvg:02ecc-s2" kvg:type="㇋" d="M11.76227,48.784853C13.958616,49.92666,15.452132,49.510237,16.399001,49.066947C20.430518,47.186325,25.916505,44.714649,27.380735,44.150462C28.844967,43.572842,30.143252,45.762424,29.333044,47.643047C21.640949,65.495528,20.918595,58.107369,28.844967,70.452312C29.801598,71.943378,29.577083,73.273246,28.112851,74.710579C26.64862,76.147912,21.767849,79.613631,17.258017,82.797256"/>
|
||||
<path id="kvg:02ecc-s3" kvg:type="㇏a" d="M16,83.75C19,83.25,25,82,29.5,83C34,84,59.57,90.71,64,92C76,95.5,85.25,96.5,94.25,94.75"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ecc" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 14.25 16.13)">1</text>
|
||||
<text transform="matrix(1 0 0 1 3.75 49.05)">2</text>
|
||||
<text transform="matrix(1 0 0 1 8.25 82.98)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ecf.svg
Normal file
50
assets/02ecf.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ecf" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ecf" kvg:element="⻏" kvg:variant="true" kvg:original="邑" kvg:radical="tradit">
|
||||
<path id="kvg:02ecf-s1" kvg:type="㇇" d="M 73.044237,13.54 c 1.56,0.28 3.41,0.8 5.34,0.48 9,-1.51 17.37,-3.14 20.62,-4.18 3.480003,-1.12 5.320003,1.83 3.900003,4.59 -2.03,3.95 -8.110003,15.24 -10.810003,19.08"/>
|
||||
<path id="kvg:02ecf-s2" kvg:type="㇌" d="M 92.004237,33.75 c 16.000003,11 14.380003,37 -0.83,27.75"/>
|
||||
<path id="kvg:02ecf-s3" kvg:type="㇑" d="M 74.874237,14.5 c 0.75,0.75 0.96,1.62 0.96,2.75 0,0.85 0.02,51.18 0.03,72.38 0,4.28 0,7.37 0,8.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ecf" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 67.50 11.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 85.50 38.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 68.50 23.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/02ed6.svg
Normal file
50
assets/02ed6.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_02ed6" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:02ed6" kvg:element="阝" kvg:variant="true" kvg:original="阜" kvg:radical="tradit">
|
||||
<path id="kvg:02ed6-s1" kvg:type="㇇" d="M 12.078136,13.54 c 1.56,0.28 3.41,0.8 5.34,0.48 9,-1.51 17.37,-3.14 20.62,-4.18 3.48,-1.12 5.32,1.83 3.9,4.59 -2.03,3.95 -8.11,15.24 -10.81,19.08"/>
|
||||
<path id="kvg:02ed6-s2" kvg:type="㇌" d="M 31.038136,33.75 c 16,11 14.38,37 -0.83,27.75"/>
|
||||
<path id="kvg:02ed6-s3" kvg:type="㇑" d="M 13.908136,14.5 c 0.75,0.75 0.96,1.62 0.96,2.75 0,0.85 0.02,51.18 0.03,72.38 0,4.28 0,7.37 0,8.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_02ed6" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 6.54 11.25)">1</text>
|
||||
<text transform="matrix(1 0 0 1 24.54 38.25)">2</text>
|
||||
<text transform="matrix(1 0 0 1 7.54 23.25)">3</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/03001.svg
Normal file
46
assets/03001.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03001" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03001">
|
||||
<path id="kvg:03001-s1" d="M13.29,81.39c6.21,4.19,10.69,7.8,13.69,13.54"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03001" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 4.41 80.26)">1</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/03002.svg
Normal file
46
assets/03002.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03002" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03002">
|
||||
<path id="kvg:03002-s1" d="M22.83,95.45c-6.5,0-10.84-5.96-10.84-11.89s4.62-11.42,11.42-11.42s11.88,4.66,11.88,11.38s-4.04,12.02-11.77,12.02"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03002" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 12.35 100.78)">1</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/03005.svg
Normal file
50
assets/03005.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03005" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03005" kvg:element="々">
|
||||
<path id="kvg:03005-s1" kvg:type="㇒" d="M50.75,19.5c0.1,1.3,0.37,3.74-0.19,5.21C43.57,43,32.73,60.29,14.5,75.04"/>
|
||||
<path id="kvg:03005-s2" kvg:type="㇇" d="M45,44.35c1.05,0,3.62,0.35,6.26,0.1c9.18-0.85,25.21-3.31,29.06-3.67c4.26-0.4,6.46,4.28,4.68,6.25C78.32,54.46,67.5,67,57.81,79.22"/>
|
||||
<path id="kvg:03005-s3" kvg:type="㇔" d="M42.52,68.33c10.16,5.01,26.25,20.59,28.79,28.38"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03005" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 40.50 18.50)">1</text>
|
||||
<text transform="matrix(1 0 0 1 51.50 40.50)">2</text>
|
||||
<text transform="matrix(1 0 0 1 36.27 72.50)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03006.svg
Normal file
48
assets/03006.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03006" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03006" kvg:element="〆">
|
||||
<path id="kvg:03006-s1" kvg:type="㇒" d="M90.75,15.75c0,2.75-1.2,5.3-3.75,8c-8.5,9-51.38,49.11-65.5,69.5c-2.25,3.25-4.24,2.41-2-1.5c3.05-5.31,4.92-14.54,6.98-23.5"/>
|
||||
<path id="kvg:03006-s2" kvg:type="㇏" d="M30.51,53.75c1.74-4.61,3.87-8.14,6.74-9.5c13.53-6.43,24,11,28.75,17.75"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03006" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 81.75 10.50)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.75 39.13)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/03041.svg
Normal file
50
assets/03041.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03041" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03041">
|
||||
<path id="kvg:03041-s1" d="M35.72,46.75c0.7,0.7,2.21,1.47,4.22,1.4c8.56-0.28,16.06-1.7,23.69-3.41c1.21-0.27,3.72-0.7,5.32-0.4"/>
|
||||
<path id="kvg:03041-s2" d="M51.03,34.43c0.7,0.8,1.21,2.87,0.85,4.46c-3.01,13.43-5.02,30.31-4.12,42.73c0.33,4.57,1.51,8.72,2.71,10.92"/>
|
||||
<path id="kvg:03041-s3" d="M63.53,55.67c0.6,0.9,0.93,3.52,0.4,4.91c-3.71,9.82-9.04,19.04-20.38,28.66c-5.51,4.67-12.75,3-13.05-6.71c-0.27-8.72,10.74-18.54,26-21.44c9.97-1.9,21.75,1.67,24.5,10.22c3.39,10.53-3.01,21.14-16.77,24.45"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03041" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 29 45.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 42 32.75)">2</text>
|
||||
<text transform="matrix(1 0 0 1 55.5 54.63)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/03042.svg
Normal file
50
assets/03042.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03042" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03042">
|
||||
<path id="kvg:03042-s1" d="M31.01,33c0.88,0.88,2.75,1.82,5.25,1.75c8.62-0.25,20-2.12,29.5-4.25c1.51-0.34,4.62-0.88,6.62-0.5"/>
|
||||
<path id="kvg:03042-s2" d="M49.76,17.62c0.88,1,1.82,3.26,1.38,5.25c-3.75,16.75-6.25,38.13-5.13,53.63c0.41,5.7,1.88,10.88,3.38,13.62"/>
|
||||
<path id="kvg:03042-s3" d="M65.63,44.12c0.75,1.12,1.16,4.39,0.5,6.12c-4.62,12.26-11.24,23.76-25.37,35.76c-6.86,5.83-15.88,3.75-16.25-8.38c-0.34-10.87,13.38-23.12,32.38-26.74c12.42-2.37,27,1.38,30.5,12.75c4.05,13.18-3.76,26.37-20.88,30.49"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03042" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 22.51 35)">1</text>
|
||||
<text transform="matrix(1 0 0 1 41.51 19)">2</text>
|
||||
<text transform="matrix(1 0 0 1 57.51 42)">3</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03043.svg
Normal file
48
assets/03043.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03043" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03043">
|
||||
<path id="kvg:03043-s1" d="M29,48.88c1.66,1.8,2.27,3.91,1.79,6.16c-3.41,15.71-0.09,26.55,7.29,34.39c5.04,5.35,3.91,2.61,4.55-4.32"/>
|
||||
<path id="kvg:03043-s2" d="M69.38,53.62c7.95,6.66,14.98,15.57,15.5,28"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03043" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 23.51 48.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 62.01 51.5)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03044.svg
Normal file
48
assets/03044.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03044" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03044">
|
||||
<path id="kvg:03044-s1" d="M21.5,29.66c2.01,2.17,2.61,4.68,2.17,7.43c-3.09,19.16-1.03,32.01,7.93,41.45c6.12,6.45,6.26,3.14,7.04-5.21"/>
|
||||
<path id="kvg:03044-s2" d="M72.96,36.51c9.44,8.05,17.79,18.82,18.41,33.83"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03044" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 14.96 27.13)">1</text>
|
||||
<text transform="matrix(1 0 0 1 62.21 32.88)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03045.svg
Normal file
48
assets/03045.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03045" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03045">
|
||||
<path id="kvg:03045-s1" d="M43.83,30.97c4.74,1.79,8.1,2.53,10.84,2.53c6.97,0,6.74,0.95-0.32,4.63"/>
|
||||
<path id="kvg:03045-s2" d="M37.5,52.85c1.67,0.95,3.3,2.57,6.67,1.16c4.2-1.75,10.01-5.75,14.52-5.64c4.51,0.1,8.3,3.96,8.3,14.91c0,13.05-7.98,24.22-20.63,33.48"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03045" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 37.5 29.63)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.13 49.75)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03046.svg
Normal file
48
assets/03046.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03046" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03046">
|
||||
<path id="kvg:03046-s1" d="M42,15.5c5.62,2.12,9.62,3,12.88,3c8.27,0,8,1.12-0.38,5.5"/>
|
||||
<path id="kvg:03046-s2" d="M33,42.38c2.12,1.12,4.12,2.88,8.5,1.38c4.38-1.5,12.75-7.12,18.5-7c5.75,0.12,10.25,5,10.25,18c0,15.49-8.25,30.24-24.37,41.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03046" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 33.5 14.13)">1</text>
|
||||
<text transform="matrix(1 0 0 1 28.75 39.63)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03047.svg
Normal file
48
assets/03047.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03047" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03047">
|
||||
<path id="kvg:03047-s1" d="M44.63,30.47c4.74,1.79,6.92,2.41,10.84,2.53c11.71,0.35,3.21,1.51-0.32,4.13"/>
|
||||
<path id="kvg:03047-s2" d="M37.78,56.18c1.47,0.98,3.52,1.37,5.77,0.49c2.57-1.01,13.29-6.16,16.61-7.72c3.32-1.56,6.5,0.03,3.42,3.62c-9.58,11.13-21.31,24.62-30.89,34.68c-2.55,2.68-0.45,2.77,1.17,1.08c10.55-11.04,14.17-15.73,18.47-15.73c5.57,0,2.74,13.09,5.28,17.49c2.54,4.4,14.95,2.93,20.42,1.66"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03047" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 38.3 29.13)">1</text>
|
||||
<text transform="matrix(1 0 0 1 31.18 54.25)">2</text>
|
||||
</g>
|
||||
</svg>
|
48
assets/03048.svg
Normal file
48
assets/03048.svg
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03048" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03048">
|
||||
<path id="kvg:03048-s1" d="M40.52,13.25c5.62,2.12,10,3,14.12,3c8.27,0,8,1.12-0.38,5.5"/>
|
||||
<path id="kvg:03048-s2" d="M32.52,45.12c1.88,1.25,4.5,1.75,7.38,0.62c3.29-1.29,17-7.88,21.25-9.88c4.25-2,8.32,0.04,4.38,4.62c-12.26,14.27-27.26,31.52-39.51,44.4c-3.26,3.42-0.58,3.54,1.5,1.37c13.5-14.12,18.12-20.12,23.62-20.12c7.13,0,3.5,16.75,6.75,22.38c3.25,5.63,19.12,3.75,26.12,2.12"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03048" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 33.9 13.5)">1</text>
|
||||
<text transform="matrix(1 0 0 1 25.15 44.38)">2</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/03049.svg
Normal file
50
assets/03049.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_03049" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:03049">
|
||||
<path id="kvg:03049-s1" d="M31.09,49.46c1.09,0.81,2.88,1.92,4.77,1.71c1.89-0.2,15.59-4.14,16.78-4.64c1.19-0.5,3.18-1.01,4.67-1.61"/>
|
||||
<path id="kvg:03049-s2" d="M46.14,34.12c1.42,1.38,2.35,3.54,1.98,5.95c-1.99,13.01-2.43,36.74-1.54,47.11c0.6,6.96-0.51,8.43-5.66,5.75c-4.07-2.12-10.92-6.46-10.92-9.99c0-6.05,19.36-19.07,35.55-19.07c13.7,0,19.86,6.66,19.86,13.92c0,6.66-7.45,15.23-21.25,16.95"/>
|
||||
<path id="kvg:03049-s3" d="M70.92,38.97c4.27,2.12,6.97,4.8,8.44,6.66c3.57,4.5,0.3,3.63-0.89,4.04"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_03049" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 25.06 49.5)">1</text>
|
||||
<text transform="matrix(1 0 0 1 38.18 33)">2</text>
|
||||
<text transform="matrix(1 0 0 1 65.68 35.88)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0304a.svg
Normal file
50
assets/0304a.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304a" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304a">
|
||||
<path id="kvg:0304a-s1" d="M22.88,35.12c1.38,1,3.62,2.38,6,2.12c2.38-0.26,19.62-5.12,21.12-5.74c1.5-0.62,4-1.25,5.88-2"/>
|
||||
<path id="kvg:0304a-s2" d="M41.5,16.12c2.25,1,3.59,4.39,3.12,7.38c-2.5,16.12-3.37,45.53-2.25,58.38c0.75,8.62-0.64,10.45-7.12,7.12c-5.13-2.62-13.75-8-13.75-12.38c0-7.5,24.38-23.62,44.75-23.62c17.25,0,25,8.25,25,17.25c0,8.25-9.38,18.88-26.75,21"/>
|
||||
<path id="kvg:0304a-s3" d="M73,22.12c5.38,2.62,8.88,5.88,10.62,8.25c2.27,3.08,0.38,4.5-1.12,5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304a" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 17.25 34.88)">1</text>
|
||||
<text transform="matrix(1 0 0 1 32.75 16.63)">2</text>
|
||||
<text transform="matrix(1 0 0 1 64.38 21.63)">3</text>
|
||||
</g>
|
||||
</svg>
|
50
assets/0304b.svg
Normal file
50
assets/0304b.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304b" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304b">
|
||||
<path id="kvg:0304b-s1" d="M24.62,38.62c1.88,1.62,4.65,2.33,8.62,1c25.5-8.5,29.5-4.13,29.5,7.62c0,9.38-1.24,17.46-4.25,25.25c-7.62,19.76-10.87,17.39-16.12,10.89"/>
|
||||
<path id="kvg:0304b-s2" d="M48.5,17.5c1,1.38,1.29,4.7,0.5,7.12c-5,15.25-18.02,40.93-19.62,43.88c-3.12,5.75-6.38,11.88-9.38,16.25"/>
|
||||
<path id="kvg:0304b-s3" d="M77.37,31.62c7.5,6.88,13.25,15.75,15,24.88"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304b" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 16.75 37.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 39.75 16)">2</text>
|
||||
<text transform="matrix(1 0 0 1 70 29.75)">3</text>
|
||||
</g>
|
||||
</svg>
|
54
assets/0304c.svg
Normal file
54
assets/0304c.svg
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304c" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304c">
|
||||
<path id="kvg:0304c-s1" d="M24.62,38.62c1.88,1.62,4.65,2.33,8.62,1c25.5-8.5,29.5-4.13,29.5,7.62c0,9.38-1.24,17.46-4.25,25.25c-7.62,19.76-10.87,17.39-16.12,10.89"/>
|
||||
<path id="kvg:0304c-s2" d="M48.5,17.5c1,1.38,1.29,4.7,0.5,7.12c-5,15.25-18.02,40.93-19.62,43.88c-3.12,5.75-6.38,11.88-9.38,16.25"/>
|
||||
<path id="kvg:0304c-s3" d="M77.37,31.62c7.5,6.88,13.25,15.75,15,24.88"/>
|
||||
<path id="kvg:0304c-s4" d="M80.5,18.25c2.75,1.75,6,5.38,7.75,8.5"/>
|
||||
<path id="kvg:0304c-s5" d="M86.87,13.38c3.06,1.57,6.68,4.82,8.62,7.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304c" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 16.75 37.38)">1</text>
|
||||
<text transform="matrix(1 0 0 1 39.75 16)">2</text>
|
||||
<text transform="matrix(1 0 0 1 70 29.75)">3</text>
|
||||
<text transform="matrix(1 0 0 1 72.87 17.25)">4</text>
|
||||
<text transform="matrix(1 0 0 1 79 12.13)">5</text>
|
||||
</g>
|
||||
</svg>
|
52
assets/0304d.svg
Normal file
52
assets/0304d.svg
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304d" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304d">
|
||||
<path id="kvg:0304d-s1" d="M30.5,30.25c1.88,0.75,4.64,1.06,5.88,0.88c6.75-1,22.25-4.5,26.5-6c2.17-0.76,3.5-1.25,4.88-2.12"/>
|
||||
<path id="kvg:0304d-s2" d="M36.25,48.7c2.01,0.85,4.97,1.2,6.29,0.99c7.23-1.13,23.82-5.09,28.37-6.79c2.32-0.86,3.75-1.41,5.22-2.4"/>
|
||||
<path id="kvg:0304d-s3" d="M42,14.12c1.5,0.88,3.13,2.94,4,5.12c5.5,13.76,16,29.26,26.37,40.76c7.64,8.47,9.12,9.38-6,3.88"/>
|
||||
<path id="kvg:0304d-s4" d="M33.75,83.25c10.62,9.75,27.25,8.62,38.12,5"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304d" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 24.5 29.5)">1</text>
|
||||
<text transform="matrix(1 0 0 1 28.13 48.13)">2</text>
|
||||
<text transform="matrix(1 0 0 1 32.5 13)">3</text>
|
||||
<text transform="matrix(1 0 0 1 24.5 77)">4</text>
|
||||
</g>
|
||||
</svg>
|
56
assets/0304e.svg
Normal file
56
assets/0304e.svg
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304e" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304e">
|
||||
<path id="kvg:0304e-s1" d="M30.5,30.5c1.88,0.75,4.64,1.06,5.88,0.88c6.75-1,22.25-4.5,26.5-6c2.17-0.76,3.5-1.25,4.88-2.12"/>
|
||||
<path id="kvg:0304e-s2" d="M36.25,48.95c2.01,0.85,4.97,1.2,6.29,0.99c7.23-1.13,23.82-5.09,28.37-6.79c2.32-0.86,3.75-1.41,5.22-2.4"/>
|
||||
<path id="kvg:0304e-s3" d="M42,14.38c1.5,0.88,3.13,2.94,4,5.12c5.5,13.75,16,29.25,26.38,40.75c7.64,8.47,9.12,9.38-6,3.88"/>
|
||||
<path id="kvg:0304e-s4" d="M33.75,83.5c10.62,9.75,27.25,8.62,38.12,5"/>
|
||||
<path id="kvg:0304e-s5" d="M77.37,19c2.75,1.75,6,5.38,7.75,8.5"/>
|
||||
<path id="kvg:0304e-s6" d="M83.75,14.12c3.06,1.57,6.68,4.82,8.62,7.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304e" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 24.5 29.5)">1</text>
|
||||
<text transform="matrix(1 0 0 1 28.13 48.13)">2</text>
|
||||
<text transform="matrix(1 0 0 1 32.5 13)">3</text>
|
||||
<text transform="matrix(1 0 0 1 24.5 77)">4</text>
|
||||
<text transform="matrix(1 0 0 1 69.75 18)">5</text>
|
||||
<text transform="matrix(1 0 0 1 75.88 12.88)">6</text>
|
||||
</g>
|
||||
</svg>
|
46
assets/0304f.svg
Normal file
46
assets/0304f.svg
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 2009/2010/2011 Ulrich Apel.
|
||||
This work is distributed under the conditions of the Creative Commons
|
||||
Attribution-Share Alike 3.0 Licence. This means you are free:
|
||||
* to Share - to copy, distribute and transmit the work
|
||||
* to Remix - to adapt the work
|
||||
|
||||
Under the following conditions:
|
||||
* Attribution. You must attribute the work by stating your use of KanjiVG in
|
||||
your own copyright header and linking to KanjiVG's website
|
||||
(http://kanjivg.tagaini.net)
|
||||
* Share Alike. If you alter, transform, or build upon this work, you may
|
||||
distribute the resulting work only under the same or similar license to this
|
||||
one.
|
||||
|
||||
See http://creativecommons.org/licenses/by-sa/3.0/ for more details.
|
||||
-->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
|
||||
<!ATTLIST g
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:element CDATA #IMPLIED
|
||||
kvg:variant CDATA #IMPLIED
|
||||
kvg:partial CDATA #IMPLIED
|
||||
kvg:original CDATA #IMPLIED
|
||||
kvg:part CDATA #IMPLIED
|
||||
kvg:number CDATA #IMPLIED
|
||||
kvg:tradForm CDATA #IMPLIED
|
||||
kvg:radicalForm CDATA #IMPLIED
|
||||
kvg:position CDATA #IMPLIED
|
||||
kvg:radical CDATA #IMPLIED
|
||||
kvg:phon CDATA #IMPLIED >
|
||||
<!ATTLIST path
|
||||
xmlns:kvg CDATA #FIXED "http://kanjivg.tagaini.net"
|
||||
kvg:type CDATA #IMPLIED >
|
||||
]>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="109" viewBox="0 0 109 109">
|
||||
<g id="kvg:StrokePaths_0304f" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="kvg:0304f">
|
||||
<path id="kvg:0304f-s1" d="M60.66,15c0.5,1.62,0.35,5.44-1,7.38c-6.75,9.62-14.3,19.08-18.62,24.5c-4,5-3.79,7.03-0.88,11c5.5,7.5,12.75,18.75,17.62,27.25c1.48,2.59,2.75,4.75,4.5,8.62"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="kvg:StrokeNumbers_0304f" style="font-size:8;fill:#808080">
|
||||
<text transform="matrix(1 0 0 1 53.66 12.38)">1</text>
|
||||
</g>
|
||||
</svg>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue