Files
ash-pages/workout/muscle-diagram.svg
T

101 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.w3.org/namespaces/inkscape"
width="406.99026mm"
height="354.43411mm"
viewBox="0 0 406.99026 354.43411"
version="1.1"
id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="muscles_front_and_back.svg">
<!--
Source: https://commons.wikimedia.org/wiki/File:Muscles_front_and_back.svg
License: CC BY-SA 4.0
Author: Nefronus / Wikimedia Commons
Modified: Simplified for Ash Pages workout cards
-->
<title>Muscle Diagram - Front and Back View</title>
<defs id="defs2">
<style>
.muscle-base { fill: #c4957e; stroke: #8b6f5e; stroke-width: 0.5; }
.muscle-chest { fill: #e57373; }
.muscle-back { fill: #81c784; }
.muscle-shoulders { fill: #64b5f6; }
.muscle-arms { fill: #ffb74d; }
.muscle-core { fill: #a1887f; }
.muscle-legs { fill: #90a4ae; }
.highlight { filter: brightness(1.2); }
</style>
</defs>
<metadata id="metadata5">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:title>Muscle Diagram - Front and Back View</dc:title>
<dc:creator>Nefronus</dc:creator>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="front-view" transform="translate(0,0)">
<text x="50" y="20" style="font-size:14px;font-weight:bold;fill:#888;">ANTERIOR (Front)</text>
<!-- Chest - Pectorals -->
<g id="muscles-chest" class="muscle-base muscle-chest">
<path d="M 120,80 Q 140,75 160,80 L 165,110 Q 140,120 120,110 Z" id="chest-left"/>
<path d="M 180,80 Q 200,75 220,80 L 215,110 Q 190,120 170,110 Z" id="chest-right"/>
</g>
<!-- Shoulders - Deltoids -->
<g id="muscles-shoulders" class="muscle-base muscle-shoulders">
<circle cx="110" cy="75" r="15" id="shoulder-left"/>
<circle cx="230" cy="75" r="15" id="shoulder-right"/>
</g>
<!-- Arms - Biceps/Triceps -->
<g id="muscles-arms" class="muscle-base muscle-arms">
<ellipse cx="105" cy="120" rx="12" ry="25" id="arm-left"/>
<ellipse cx="235" cy="120" rx="12" ry="25" id="arm-right"/>
</g>
<!-- Core - Abs/Obliques -->
<g id="muscles-core" class="muscle-base muscle-core">
<rect x="140" y="115" width="60" height="50" rx="10" id="abs"/>
</g>
<!-- Legs - Quads -->
<g id="muscles-legs-front" class="muscle-base muscle-legs">
<ellipse cx="150" cy="220" rx="20" ry="35" id="quad-left"/>
<ellipse cx="190" cy="220" rx="20" ry="35" id="quad-right"/>
</g>
</g>
<g id="back-view" transform="translate(220,0)">
<text x="50" y="20" style="font-size:14px;font-weight:bold;fill:#888;">POSTERIOR (Back)</text>
<!-- Back - Lats/Traps -->
<g id="muscles-back" class="muscle-base muscle-back">
<path d="M 130,70 L 170,70 L 180,130 L 120,130 Z" id="lats"/>
<ellipse cx="150" cy="65" rx="25" ry="15" id="traps"/>
</g>
<!-- Shoulders - Rear Delts -->
<g id="muscles-shoulders-back" class="muscle-base muscle-shoulders">
<circle cx="115" cy="75" r="12" id="rear-shoulder-left"/>
<circle cx="225" cy="75" r="12" id="rear-shoulder-right"/>
</g>
<!-- Arms - Triceps -->
<g id="muscles-arms-back" class="muscle-base muscle-arms">
<ellipse cx="108" cy="115" rx="10" ry="22" id="tricep-left"/>
<ellipse cx="232" cy="115" rx="10" ry="22" id="tricep-right"/>
</g>
<!-- Core - Lower Back -->
<g id="muscles-core-back" class="muscle-base muscle-core">
<rect x="145" y="130" width="50" height="30" rx="8" id="lower-back"/>
</g>
<!-- Legs - Hamstrings/Glutes -->
<g id="muscles-legs-back" class="muscle-base muscle-legs">
<ellipse cx="150" cy="210" rx="22" ry="30" id="hamstring-left"/>
<ellipse cx="190" cy="210" rx="22" ry="30" id="hamstring-right"/>
</g>
</g>
</svg>