!-- 攻略マップ作製用 花騎士スタート位置 HTML -->
div class="svgSample1">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<defs>
<text dy="0.4em" id="outTextx">アイウエオカキクケコ</text>
</defs>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
</svg>
/div>
!-- (注)IE対策のため「text(use)」を2回繰り返しています -->
!-- 生成したCSS -->
style type="text/css">
.svgSample1 text {
font-weight : bold;
font-size : 44px;
font-family : Meiryo UI;
stroke : #ffffff;
fill : #1a1aff;
letter-spacing : 6px;
text-anchor : middle;
dominant-baseline : alphabetic;
}
.svgSample1 > svg > use:nth-of-type(1) {
stroke-width : 12px;
paint-order : stroke;
stroke-linejoin : round ;
}
.svgSample1 > svg > use:nth-of-type(2) {
stroke-width : 0;
}
/style>
!-- 画像保存用SVG -->
?xml version="1.0" encoding="UTF-8" standalone="no"?>
!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
svg xmlns="http://www.w3.org/2000/svg" width="426" height="69" viewBox="0 0 426 69" preserveAspectRatio="xMinYMid">
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#1a1aff" stroke-width="12" stroke="#ffffff" stroke-linejoin="round" >アイウエオカキクケコ</text>
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#1a1aff" stroke-width="0">アイウエオカキクケコ</text>
/svg>
!-- 攻略マップ作製用 害虫位置 HTML -->
div class="svgSample1">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<defs>
<text dy="0.4em" id="outTextx">ABCDEFGHVWXYZ+</text>
</defs>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
</svg>
/div>
!-- (注)IE対策のため「text(use)」を2回繰り返しています -->
!-- 生成したCSS -->
style type="text/css">
.svgSample1 text {
font-weight : bold;
font-size : 44px;
font-family : Meiryo UI;
stroke : #ffffff;
fill : #ff0000;
letter-spacing : 6px;
text-anchor : middle;
dominant-baseline : alphabetic;
}
.svgSample1 > svg > use:nth-of-type(1) {
stroke-width : 12px;
paint-order : stroke;
stroke-linejoin : round ;
}
.svgSample1 > svg > use:nth-of-type(2) {
stroke-width : 0;
}
/style>
!-- 画像保存用SVG -->
?xml version="1.0" encoding="UTF-8" standalone="no"?>
!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
svg xmlns="http://www.w3.org/2000/svg" width="359" height="69" viewBox="0 0 359 69" preserveAspectRatio="xMinYMid">
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#ff0000" stroke-width="12" stroke="#ffffff" stroke-linejoin="round" >ABCDEFGHVWXYZ+</text>
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#ff0000" stroke-width="0">ABCDEFGHVWXYZ+</text>
/svg>
!-- 攻略マップ作製用 巻き込まれた少女の日記のようにスタート位置に自軍を配置できず勝手に移動するNPC用 HTML -->
div class="svgSample1">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<defs>
<text dy="0.4em" id="outTextx">NPC12345</text>
</defs>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
<use x="50%" y="50%" xlink:href="#outTextx"></use>
</svg>
/div>
!-- (注)IE対策のため「text(use)」を2回繰り返しています -->
!-- 生成したCSS -->
style type="text/css">
.svgSample1 text {
font-weight : bold;
font-size : 44px;
font-family : Meiryo UI;
stroke : #ffffff;
fill : #006600;
letter-spacing : 6px;
text-anchor : middle;
dominant-baseline : alphabetic;
}
.svgSample1 > svg > use:nth-of-type(1) {
stroke-width : 12px;
paint-order : stroke;
stroke-linejoin : round ;
}
.svgSample1 > svg > use:nth-of-type(2) {
stroke-width : 0;
}
/style>
!-- 画像保存用SVG -->
?xml version="1.0" encoding="UTF-8" standalone="no"?>
!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
svg xmlns="http://www.w3.org/2000/svg" width="306" height="69" viewBox="0 0 306 69" preserveAspectRatio="xMinYMid">
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#006600" stroke-width="12" stroke="#ffffff" stroke-linejoin="round" >NPC12345</text>
text x="6" y="50%" dy="0.4em" dominant-baseline="alphabetic" letter-spacing="6" font-weight="bold" font-size="44" font-family="Meiryo UI" fill="#006600" stroke-width="0">NPC12345</text>
/svg>
|