Mercurial > hg > nodescore
changeset 58:474c1ad1e811
big fix to seq logic and control css
author | tzara <rc-web@kiben.net> |
---|---|
date | Sun, 31 Mar 2013 01:46:39 +0000 |
parents | a47aa7866ed8 |
children | 5ba250832739 |
files | installer.sh nodescore nodescore.js scoreB.js sequencer.js ss2thumb.sh www/m/c.html www/m/css/nodescore-tablet.css www/m/css/nodescore.css www/m/js/controlseq.js www/m/js/nodescore-client.js www/m/js/nodescore-slides.js www/m/music.html www/m/svg/12_7_1.svg www/m/svg/13_6_2.svg www/m/svg/14_1_1.svg www/m/svg/15_0_2.svg www/m/svg/16_2_2.svg www/m/svg/17_3_1.svg www/m/svg/18_4_2.svg www/m/svg/19_5_1.svg www/m/svg/20_5_0.svg www/m/svg/21_4_3.svg www/m/svg/22_3_0.svg www/m/svg/23_2_3.svg www/m/svg/24_0_3.svg www/m/svg/25_1_0.svg www/m/svg/26_6_3.svg www/m/svg/27_7_0.svg www/m/svg/28_7_7.svg www/m/svg/29_6_4.svg www/m/svg/30_1_7.svg www/m/svg/31_0_4.svg www/m/svg/32_2_4.svg www/m/svg/33_3_7.svg www/m/svg/34_4_4.svg www/m/svg/35_5_7.svg www/m/svg/36_5_6.svg www/m/svg/37_4_5.svg www/m/svg/38_3_6.svg www/m/svg/39_2_5.svg www/m/svg/40_0_5.svg www/m/svg/41_1_6.svg www/m/svg/42_6_5.svg www/m/svg/43_7_6.svg www/m/svg/44_7_5.svg www/m/svg/45_6_6.svg www/m/svg/46_1_5.svg www/m/svg/47_0_6.svg www/m/svg/48_2_6.svg www/m/svg/49_3_5.svg www/m/svg/50_4_6.svg www/m/svg/51_5_5.svg www/m/svg/52_5_4.svg www/m/svg/53_4_7.svg www/m/svg/54_3_4.svg www/m/svg/55_2_7.svg www/m/svg/56_0_7.svg www/m/svg/57_1_4.svg www/m/svg/58_6_7.svg www/m/svg/59_7_4.svg www/m/svg/60_7_3.svg www/m/svg/61_6_0.svg www/m/svg/62_1_3.svg www/m/svg/63_0_0.svg www/m/svg/64_2_0.svg www/m/svg/65_3_3.svg www/m/svg/66_4_0.svg www/m/svg/67_5_3.svg www/m/svg/68_5_2.svg www/m/svg/69_4_1.svg www/m/svg/70_3_2.svg www/m/svg/71_2_1.svg www/m/svg/72_0_1.svg www/m/svg/73_1_2.svg www/m/svg/74_6_1.svg www/m/svg/75_7_2.svg www/m/svg/svg-stylesheet.css www/m/svg/svg.html www/m/thumbs/1.png www/m/thumbs/10.png www/m/thumbs/11.png www/m/thumbs/12.png www/m/thumbs/13.png www/m/thumbs/14.png www/m/thumbs/15.png www/m/thumbs/16.png www/m/thumbs/17.png www/m/thumbs/18.png www/m/thumbs/19.png www/m/thumbs/2.png www/m/thumbs/20.png www/m/thumbs/21.png www/m/thumbs/22.png www/m/thumbs/23.png www/m/thumbs/24.png www/m/thumbs/25.png www/m/thumbs/26.png www/m/thumbs/27.png www/m/thumbs/28.png www/m/thumbs/29.png www/m/thumbs/3.png www/m/thumbs/30.png www/m/thumbs/31.png www/m/thumbs/32.png www/m/thumbs/33.png www/m/thumbs/34.png www/m/thumbs/35.png www/m/thumbs/36.png www/m/thumbs/4.png www/m/thumbs/5.png www/m/thumbs/6.png www/m/thumbs/7.png www/m/thumbs/8.png www/m/thumbs/9.png |
diffstat | 115 files changed, 270 insertions(+), 2334 deletions(-) [+] |
line wrap: on
line diff
--- a/installer.sh Thu Dec 20 12:35:18 2012 +0000 +++ b/installer.sh Sun Mar 31 01:46:39 2013 +0000 @@ -4,7 +4,7 @@ mkdir /usr/share/nodescore cp -pa www *.js /usr/share/nodescore/ - +chown -R rob:www-data /usr/share/nodescore/ cp -pa nodescored /etc/init.d/ chmod 755 /etc/init.d/nodescored update-rc.d nodescored defaults
--- a/nodescore Thu Dec 20 12:35:18 2012 +0000 +++ b/nodescore Sun Mar 31 01:46:39 2013 +0000 @@ -1,3 +1,4 @@ + #!/bin/bash # calls phantomjs to make screenshots @@ -13,7 +14,7 @@ if [ "$1" = "home" ] then -SERVER='192.168.1.77:8889' +SERVER='192.168.1.77:8887' else SERVER='http://nodescore.kiben.net:8889' fi @@ -27,7 +28,6 @@ exit 0; fi -killall node; nice -n -20 supervisor /usr/share/nodescore/nodescore.js & sleep 2; sh ss2thumb.sh $PROJECT $SERVER;
--- a/nodescore.js Thu Dec 20 12:35:18 2012 +0000 +++ b/nodescore.js Sun Mar 31 01:46:39 2013 +0000 @@ -36,14 +36,12 @@ }); }); -httpServer.listen(8889); +httpServer.listen(8890); var pinging=0 console.log("ping set to 0") //requirejs(['socketsstuff'],function(socketsstuff) {}); - - //////////////////////////////////////////// // connect to websockets //////////////////////////////////////////// @@ -205,11 +203,15 @@ var ztime = time; var totaltime = Math.floor(time/tempoms) var unit = seq.units[seq.counter]; + var unitlast = seq.units[seq.counter-1]; + var voice = seq.voice; - console.log(time) + console.log(unit,unitlast) // initiate first page here - socket.broadcast.emit("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter); - socket.emit("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter); + socket.broadcast.emit("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter,unitlast); + socket.emit("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter,unitlast); + console.log("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter, seq.durations[seq.counter]) + function sequenCer() { // console.log(ztime) @@ -222,29 +224,29 @@ var counter = Math.floor(ztime/tempoms) //console.log(counter) if (counter >= 0 ){ - socket.broadcast.emit('counterText', voice, seq.counter, counter); - socket.emit('counterText', voice, seq.counter, counter); + socket.broadcast.emit('counterText', voice, unit, counter,seq.counter,unitlast); + socket.emit('counterText', voice, unit, counter,seq.counter,unitlast); - if (counter <= outcount ) { - socket.broadcast.emit('countinFromServer', voice, counter, "","stop in: ", "red", "transparent"); + if (counter <= outcount ) { + socket.broadcast.emit('countinFromServer', voice, counter, "","stop in: ", "red", "transparent",unit); } if (counter > (totaltime)-incount && counter <= totaltime ) { - socket.broadcast.emit('countinFromServer', voice, counter-(totaltime-incount), "","play in: ", "green","transparent"); - socket.emit('countinFromServer', voice, counter-(totaltime-incount), "","play in: ", "green","transparent"); + socket.broadcast.emit('countinFromServer', voice, counter-(totaltime-incount), "","play in: ", "green","transparent",unit); + socket.emit('countinFromServer', voice, counter-(totaltime-incount), "","play in: ", "green","transparent",unit); } if (counter == (totaltime)-incount ) { - socket.broadcast.emit('countinFromServer', voice, "+", "","playing.. ", "green","transparent"); - socket.emit('countinFromServer', voice, "+", "","playing.. ", "green","transparent"); + socket.broadcast.emit('countinFromServer', voice, "+", "","playing.. ", "green","transparent",unit); + socket.emit('countinFromServer', voice, "+", "","playing.. ", "green","transparent",unit); } // remove displayed number with " " at end of both countin/out if (counter == 0 ) { - socket.broadcast.emit('countinFromServer', voice, "", "","", "green","transparent"); - socket.broadcast.emit('counterText', voice, seq.counter, ""); - socket.emit('counterText', voice, seq.counter, ""); + socket.broadcast.emit('countinFromServer', voice, "", "","", "green","transparent",unit); + socket.broadcast.emit('counterText', voice, seq.counter, "", unit); + socket.emit('counterText', voice, seq.counter, "",unit); } } @@ -261,6 +263,7 @@ if (counter == 0){ seq.counter = (seq.counter + 1) % seq.durations.length socket.broadcast.emit("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter); + console.log("pageFlipfromserver", voice, unit, time, seq.mm,seq.counter, seq.durations[seq.counter]) //delete tockTock; step(seq); } @@ -366,4 +369,4 @@ //exports.io = io; //exports.sio = sio; exports.socket= io.sockets; -exports.httpServer = httpServer; \ No newline at end of file +exports.httpServer = httpServer;
--- a/scoreB.js Thu Dec 20 12:35:18 2012 +0000 +++ b/scoreB.js Sun Mar 31 01:46:39 2013 +0000 @@ -6,6 +6,8 @@ srcsqr[1] = [20,23,27,26,05,04]; srcsqr[2] = [03,00,17,16,35,34]; srcsqr[3] = [01,02,19,18,33,32]; + srcsqr[4] = [31,30,08,09,12,15]; + srcsqr[5] = [28,29,10,11,14,13]; seqA = { metrobeat:0, @@ -13,7 +15,7 @@ name: "A", counter: 0, mm: 60, beatsinbar: 4, durations: srcsqr[0], - units: [1,2,3,1,2,4] + units: [0,1,2,3,4,5] }; seqB = { @@ -23,7 +25,7 @@ counter: 0, mm: 60, beatsinbar: 4, durations: srcsqr[1], - units: [2,2,3,1,2,4] + units: [6,7,8,9,10,11] }; seqC = { @@ -33,7 +35,7 @@ counter: 0, mm: 60, beatsinbar: 4, durations: [03,00,17,16,35,34], - units: [1,2,3,1,2,4] + units: [0,6,12,18,24,30] }; @@ -44,7 +46,7 @@ counter: 0, mm: 60, beatsinbar: 4, durations: [01,02,19,18,33,32], - units: [1,2,3,1,2,4] + units: [24,25,26,27,28,29] }; //return seqA seqB seqC seqD
--- a/sequencer.js Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,141 +0,0 @@ - //////////////////////////////////////////// - // magic square sequencer - //////////////////////////////////////////// -// var score = require('./score'); -// var c = require('./chronometer'); -var nodescore = require('./nodescore'); -var sio = nodescore.sio -var io = nodescore.io - - -// var mm = score.mm -var sequencerState = 0; - - - -io.sockets.on('connection', function (socket) { - - // var srcsqr = score.srcsqr - var srcsqr = [] - srcsqr[0] = [22,21,24,25,06,07]; - srcsqr[1] = [20,23,27,26,05,04]; - srcsqr[2] = [03,00,17,16,35,34]; - srcsqr[3] = [01,02,19,18,33,32]; - -// var seqA = score.seqA -// var seqB = score.seqB -// var seqC = score.seqC -// var seqD = score.seqD - - var seqA = { metrobeat:0, voice:1, name: "A", counter: 0, mm: 60, beatsinbar: 4, durations: srcsqr[0], units: [1,2,3,1,2,4]}; - var seqB = { metrobeat:0, voice:2, name: "B", counter: 0, mm: 90, beatsinbar: 4, durations: srcsqr[1], units: [3,2,1,1,2,3]}; - var seqC = { metrobeat:0, voice:3, name: "C", counter: 0, mm: 90, beatsinbar: 4, durations: srcsqr[2], units: [4,5,6,5,4,2]}; - var seqD = { metrobeat:0, voice:4, name: "D", counter: 0, mm: 45, beatsinbar: 4, durations: srcsqr[3], units: [2,3,4,2,3,1]}; - - - var countdowntick = function(seq){ - // var tempoms = Math.floor(60000/seq.mm) - var tempoms = Math.floor(60000/seq.mm) - //console.log(tempoms) - var timemultiplier=1 - var outcount = 4; var incount=4; - var time = ((seq.durations[seq.counter]+1) *timemultiplier) + 30000 + (outcount*tempoms); - var time = Math.floor(time) - var ztime = time; - var totaltime = Math.floor(time/tempoms) - var unit = seq.units[seq.counter]; - - // initiate first page here - socket.broadcast.emit("pageFlipfromserver", seq.voice, unit, time, seq.mm,seq.counter); - socket.emit("pageFlipfromserver", seq.voice, unit, time, seq.mm,seq.counter); - - function sequenCer() { - // console.log(ztime) - if (ztime >= 0 ){ - - // basic unit is still the second/1000ms - change this to tempoms? no i dont think so - // count in and count out - //////////////////////////////////////////// - - var counter = Math.floor(ztime/tempoms) - //console.log(counter) - if (counter >= 0 ){ - socket.broadcast.emit('counterText', seq.voice, seq.counter, counter); - socket.emit('counterText', seq.voice, seq.counter, counter); - - if (counter <= outcount ) { - socket.broadcast.emit('countinFromServer', seq.voice, counter, "","stop in: ", "red", "transparent"); - } - - if (counter > (totaltime)-incount && counter <= totaltime ) { - socket.broadcast.emit('countinFromServer', seq.voice, counter-(totaltime-incount), "","play in: ", "green","transparent"); - socket.emit('countinFromServer', seq.voice, counter-(totaltime-incount), "","play in: ", "green","transparent"); - - } - - if (counter == (totaltime)-incount ) { - socket.broadcast.emit('countinFromServer', seq.voice, "+", "","playing.. ", "green","transparent"); - socket.emit('countinFromServer', seq.voice, "+", "","playing.. ", "green","transparent"); - } - - // remove displayed number with " " at end of both countin/out - - if (counter == 0 ) { - socket.broadcast.emit('countinFromServer', seq.voice, "", "","", "green","transparent"); - socket.broadcast.emit('counterText', seq.voice, seq.counter, ""); - socket.emit('counterText', seq.voice, seq.counter, ""); - } - } - - // on each beat do: - - // push out the pulse to metronome - seq.metrobeat = (seq.metrobeat+1)%seq.beatsinbar ; - socket.broadcast.emit('metroPulse', tempoms, seq.voice,seq.metrobeat); - socket.emit('metroPulse', tempoms, seq.voice,seq.metrobeat); - } - - // flip the page - if (counter == 0){ - - seq.counter = (seq.counter + 1) % seq.durations.length - socket.broadcast.emit("pageFlipfromserver", seq.voice, unit, time, seq.mm,seq.counter); - //delete tockTock; - step(seq); - } - - // decrement the time - ztime -= tempoms - } - - var pulse = setInterval(sequenCer, tempoms); - - socket.on('stopSeq', function () { - //donaldduck = mickeymouse + 7 - sequenCer.clearInterval - console.log("sequencer stopping...") - // grrr why wont this clearInterval work - sequencerState = 0 - clearInterval(pulse) - stopChr(); - }); - - }; - - step = function (seq) { - //clearInterval(seq.boo); - //clearInterval(countdowntick); - countdowntick(seq) - sequencerState=1; - }; - -startMss = function () { - step(seqA);step(seqB); step(seqC); step(seqD); - ztime =-1; -} - -exports.startMss = startMss; -}); - - -
--- a/ss2thumb.sh Thu Dec 20 12:35:18 2012 +0000 +++ b/ss2thumb.sh Sun Mar 31 01:46:39 2013 +0000 @@ -9,7 +9,7 @@ # nodescore@kiben.net # nodescore.kiben.net -SERVER=$2 +SERVER="http://10.80.80.130:8890" BASEDIR='m' PROJECT=$1 THUMBPATH="www/$BASEDIR/thumbs" @@ -21,13 +21,15 @@ ANCHORS=`grep '<a' www/$BASEDIR/music.html|wc -l` GAP=330 -TOP=0 +TOP=$(($GAP*-1)) + for each in $(seq 1 $ANCHORS); + do + let each=each-1 echo $TOP TOP=$(($TOP+$GAP)); echo phantomjs rasterize.js $SERVER/$BASEDIR/music.html#$each $each.png $TOP - phantomjs rasterize.js $SERVER/$BASEDIR/music.html#$each $each.png $TOP #mogrify -resize 400x $each.png mv $each.png www/$BASEDIR/thumbs/
--- a/www/m/c.html Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/c.html Sun Mar 31 01:46:39 2013 +0000 @@ -19,126 +19,125 @@ <body> <input type="hidden" id="group" value='1'> - <div class="outermaster"> + <div class="outermaster" id="outermaster"> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr0"></p> <div><img src="thumbs/0.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr1"></p> <div><img src="thumbs/1.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr2"></p> <div><img src="thumbs/2.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr3"></p> <div><img src="thumbs/3.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr4"></p> <div><img src="thumbs/4.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr5"></p> <div><img src="thumbs/5.png"/></div></div> + </div> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr6"></p> <div><img src="thumbs/6.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr7"></p> <div><img src="thumbs/7.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr8"></p> <div><img src="thumbs/8.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr9"></p> <div><img src="thumbs/9.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr10"></p> <div><img src="thumbs/10.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr11"></p> <div><img src="thumbs/11.png"/></div></div> + </div> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr12"></p> <div><img src="thumbs/12.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr13"></p> <div><img src="thumbs/13.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr14"></p> <div><img src="thumbs/14.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr15"></p> <div><img src="thumbs/15.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr16"></p> <div><img src="thumbs/16.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr17"></p> <div><img src="thumbs/17.png"/></div></div> + </div> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr18"></p> <div><img src="thumbs/18.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr19"></p> <div><img src="thumbs/19.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr20"></p> <div><img src="thumbs/20.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr21"></p> <div><img src="thumbs/21.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr22"></p> <div><img src="thumbs/22.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr23"></p> <div><img src="thumbs/23.png"/></div></div> + </div> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr24"></p> <div><img src="thumbs/24.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr25"></p> <div><img src="thumbs/25.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr26"></p> <div><img src="thumbs/26.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr27"></p> <div><img src="thumbs/27.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr28"></p> <div><img src="thumbs/28.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr29"></p> <div><img src="thumbs/29.png"/></div></div> + </div> + + <div class="row"> + <div class="xunit"> <p class="precd" id="xsqr30"></p> <div><img src="thumbs/30.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr31"></p> <div><img src="thumbs/31.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr32"></p> <div><img src="thumbs/32.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr33"></p> <div><img src="thumbs/33.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr34"></p> <div><img src="thumbs/34.png"/></div></div> + <div class="xunit"> <p class="precd" id="xsqr35"></p> <div><img src="thumbs/35.png"/></div></div> + </div> + + + <script type="text/javascript"> + var outermaster = document.getElementById('outermaster'); + var thesquare=document.createElement('div'); + thesquare.id="thesquare"; + + for (var i=0; i<36;i++) { + var sqrowdiv = document.createElement('div'); + sqrowdiv.className="sqrow" + var msdiv = document.createElement('div'); + msdiv.className="magicsquare" + + this.sqrowdiv.appendChild(this.msdiv); + + var sqa = document.createElement('p'); + var sqb = document.createElement('p'); + var sqc = document.createElement('p'); + var sqd = document.createElement('p'); + + sqa.innerHTML = sqa.innerHTML + ''; + sqb.innerHTML = sqb.innerHTML + ''; + sqc.innerHTML = sqc.innerHTML + ''; + sqd.innerHTML = sqd.innerHTML + ''; + + sqa.className="sqa" + sqb.className="sqb" + sqc.className="sqc" + sqd.className="sqd" + + sqa.id="sqr"+i + sqb.id="sqr"+i + sqc.id="sqr"+i + sqd.id="sqr"+i + + this.msdiv.appendChild(this.sqa); + this.msdiv.appendChild(this.sqb); + this.msdiv.appendChild(this.sqc); + this.msdiv.appendChild(this.sqd); + + this.thesquare.appendChild(this.sqrowdiv); + + } + + //document.body.appendChild(thesquare); + this.outermaster.appendChild(this.thesquare); + document.body.appendChild(outermaster); + - <h1 style=" font-size:1.5em; background:transparent; left:24px; top:14px;">magick square sequencer:</h1> - <br> - <div> - <p class="magicsquare" id="1magicsquare0"></p> - <p class="magicsquare" id="1magicsquare1"></p> - <p class="magicsquare" id="1magicsquare2"></p> - <p class="magicsquare" id="1magicsquare3"></p> - <p class="magicsquare" id="1magicsquare4"></p> - <p class="magicsquare" id="1magicsquare5"></p> - </div> - <br><br><br><br> - <div> - <p class="magicsquare" id="2magicsquare0"></p> - <p class="magicsquare" id="2magicsquare1"></p> - <p class="magicsquare" id="2magicsquare2"></p> - <p class="magicsquare" id="2magicsquare3"></p> - <p class="magicsquare" id="2magicsquare4"></p> - <p class="magicsquare" id="2magicsquare5"></p> - </div> - <br><br><br><br> - <div> - <p class="magicsquare" id="3magicsquare0"></p> - <p class="magicsquare" id="3magicsquare1"></p> - <p class="magicsquare" id="3magicsquare2"></p> - <p class="magicsquare" id="3magicsquare3"></p> - <p class="magicsquare" id="3magicsquare4"></p> - <p class="magicsquare" id="3magicsquare5"></p> - </div> - <br><br><br><br> - <div> - <p class="magicsquare" id="4magicsquare0"></p> - <p class="magicsquare" id="4magicsquare1"></p> - <p class="magicsquare" id="4magicsquare2"></p> - <p class="magicsquare" id="4magicsquare3"></p> - <p class="magicsquare" id="4magicsquare4"></p> - <p class="magicsquare" id="4magicsquare5"></p> - </div> - - <br/><br/><br/><br/> + </script> + </div> + +<div class="ctrlclock" style="position:absolute;"> + <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> +</div> + + <br/><br/> + <br/><br/> <input type="button" value="START" onclick="startSeq();" /> <input type="button" value="STOP" onclick="stopSeq();" /> <input type="button" value="RESET" onclick="resetSeq();" /> + - <div id="info"> - <div id="comms"> - <div id="chat" title="type here to chat with others connected to network" > - <div id="nickname" title="type your login name and press enter" > - <form id="set-nickname" class="wrap"> - <p>LOGIN:</p> - <input id="nick"> - <p id="nickname-err">Nickname already in use</p> - </form> - </div> - <div id="connecting"> - <div class="wrap">Connecting to socket.io server</div> - </div> - <div id="messages"> - <div id="nicknames"></div> - <div id="lines"></div> - </div> - <form id="send-message"> - <input id="message"> - <button>Send</button> - </form> - </div> - </div> - - <div id="midfoot"> - - <div id="midcomms"> - <div id="counttitle" style="display:inline;"></div> - <div id="count" style="color:white"></div> - </div> - - <div id="remainingtime"> - next in: - <div id="totalcountdown">.</div> - </div> - - <div class="metrocase" id="metro"> - <div id="metronome0"></div> - </div> - - <div id="timeinfo"> - <div id="datetime"></div> - <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> - <div id="client_latency">Latency: 0ms</div> - </div> - - <div id="current"> - <script type="text/javascript"> - function setPart(sel) { - var value = sel.options[sel.selectedIndex].value; - document.getElementById('group').value=value; - //$('div#current').text('GROUP ' +value).text='value'; - } - </script> - <div> - <select id="setPart" onchange="setPart(this)"> - <option value="1">Stream 01</option> - <option value="2">Stream 02</option> - <option value="3">Stream 03</option> - <option value="4">Stream 04</option> - </select> - </div> - </div> - - - </div> - - - <div id="preview"></div> - - </div> - - -</div> </body> </html>
--- a/www/m/css/nodescore-tablet.css Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/css/nodescore-tablet.css Sun Mar 31 01:46:39 2013 +0000 @@ -37,7 +37,7 @@ .outermaster{ margin-top:4px; - height: 570px; + height: 580px; width: 1020px; border-radius: 15px; !2Bbackground-color:black; @@ -73,6 +73,20 @@ padding:0px; } +.xunit{ +display:block; +background:black; +width: 155px; +height: 70px; +padding: 5px 5px 5px 5px; +float: left; +} + +.precd{ +height:70px; +color:white; +} + #info{ position: absolute; border: 0px solid red; @@ -188,18 +202,37 @@ height: 445px; } +#thesquare{ position:absolute; } + .magicsquare { ! margin: 10px; - border-radius: 5px; - border: 1px solid yellow; - !padding: 2px 2px 2px 2px; - background: transparent; - width: 50px; height: 45px; - border-radius: 10px; - float: left; - color: white; - font-size: 3em; - text-align: center; + border: 1px solid white; + padding: 2px 2px 2px 2px; + !background: transparent; + width: 160px; + height: 75px; +! border-radius: 2px; + float: left; + font-size: 3em; + color:white; + text-align:center +} + +.sqa {height:50%; width:50%; float:left; color: yellow;} +.sqb {height:50%; width:50%; float:right; color: green;} +.sqc {height:50%; width:50%; float:left; color: aqua; } +.sqd {height:50%; width:50%; float:right; color:red; } + +.row {display:inline;} +.row img{ width:160px; display:inline;} +.row p{display:inline; color:yellow;} +.rrr {position:relative; display:inline;} + +.sqrow{ +!background:green; +display:inline; + padding: 2px 2px 10px 2px; + } .latencies{ @@ -211,7 +244,6 @@ ! background-color: yellow; } - #datetime{ display:table-cell; vertical-align:middle; width:90px;
--- a/www/m/css/nodescore.css Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/css/nodescore.css Sun Mar 31 01:46:39 2013 +0000 @@ -150,23 +150,23 @@ .svgmusic { display:block; - border-radius: 15px; + border-radius:15px; margin: 0px; width: 100%; -height: 450px; + height: 450px; } .magicsquare { ! margin: 10px; - border-radius: 5px; - border: 1px solid yellow; + border-radius: 2px; + border: 1px solid white; !padding: 2px 2px 2px 2px; background: transparent; - width: 50px; height: 45px; + width: 20px; height: 25px; border-radius: 10px; float: left; color: white; - font-size: 3em; + font-size: 1em; text-align: center; }
--- a/www/m/js/controlseq.js Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/js/controlseq.js Sun Mar 31 01:46:39 2013 +0000 @@ -1,15 +1,11 @@ -////////////////////////////////////////////// - -var socket = io.connect(); ////////////////////////////////////////////// +var socket = io.connect(); +////////////////////////////////////////////// // Sequencer Controls - function startSeq() { socket.emit("startSeq") } function stopSeq() { socket.emit("stopSeq") } function resetSeq() { socket.emit("resetSeq") } - - ////////////////////////////////////////////// // Chron Controls @@ -53,19 +49,23 @@ // SEQUENCER MONITOR socket.on("pageFlipfromserver", sequenceMonitor); -function sequenceMonitor(group, unit,time,mm,seq){ +function sequenceMonitor(group, unit,time,mm,seq,unitlast){ var n=6; var x=seq-1; var off=((x%n)+n)%n // thanks claudiusmaximus - seqnow = "#"+group+"magicsquare"+seq - turnmeoff = "#"+group+"magicsquare"+off - $(seqnow).css('background', 'transparent'); - $(turnmeoff).css('background', 'transparent') - //console.log("#"+group+"magicsquare"+seq +" time: " +time + " %:" + off) + + if (group == 1) { turnmeoff = "#sqr"+unitlast+".sqa"} + if (group == 2) { turnmeoff = "#sqr"+unitlast+".sqb"} + if (group == 3) { turnmeoff = "#sqr"+unitlast+".sqc"} + if (group == 4) { turnmeoff = "#sqr"+unitlast+".sqd"} + + $(turnmeoff).css({'color':'black'}) } -socket.on("counterText", function(group,unit,counter){ - $("#"+group+"magicsquare"+unit).text(counter); - //console.log(group+"magicsquare"+unit+"count:"+counter) +socket.on("counterText", function(group,unit,counter,seq){ + if (group == 1) { $('#sqr'+unit+".sqa").text(counter); } + if (group == 2) { $('#sqr'+unit+".sqb").text(counter); } + if (group == 3) { $('#sqr'+unit+".sqc").text(counter); } + if (group == 4) { $('#sqr'+unit+".sqd").text(counter); } });
--- a/www/m/js/nodescore-client.js Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/js/nodescore-client.js Sun Mar 31 01:46:39 2013 +0000 @@ -75,6 +75,7 @@ socket.on("counterText", cText); function cText(groupID, currentseconds,text){ + var groupPage=document.getElementById('group').value if (groupID == groupPage) { // console.log(text) @@ -98,9 +99,6 @@ ///////////////////////////////////////////////// - - - socket.on("pageFlipfromserver", pageTurn); function pageTurn (group,unit,time,mm) { var groupPage=document.getElementById('group').value; @@ -110,7 +108,8 @@ // pageFlip(unit); pageTurnB(unit) testSound.play(); - } + console.log("flipping page:"+ unit); + } else { console.log("not for this group... ignoring... for group:" + group ); }
--- a/www/m/js/nodescore-slides.js Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/js/nodescore-slides.js Sun Mar 31 01:46:39 2013 +0000 @@ -55,20 +55,24 @@ // countdown to change socket.on("countinFromServer", countinClient); -function countinClient(groupID, currentseconds,mm,text,colour,background){ +function countinClient(groupID, currentseconds,mm,text,colour,background,unit){ var groupPage=document.getElementById('group').value - if (groupID == groupPage) { - document.getElementById("count").style.visibility="visible"; - document.getElementById("count").style.visibility="visible"; - $("#counttitle").text(text); - $("#count").text(currentseconds); - //$("#cnt").text(currentseconds); - $("#count").css('background-color', background); - document.getElementById("count").style.color=colour; -// if ( currentseconds == 0) { - //document.getElementById("midcomms").style.visibility='hidden'; +// if (groupID == groupPage) { + //document.getElementById("count"+groupID).style.visibility="visible"; + //document.getElementById("count"+groupID).style.visibility="visible"; + $("#counttitle").text(text); + // in box + //$('#sqr'+unit).text(currentseconds); + //console.log('#sqr'+unit) + $("#count"+groupID).text(currentseconds); + //$("#cnt").text(currentseconds); + + $("#count"+groupID).css('background-color', background); +// document.getElementById("count"+groupID).style.color=colour; + // if ( currentseconds == 0) { + //document.getElementById("midcomms").style.visibility='hidden'; // } - }} + }//} ///////////////////////////////////////////////// ///////////////////////////////////////////////// @@ -76,6 +80,7 @@ socket.on("counterText", cText); function cText(groupID, currentseconds,text){ + $("#totalcountdown"+groupID).text(text); var groupPage=document.getElementById('group').value if (groupID == groupPage) { //console.log(text) @@ -106,7 +111,7 @@ } else { - console.log("not for this group... ignoring... for group:" + group ); + //console.log("not for this group... ignoring... for group:" + group ); } }
--- a/www/m/music.html Thu Dec 20 12:35:18 2012 +0000 +++ b/www/m/music.html Sun Mar 31 01:46:39 2013 +0000 @@ -11,43 +11,42 @@ <body style="margin:0"> <script> var testSound = new buzz.sound( 'audio/testfile', { formats: [ 'ogg', 'mp3' ] } );</script> - <a id="0"><div class="unit" id="unit00"> <script>testSound.play();</script><embed class="svgmusic" src="svg/13_6_2.svg" type="image/svg+xml"/> </div></a> - <a id="1"><div class="unit" id="unit01"> <script>testSound.play();</script><embed class="svgmusic" src="svg/13_6_2.svg" type="image/svg+xml"/> </div></a> - <a id="2"><div class="unit" id="unit02"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="3"><div class="unit" id="unit03"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="4"><div class="unit" id="unit04"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="5"><div class="unit" id="unit05"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="6"><div class="unit" id="unit06"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="7"><div class="unit" id="unit07"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="8"><div class="unit" id="unit08"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="9"><div class="unit" id="unit09"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="10"><div class="unit" id="unit10"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="11"><div class="unit" id="unit11"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="12"><div class="unit" id="unit12"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="13"><div class="unit" id="unit13"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="14"><div class="unit" id="unit14"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="15"><div class="unit" id="unit15"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="16"><div class="unit" id="unit16"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="17"><div class="unit" id="unit17"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="18"><div class="unit" id="unit18"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="19"><div class="unit" id="unit19"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="20"><div class="unit" id="unit20"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="21"><div class="unit" id="unit21"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="22"><div class="unit" id="unit22"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="23"><div class="unit" id="unit23"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="24"><div class="unit" id="unit24"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="25"><div class="unit" id="unit25"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="26"><div class="unit" id="unit26"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="27"><div class="unit" id="unit27"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="28"><div class="unit" id="unit28"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="29"><div class="unit" id="unit29"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="30"><div class="unit" id="unit30"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - <a id="31"><div class="unit" id="unit31"> <script>testSound.play();</script><embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> - <a id="32"><div class="unit" id="unit32"> <script>testSound.play();</script><embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> - <a id="33"><div class="unit" id="unit33"> <script>testSound.play();</script><embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> - <a id="34"><div class="unit" id="unit34"> <script>testSound.play();</script><embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> - <a id="35"><div class="unit" id="unit35"> <script>testSound.play();</script><embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> - + <a id="0"><div class="unit" id="unit00"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_0.svg" type="image/svg+xml"/> </div></a> + <a id="1"><div class="unit" id="unit01"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_1.svg" type="image/svg+xml"/> </div></a> + <a id="2"><div class="unit" id="unit02"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_2.svg" type="image/svg+xml"/> </div></a> + <a id="3"><div class="unit" id="unit03"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_3.svg" type="image/svg+xml"/> </div></a> + <a id="4"><div class="unit" id="unit04"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_4.svg" type="image/svg+xml"/> </div></a> + <a id="5"><div class="unit" id="unit05"> <script>testSound.play();</script><embed class="svgmusic" src="svg/0_5.svg" type="image/svg+xml"/> </div></a> + <a id="6"><div class="unit" id="unit06"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_0.svg" type="image/svg+xml"/> </div></a> + <a id="7"><div class="unit" id="unit07"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_1.svg" type="image/svg+xml"/> </div></a> + <a id="8"><div class="unit" id="unit08"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_2.svg" type="image/svg+xml"/> </div></a> + <a id="9"><div class="unit" id="unit09"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_3.svg" type="image/svg+xml"/> </div></a> + <a id="10"><div class="unit" id="unit10"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_4.svg" type="image/svg+xml"/> </div></a> + <a id="11"><div class="unit" id="unit11"> <script>testSound.play();</script><embed class="svgmusic" src="svg/1_5.svg" type="image/svg+xml"/> </div></a> + <a id="12"><div class="unit" id="unit12"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_0.svg" type="image/svg+xml"/> </div></a> + <a id="13"><div class="unit" id="unit13"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_1.svg" type="image/svg+xml"/> </div></a> + <a id="14"><div class="unit" id="unit14"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_2.svg" type="image/svg+xml"/> </div></a> + <a id="15"><div class="unit" id="unit15"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_3.svg" type="image/svg+xml"/> </div></a> + <a id="16"><div class="unit" id="unit16"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_4.svg" type="image/svg+xml"/> </div></a> + <a id="17"><div class="unit" id="unit17"> <script>testSound.play();</script><embed class="svgmusic" src="svg/2_5.svg" type="image/svg+xml"/> </div></a> + <a id="18"><div class="unit" id="unit18"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_0.svg" type="image/svg+xml"/> </div></a> + <a id="19"><div class="unit" id="unit19"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_1.svg" type="image/svg+xml"/> </div></a> + <a id="20"><div class="unit" id="unit20"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_2.svg" type="image/svg+xml"/> </div></a> + <a id="21"><div class="unit" id="unit21"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_3.svg" type="image/svg+xml"/> </div></a> + <a id="22"><div class="unit" id="unit22"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_4.svg" type="image/svg+xml"/> </div></a> + <a id="23"><div class="unit" id="unit23"> <script>testSound.play();</script><embed class="svgmusic" src="svg/3_5.svg" type="image/svg+xml"/> </div></a> + <a id="24"><div class="unit" id="unit24"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_0.svg" type="image/svg+xml"/> </div></a> + <a id="25"><div class="unit" id="unit25"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_1.svg" type="image/svg+xml"/> </div></a> + <a id="26"><div class="unit" id="unit26"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_2.svg" type="image/svg+xml"/> </div></a> + <a id="27"><div class="unit" id="unit27"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_3.svg" type="image/svg+xml"/> </div></a> + <a id="28"><div class="unit" id="unit28"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_4.svg" type="image/svg+xml"/> </div></a> + <a id="29"><div class="unit" id="unit29"> <script>testSound.play();</script><embed class="svgmusic" src="svg/4_5.svg" type="image/svg+xml"/> </div></a> + <a id="30"><div class="unit" id="unit30"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_0.svg" type="image/svg+xml"/> </div></a> + <a id="31"><div class="unit" id="unit31"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_1.svg" type="image/svg+xml"/> </div></a> + <a id="32"><div class="unit" id="unit32"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_2.svg" type="image/svg+xml"/> </div></a> + <a id="33"><div class="unit" id="unit33"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_3.svg" type="image/svg+xml"/> </div></a> + <a id="34"><div class="unit" id="unit34"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_4.svg" type="image/svg+xml"/> </div></a> + <a id="35"><div class="unit" id="unit35"> <script>testSound.play();</script><embed class="svgmusic" src="svg/5_5.svg" type="image/svg+xml"/> </div></a>
--- a/www/m/svg/12_7_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 11.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 6.1779)" x="34.1790" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.1779)" x="49.1852" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.1779)" x="49.3030" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(50.0364, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.4864, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.4745, 6.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 10.1779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.5112, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(27.6232, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.4492, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.3625, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.9245, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.2125, 5.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.0732, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/13_6_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 11.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 6.1779)" x="27.0920" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.1779)" x="42.0816" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.1779)" x="42.1994" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.5031, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3828, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 10.1779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.9946, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.1255, 5.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.4409, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.8291, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.9328, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.3791, 6.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.2755, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.4864, 6.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(20.5445, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/14_1_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.0912, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.3316, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(14.0765, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.2265, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.2361, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6412, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.3053, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(36.3220, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.9957, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/15_0_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1171, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(41.9205, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(43.3705, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3805, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6339, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.6238, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6671, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.6272, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/16_2_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1995, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.2144, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(27.5536, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.5927, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.2981, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.9590, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.6644, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.0495, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.0036, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/17_3_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.0546, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.2767, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.6930, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6651, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.2488, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6046, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(34.7988, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.4709, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/18_4_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.2620, 9.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(51.2787, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.8962, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.2190, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(27.4348, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.5531, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.5507, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0462, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.1007, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.8848, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/19_5_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1995, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.2144, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.5481, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5927, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(34.5090, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.9590, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.6644, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.0495, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(28.2536, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/20_5_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.4204, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.2587, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.0773, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.2223, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.4823, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.0970, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.2420, 5.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(35.9470, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.6723, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.4037, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(20.6273, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/21_4_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 12.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 11.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 7.6779)" x="19.4969" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 7.6779)" x="33.6578" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.6779)" x="33.6578" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 7.6779)" x="41.3632" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.6779)" x="41.3632" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.6779)" x="41.4810" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 7.6779)" x="48.8983" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.6779)" x="48.8983" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.6779)" x="49.0161" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.1995, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 11.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(42.2144, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(43.6644, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.7981, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5927, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.9590, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.0495, 5.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(28.7536, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/22_3_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.4153, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(51.5653, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.2131, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.0787, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.8395, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.9895, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.1238, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.1513, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.6738, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.6013, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.1964, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(21.0620, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -</svg>
--- a/www/m/svg/23_2_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="34.0791" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.2787, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.5962, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.9827, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.1328, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.2986, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.8287, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.3803, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.6128, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.2145, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/24_0_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2820, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.7881, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.8515, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3015, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.4657, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.1320, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(37.1238, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.8096, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.9596, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/25_1_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1314, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.2418, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.9268, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3768, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.3663, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.7750, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.9250, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3918, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.3558, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/26_6_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(50.9832, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.4696, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.7009, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.0145, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.9196, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.1060, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.8281, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/27_7_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1537, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8587, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(28.7520, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.6156, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.3440, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.6303, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.1370, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.9020, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.8940, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/28_7_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2195, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.6943, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1079, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5827, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.0695, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(35.2988, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.7488, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0533, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.9579, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/29_6_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="34.7261" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.4439, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.6106, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.6335, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7705, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2205, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.0273, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.7940, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.9440, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.1606, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(21.4835, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/30_1_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.9495, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(41.9691, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(43.1191, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.5481, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.7177, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.4590, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.4995, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.6286, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/31_0_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(49.9370, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.3870, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.7753, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1106, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7989, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2489, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.0137, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(37.1637, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.2723, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.7223, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/32_2_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.4236, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0006, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.8241, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7806, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2306, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.4072, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0971, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.3905, 9.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(30.2471, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3740, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(50.2736, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/33_3_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.0912, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.4853, 9.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.4065, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6468, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.9412, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.1757, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.5019, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.4161, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.9565, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/34_4_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2787, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3629, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.7986, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.9827, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.1328, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.6970, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0145, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.6803, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(30.4645, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3486, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/35_5_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(49.9338, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.3838, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.7538, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1139, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5006, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.5905, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.7705, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.1405, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.9772, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.6639, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/36_5_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1995, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.4941, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1278, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5927, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.7495, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.0887, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.5387, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.8332, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.9778, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/37_4_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.3245, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.4019, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(27.8661, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.5302, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.6731, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.2090, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8519, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.1745, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.3161, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/38_3_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.3245, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(51.3412, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.9899, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1565, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5218, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.6757, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.1399, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.2257, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.0411, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.7065, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/39_2_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(49.9537, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.4037, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.7837, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.5940, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(27.7473, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.4906, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.6303, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8003, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.4803, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.1973, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/40_0_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="19.6219" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.0745, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.4769, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.9231, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6552, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.4590, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.9245, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(35.0090, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.6911, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/41_1_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.3412, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.4566, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.1565, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.4707, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.5218, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.0066, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.8220, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.8053, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.6207, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.7065, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/42_6_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1013, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(42.6468, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(44.0968, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.3305, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.6418, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.8963, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.3422, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.4805, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/43_7_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(49.8745, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.3245, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.6816, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.9231, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.8302, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2802, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.8887, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(37.0387, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.5661, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.4731, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/44_7_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(49.9963, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(51.4463, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8642, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.3014, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7693, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2193, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.5822, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(37.0322, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.4334, 7.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.4501, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/45_6_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1338, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.3788, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(27.6522, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.6256, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3639, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.0905, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8288, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.1171, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.1022, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/46_1_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 11.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 6.0779)" x="20.6435" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.1480, 8.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.4168, 7.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 10.0779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.8269, 5.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.9184, 7.0779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3684, 7.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.8560, 8.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.1081, 7.0779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(30.1248, 7.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.2668, 7.5779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(21.6769, 5.5779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/47_0_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 10.6779)" x="40.9415" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 10.6779)" x="48.8485" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.0320, 10.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.2427, 10.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(14.1061, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.2561, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.0454, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.5819, 10.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.3035, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.4535, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.8346, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/48_2_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.8870, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.1957, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.0489, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.4989, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.3606, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.3340, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.7370, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.2223, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/49_3_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.0713, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3017, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.9568, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.4068, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(23.1764, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.2822, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.4959, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(30.5126, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.7264, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/50_4_6.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="19.9807" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(50.2787, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(51.2954, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.0545, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.2819, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.9744, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.1244, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0712, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.8470, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.4895, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.9395, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/51_5_5.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="27.3053" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(50.3189, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(51.3355, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.1314, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.4691, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.9543, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.1043, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.7940, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(37.2440, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.6065, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3191, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/52_5_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1171, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.3705, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.3805, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6339, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.3738, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6671, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(34.9238, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(28.6272, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/53_4_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 10.6779)" x="48.8358" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.1370, 10.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.9503, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(14.0536, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.2036, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.9403, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.2270, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.6637, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.4004, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.6770, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/54_3_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2162, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.8024, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(21.5315, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5843, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(34.9757, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.4257, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.9524, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(50.1995, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(28.7286, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/55_2_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.4037, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3004, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.0940, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7906, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2406, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.1303, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.2473, 9.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.9803, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(43.2837, 9.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.6973, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/56_0_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.4037, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3004, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.6736, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7906, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2406, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.4470, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.8270, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(35.9970, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.8436, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.5236, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/57_1_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 10.6779)" x="41.6558" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(50.9296, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.3892, 10.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.7276, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.8180, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8392, 10.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.9988, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.1584, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/58_6_7.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1013, 10.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.8968, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.9418, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3918, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.1463, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.5805, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.5922, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3468, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.7305, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/59_7_4.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.0745, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.3066, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.6731, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.6552, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.5387, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6245, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(35.3887, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(28.9411, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/60_7_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="41.8790" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.6570, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.1802, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.5907, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.6640, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.1140, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.2035, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.7471, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.0535, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.8971, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.1407, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(50.2070, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/61_6_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="27.1697" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.0546, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(42.5767, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(44.0267, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.9651, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.4151, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.4430, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.2488, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.4709, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/62_1_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1995, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.3441, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.2981, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.5927, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.5090, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.9590, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.4941, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.2536, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.8481, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/63_0_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 10.6755)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.6755)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6755)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6755)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6755)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 5.6755)" x="34.7374" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.6755)" x="41.9429" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 4.6755)" x="41.9429" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.6755)" x="48.8983" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 4.6755)" x="48.8983" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.1995, 4.6755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 9.6755) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(44.2441, 4.1755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.6832, 7.1755) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.5927, 8.1755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.2981, 8.1755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.8332, 7.1755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.0387, 5.6755) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.8481, 8.1755) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/64_2_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.9037, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(42.7837, 6.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(43.8003, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.4236, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.7406, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.3803, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.5270, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.2736, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/65_3_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 11.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.0779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 6.0779)" x="35.1457" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.2531, 8.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.5745, 7.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 10.0779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.2446, 6.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.4732, 7.0779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.5659, 7.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.5578, 7.0779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(37.3291, 5.5779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.1791, 5.5779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(29.9232, 7.0779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.7945, 6.5779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/66_4_0.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(50.8671, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.2955, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.7589, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.8805, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.7455, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.8738, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0022, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/67_5_3.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 11.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 10.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 9.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.1779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 6.1779)" x="20.3509" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 6.1779)" x="35.4029" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<rect transform="translate(2.0084, 5.1779)" x="35.5207" y="-0.1058" width="1.6390" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.4406, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.8557, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.2541, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 10.1779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.5343, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7721, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2221, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.7041, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.6692, 6.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(30.1192, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.8390, 6.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(21.3843, 5.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/68_5_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1370, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(43.4003, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(14.0536, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(15.2036, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.9403, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.1637, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.6870, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(29.1770, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/69_4_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<rect transform="translate(2.0084, 4.6779)" x="49.1816" y="-0.1058" width="1.7568" height="0.2116" ry="0.1058" fill="currentColor"/> -<path transform="translate(51.4829, 4.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.4191, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.2720, 5.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.7648, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.7510, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2010, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.2887, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0082, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(30.1582, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.4024, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(21.3148, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/70_3_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(50.2787, 9.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(51.2954, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0712, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.7819, 9.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.8448, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2948, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.9137, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.9895, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(30.0061, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.6319, 9.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/71_2_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.4037, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.3004, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.0940, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.2473, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(14.4906, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.1504, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.8673, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.8507, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.6973, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(20.6440, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/72_0_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2564, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(42.6293, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(27.8480, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(14.5643, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.4913, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(35.2523, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(36.4023, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0793, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.9980, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/73_1_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.3412, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.7066, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(22.9065, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(13.8218, 5.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.2719, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(37.5720, 6.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.0911, 5.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(36.4220, 6.1779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -<path transform="translate(30.1077, 5.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.4565, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -</svg>
--- a/www/m/svg/74_6_1.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.2162, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.0024, 8.6779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.8843, 8.6779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3344, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.8611, 7.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(36.7553, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(44.0191, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(29.5582, 9.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(21.7111, 7.6779) scale(0.0040, -0.0040)" d="M29 39l-2 -64v-11c0 -22 2 -43 5 -65c44 38 91 80 91 138c0 33 -13 66 -42 66c-31 0 -51 -31 -52 -64zM-16 -139l-12 593c9 5 18 8 28 8s19 -3 28 -8l-7 -343c25 23 58 36 92 36c51 0 87 -49 87 -103c0 -79 -84 -117 -144 -169c-16 -14 -25 -41 -47 -41 -c-14 0 -25 13 -25 27z" fill="currentColor"/> -</svg>
--- a/www/m/svg/75_7_2.svg Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<?xml-stylesheet type="text/css" href="svg-stylesheet.css" ?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" width="100.00mm" height="33.00mm" viewBox="0 0 66.9477 22.0927"> -<!-- Page: 1/1 --> -<text transform="translate(2.0084, 2.6779)" font-family="Century Schoolbook L" font-size="2.1993" text-anchor="start" fill="currentColor"> -<tspan> - </tspan> -</text> -<line transform="translate(2.0084, 9.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 8.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 7.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 6.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<line transform="translate(2.0084, 5.6779)" stroke-linejoin="round" stroke-linecap="round" stroke-width="0.1116" stroke="currentColor" x1="0.0558" y1="-0.0000" x2="62.8750" y2="-0.0000"/> -<path transform="translate(51.1963, 5.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(43.4892, 6.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(2.8084, 8.6779) scale(0.0040, -0.0040)" d="M335 -263c-189 0 -333 173 -333 375c0 181 132 315 250 453c-22 70 -43 141 -52 214c-7 55 -8 110 -8 166c0 118 55 230 149 301c3 3 7 4 11 4s9 -2 12 -5c77 -89 146 -262 146 -383c0 -149 -89 -265 -186 -379c23 -73 44 -145 63 -219h2c156 0 257 -129 257 -262 -c0 -76 -34 -154 -108 -210c-25 -19 -53 -32 -82 -40v-27c0 -50 -1 -99 -4 -149c-7 -122 -96 -229 -218 -229c-112 0 -202 93 -202 206c0 58 53 103 112 103c54 0 95 -47 95 -103c0 -52 -43 -95 -95 -95c-11 0 -21 2 -31 6c26 -44 71 -73 124 -73c98 0 165 91 171 191 -c3 47 4 95 4 142v19c-26 -4 -50 -6 -77 -6zM455 -204c71 23 119 95 119 166c0 87 -61 173 -161 189c22 -108 38 -234 42 -355zM338 -219c25 0 50 2 74 5c-4 126 -20 255 -44 367c-86 -4 -135 -59 -135 -120c0 -44 25 -91 81 -123c5 -5 7 -11 7 -16c0 -12 -10 -23 -22 -23 -c-3 0 -6 1 -9 2c-81 43 -118 116 -118 186c0 92 62 180 171 200c-16 62 -34 124 -53 185c-109 -125 -216 -251 -216 -415c0 -135 129 -248 264 -248zM403 1100c-100 -52 -162 -156 -162 -268c0 -86 22 -156 44 -227c84 102 153 208 153 340c0 68 -7 96 -35 155z" fill="currentColor"/> -<path transform="translate(13.8943, 7.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(15.3443, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(22.0514, 8.6779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(49.7463, 5.1779) scale(0.0040, -0.0040)" d="M217 -311c0 -11 -8 -19 -19 -19s-20 8 -20 19v142l-81 -30v-156c0 -11 -9 -20 -20 -20s-19 9 -19 20v142l-28 -11c-3 -1 -5 -1 -8 -1c-12 0 -22 10 -22 23v57c0 9 6 18 15 21l43 16v157l-28 -10c-3 -1 -5 -1 -8 -1c-12 0 -22 9 -22 22v57c0 9 6 18 15 21l43 16v157 -c0 11 8 19 19 19s20 -8 20 -19v-142l81 30v156c0 11 9 20 20 20s19 -9 19 -20v-142l28 11c3 1 5 1 8 1c12 0 22 -10 22 -23v-57c0 -9 -6 -18 -15 -21l-43 -16v-157l28 10c3 1 5 1 8 1c12 0 22 -9 22 -22v-57c0 -9 -6 -18 -15 -21l-43 -16v-157zM97 64v-158l81 30v158z" fill="currentColor"/> -<path transform="translate(36.2822, 8.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -<path transform="translate(28.3084, 7.1779) scale(0.0040, -0.0040)" d="M-8 375c8 5 17 7 26 7s18 -2 26 -7l-3 -187l104 21h4c10 0 18 -8 18 -18l8 -566c-8 -5 -17 -7 -26 -7s-18 2 -26 7l2 187l-103 -21h-4c-10 0 -18 8 -18 18zM130 111l-90 -18l-3 -204l90 18z" fill="currentColor"/> -<path transform="translate(29.3251, 7.1779) scale(0.0036, -0.0036)" d="M214 140c59 0 115 -32 115 -97c0 -72 -54 -121 -101 -149c-35 -21 -74 -34 -114 -34c-59 0 -114 32 -114 97c0 72 54 121 101 149c35 21 73 34 113 34z" fill="currentColor"/> -</svg>
--- a/www/m/svg/svg-stylesheet.css Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -svg { background-color: black; width:1000px; height:330px; display:block;} -line { stroke: white; } -text { fill: white;} -path { stroke: white; fill: white; } -rect { fill: white; } -circle { stroke: white; } -
--- a/www/m/svg/svg.html Thu Dec 20 12:35:18 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +0,0 @@ -<html> - <body> -<img src="sv_.ht.svg" width="400" /> -<img src="63_0_0.svg" width="400" /> -<img src="72_0_1.svg" width="400" /> -<img src="15_0_2.svg" width="400" /> -<img src="24_0_3.svg" width="400" /> -<img src="31_0_4.svg" width="400" /> -<img src="40_0_5.svg" width="400" /> -<img src="47_0_6.svg" width="400" /> -<img src="56_0_7.svg" width="400" /> -<img src="25_1_0.svg" width="400" /> -<img src="14_1_1.svg" width="400" /> -<img src="73_1_2.svg" width="400" /> -<img src="62_1_3.svg" width="400" /> -<img src="57_1_4.svg" width="400" /> -<img src="46_1_5.svg" width="400" /> -<img src="41_1_6.svg" width="400" /> -<img src="30_1_7.svg" width="400" /> -<img src="64_2_0.svg" width="400" /> -<img src="71_2_1.svg" width="400" /> -<img src="16_2_2.svg" width="400" /> -<img src="23_2_3.svg" width="400" /> -<img src="32_2_4.svg" width="400" /> -<img src="39_2_5.svg" width="400" /> -<img src="48_2_6.svg" width="400" /> -<img src="55_2_7.svg" width="400" /> -<img src="22_3_0.svg" width="400" /> -<img src="17_3_1.svg" width="400" /> -<img src="70_3_2.svg" width="400" /> -<img src="65_3_3.svg" width="400" /> -<img src="54_3_4.svg" width="400" /> -<img src="49_3_5.svg" width="400" /> -<img src="38_3_6.svg" width="400" /> -<img src="33_3_7.svg" width="400" /> -<img src="66_4_0.svg" width="400" /> -<img src="69_4_1.svg" width="400" /> -<img src="18_4_2.svg" width="400" /> -<img src="21_4_3.svg" width="400" /> -<img src="34_4_4.svg" width="400" /> -<img src="37_4_5.svg" width="400" /> -<img src="50_4_6.svg" width="400" /> -<img src="53_4_7.svg" width="400" /> -<img src="20_5_0.svg" width="400" /> -<img src="19_5_1.svg" width="400" /> -<img src="68_5_2.svg" width="400" /> -<img src="67_5_3.svg" width="400" /> -<img src="52_5_4.svg" width="400" /> -<img src="51_5_5.svg" width="400" /> -<img src="36_5_6.svg" width="400" /> -<img src="35_5_7.svg" width="400" /> -<img src="61_6_0.svg" width="400" /> -<img src="74_6_1.svg" width="400" /> -<img src="13_6_2.svg" width="400" /> -<img src="26_6_3.svg" width="400" /> -<img src="29_6_4.svg" width="400" /> -<img src="42_6_5.svg" width="400" /> -<img src="45_6_6.svg" width="400" /> -<img src="58_6_7.svg" width="400" /> -<img src="27_7_0.svg" width="400" /> -<img src="12_7_1.svg" width="400" /> -<img src="75_7_2.svg" width="400" /> -<img src="60_7_3.svg" width="400" /> -<img src="59_7_4.svg" width="400" /> -<img src="44_7_5.svg" width="400" /> -<img src="43_7_6.svg" width="400" /> -<img src="28_7_7.svg" width="400" /> - </body> - </html>