fix #41
This commit is contained in:
@ -300,12 +300,12 @@
|
||||
</template>
|
||||
|
||||
<template id="nrecday">
|
||||
<svg class="nrecday" width="calc(17em * 1.25)" height="calc(7em * 1.25)" viewBox="-1 0 16 7">
|
||||
<svg class="nrecday" width="calc(17em * 1.25)" height="calc(8em * 1.25)" viewBox="-1 -0.5 17 8">
|
||||
<g transform="translate(0,0)">
|
||||
<text x="0" y="0.5" font-size="0.75" dominant-baseline="central">一</text>
|
||||
<text x="0" y="2.5" font-size="0.75" dominant-baseline="central">三</text>
|
||||
<text x="0" y="4.5" font-size="0.75" dominant-baseline="central">五</text>
|
||||
<text x="0" y="6.5" font-size="0.75" dominant-baseline="central">日</text>
|
||||
<text x="0" y="0.75" font-size="0.75">一</text>
|
||||
<text x="0" y="2.75" font-size="0.75">三</text>
|
||||
<text x="0" y="4.75" font-size="0.75">五</text>
|
||||
<text x="0" y="6.75" font-size="0.75">日</text>
|
||||
</g>
|
||||
<g transform="translate(1,0)">
|
||||
<rect x="0" y="0" width="0.9" height="0.9"></rect>
|
||||
|
Reference in New Issue
Block a user