<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"
id="bcr-logo" viewBox="-300 -300 600 600" width="1.5in" height="1.5in">
<title>Boston Change Ringers</title>
<style type="text/css">
<![CDATA[
* {
stroke: black;
fill: black;
stroke-width: 3px;
}
#wheel-rim {
stroke-width: 6px;
fill: none;
}
.rope-wrap {
stroke-linecap: round;
stroke-width: 5px;
}
#bcr {
font-family: Futura, sans;
fill: black;
stroke-width: 1px;
font-size: 50px;
}
]]>
</style>
<g transform="rotate(165)">
<g transform="matrix(1,0,0,-1,0,0)">
<g id="bell-and-clapper" transform="translate(0,-185)">
<path id="bell" d="
M 0,0
L 120,0
C 125,10 130,20 120,30
C 130,20 100,50 90,60
C 55,110 65,150 65,175
C 65,190 30,200 0,200
C -30,200 -65,190 -65,175
C -65,150 -55,110 -90,60
C -100,50 -130,20 -120,30
C -130,20 -125,10 -120,0
L 0,0
" />
<g id="clapper" transform="rotate(-20,0,180)">
<circle id="clapper-ball" cx="0" cy="-3" r="20" />
<polygon id="clapper-flight" points="0,-5 -10,-35 10,-35 0,-5" />
</g>
</g>
<g id="wheel">
<circle id="wheel-rim" cx="0" cy="0" r="200" />
<line id="cross-bar" x1="-200" y1="0" x2="200" y2="0" />
<rect id="headstock" x="-15" y="0" width="30" height="50" />
<line id="left-vertical" x1="-15" y1="0" x2="-15" y2="200" />
<line id="right-vertical" x1="15" y1="0" x2="15" y2="200" />
<line id="left-top-diagonal" x1="-15" y1="40" x2="-115" y2="164" />
<line id="right-top-diagonal" x1="15" y1="40" x2="115" y2="164" />
<line id="left-bottom-diagonal" x1="-75" y1="0" x2="-141" y2="-141" />
<line id="right-bottom-diagonal" x1="75" y1="0" x2="141" y2="-141" />
<line id="left-support" x1="-200" y1="0" x2="-15" y2="25" />
<line id="right-support" x1="200" y1="0" x2="15" y2="25" />
</g>
<g id="rope" transform="translate(0,139)">
<line class="rope-wrap" x1="-17" x2="17" y1="0" y2="0" />
<line class="rope-wrap" x1="-17" x2="17" y1="5" y2="5" />
<line class="rope-wrap" x1="-17" x2="17" y1="10" y2="10" />
<line class="rope-wrap" x1="-17" x2="17" y1="15" y2="15" />
<line class="rope-wrap" x1="-17" x2="17" y1="20" y2="20" />
<line class="rope-wrap" x1="-17" x2="115" y1="25" y2="25" />
</g>
</g>
<g id="bcr-on-path" transform="matrix(-1,0,0,-1,0,0)">
<defs>
<path id="text-circle" d="
M -233,-135
A 270,270 0 1,0 233,-135
" />
</defs>
<text>
<textPath id="bcr" xlink:href="#text-circle" textLength="1135">BOSTON CHGANE RNIERGS</textPath>
</text>
</g>
</g>
</svg>