Fix figure IK snapping and gate the library on a fail-hard motion checker
Three solver defects made limbs teleport, twist, or windmill: write-back angles wrapped at ±180 and lerped the long way around; branch flips landed on configurations the anatomical write-back cannot represent, silently pulling pinned extremities off their pins; and the degenerate straight-limb bend plane fell back to the camera axis instead of the anatomical anterior. solve_limb now verifies each branch reproduces the solved end before accepting it, resolve unwraps written-back angles toward the pose they replace, and the degenerate plane comes from the parent's anterior axis. render.py --check replays every exercise's full tween loop and fails hard on six invariants (pin fidelity, continuity, wraps, authored-vs-resolved drift, ground penetration, resolved ROM); --export refuses to ship a failing exercise. All 66 motions re-authored or retouched to pass: honest authored angles where pins used to override them silently, grounded feet on the seated machines, a vertical bench-press bar path, straight-armed child's pose, a butterfly stretch seated on the mat, and FK arms where pins forced impossible reaches. MotionSolver.swift mirrors the solver changes line for line, held by regenerated fixtures. Claude-Session: https://claude.ai/code/session_01PKptrgbx74peTwHGRxBojv
@@ -2,8 +2,7 @@
|
||||
<title>Bird Dog</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="112.0" y1="93.0" x2="115.9" y2="122.2"><stop offset="0" stop-color="#7ecbc1"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="201.5" y2="151.7"><stop offset="0" stop-color="#53b6ab"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.6" y1="152.2" x2="244.6" y2="158.4"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#0e9488"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="201.5" y2="151.7"><stop offset="0" stop-color="#5cbbb0"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="110.1" y1="124.1" x2="105.0" y2="153.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#15988c"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 37.3 160.4 L 298.0 160.4 L 298.0 150.0 L 37.3 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
@@ -12,14 +11,14 @@
|
||||
<path d="M 115.9 122.2 L 111.0 151.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 195.9 106.8 L 201.5 151.7" stroke="url(#grad-leg_r-0)" stroke-width="5.20929" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.5 151.7" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.5 151.7 L 250.5 157.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 195.9 106.8 L 201.5 151.7" stroke="url(#grad-leg_r-0)" stroke-width="5.17255" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.0 145.6" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.0 145.6 L 250.9 150.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_l">
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.6 152.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 235.6 152.2 L 244.6 158.4" stroke="url(#grad-leg_l-2)" stroke-width="5.9972" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.1 146.0" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 235.1 146.0 L 245.0 150.8" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 106.0 94.8 L 106.0 92.9 L 112.0 93.0" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 190.0 107.2 L 190.0 106.0 L 195.9 106.8" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -1,11 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Bird Dog</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="240.3" y2="95.0"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#72c5bb"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="240.3" y1="95.0" x2="279.0" y2="84.8"><stop offset="0" stop-color="#72c5bb"/><stop offset="1" stop-color="#58b8ae"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="279.0" y1="84.8" x2="286.0" y2="93.1"><stop offset="0" stop-color="#58b8ae"/><stop offset="1" stop-color="#6dc3b8"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="190.0" y1="107.2" x2="195.6" y2="152.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#3aaa9f"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.6" y1="152.2" x2="244.6" y2="158.4"><stop offset="0" stop-color="#3aaa9f"/><stop offset="1" stop-color="#4ab2a7"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="240.3" y2="95.0"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#76c7bd"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="240.3" y1="95.0" x2="279.0" y2="84.8"><stop offset="0" stop-color="#76c7bd"/><stop offset="1" stop-color="#5cbbb0"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="279.0" y1="84.8" x2="286.0" y2="93.1"><stop offset="0" stop-color="#5cbbb0"/><stop offset="1" stop-color="#71c5bb"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="190.0" y1="107.2" x2="195.6" y2="152.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#3faca1"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="195.6" y1="152.2" x2="235.1" y2="146.0"><stop offset="0" stop-color="#3faca1"/><stop offset="1" stop-color="#2fa599"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.1" y1="146.0" x2="245.0" y2="150.8"><stop offset="0" stop-color="#2fa599"/><stop offset="1" stop-color="#3bab9f"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 37.3 160.4 L 298.0 160.4 L 298.0 150.0 L 37.3 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<g id="arm_r">
|
||||
@@ -13,14 +14,14 @@
|
||||
<path d="M 115.9 122.2 L 111.0 151.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 195.9 106.8 L 240.3 95.0" stroke="url(#grad-leg_r-0)" stroke-width="5.0833" stroke-linecap="round"/>
|
||||
<path d="M 240.3 95.0 L 279.0 84.8" stroke="url(#grad-leg_r-1)" stroke-width="5.27526" stroke-linecap="round"/>
|
||||
<path d="M 279.0 84.8 L 286.0 93.1" stroke="url(#grad-leg_r-2)" stroke-width="5.29548" stroke-linecap="round"/>
|
||||
<path d="M 195.9 106.8 L 240.3 95.0" stroke="url(#grad-leg_r-0)" stroke-width="5.06493" stroke-linecap="round"/>
|
||||
<path d="M 240.3 95.0 L 279.0 84.8" stroke="url(#grad-leg_r-1)" stroke-width="5.23852" stroke-linecap="round"/>
|
||||
<path d="M 279.0 84.8 L 286.0 93.1" stroke="url(#grad-leg_r-2)" stroke-width="5.25874" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_l">
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="url(#grad-leg_l-0)" stroke-width="5.81247" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.6 152.2" stroke="#3aaa9f" stroke-width="5.62495" stroke-linecap="round"/>
|
||||
<path d="M 235.6 152.2 L 244.6 158.4" stroke="url(#grad-leg_l-2)" stroke-width="5.55873" stroke-linecap="round"/>
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="url(#grad-leg_l-0)" stroke-width="5.7941" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.1 146.0" stroke="url(#grad-leg_l-1)" stroke-width="5.65388" stroke-linecap="round"/>
|
||||
<path d="M 235.1 146.0 L 245.0 150.8" stroke="url(#grad-leg_l-2)" stroke-width="5.66895" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 106.0 94.8 L 106.0 92.9 L 112.0 93.0" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 190.0 107.2 L 190.0 106.0 L 195.9 106.8" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -2,8 +2,7 @@
|
||||
<title>Bird Dog</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="112.0" y1="93.0" x2="115.9" y2="122.2"><stop offset="0" stop-color="#7ecbc1"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="201.5" y2="151.7"><stop offset="0" stop-color="#53b6ab"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.6" y1="152.2" x2="244.6" y2="158.4"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#0e9488"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="201.5" y2="151.7"><stop offset="0" stop-color="#5cbbb0"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="110.1" y1="124.1" x2="105.0" y2="153.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#15988c"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 37.3 160.4 L 298.0 160.4 L 298.0 150.0 L 37.3 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
@@ -12,14 +11,14 @@
|
||||
<path d="M 115.9 122.2 L 111.0 151.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 195.9 106.8 L 201.5 151.7" stroke="url(#grad-leg_r-0)" stroke-width="5.20929" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.5 151.7" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.5 151.7 L 250.5 157.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 195.9 106.8 L 201.5 151.7" stroke="url(#grad-leg_r-0)" stroke-width="5.17255" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.0 145.6" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.0 145.6 L 250.9 150.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_l">
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.6 152.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 235.6 152.2 L 244.6 158.4" stroke="url(#grad-leg_l-2)" stroke-width="5.9972" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.1 146.0" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 235.1 146.0 L 245.0 150.8" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 106.0 94.8 L 106.0 92.9 L 112.0 93.0" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 190.0 107.2 L 190.0 106.0 L 195.9 106.8" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -7,8 +7,8 @@
|
||||
<path d="M 37.3 160.4 L 298.0 160.4 L 298.0 150.0 L 37.3 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<g id="leg_r">
|
||||
<path d="M 195.9 106.8 L 201.5 151.7" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.5 151.7" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.5 151.7 L 250.5 157.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 201.5 151.7 L 241.0 145.6" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 241.0 145.6 L 250.9 150.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_r">
|
||||
<path d="M 112.0 93.0 L 83.6 83.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -10,8 +10,8 @@
|
||||
"neck": 16, "head": -72,
|
||||
"shoulder_r": 81, "elbow_r": 0,
|
||||
"shoulder_l": 81, "elbow_l": 0,
|
||||
"hip_r": 74, "knee_r": 83, "ankle_r": -55,
|
||||
"hip_l": 74, "knee_l": 83, "ankle_l": -55,
|
||||
"hip_r": 74, "knee_r": 92, "ankle_r": -55,
|
||||
"hip_l": 74, "knee_l": 92, "ankle_l": -55,
|
||||
"pins": {"hand_l": [105, 152], "hand_r": [111, 154]}
|
||||
},
|
||||
{
|
||||
@@ -22,7 +22,7 @@
|
||||
"shoulder_r": 81, "elbow_r": 0,
|
||||
"shoulder_l": 190, "elbow_l": 0,
|
||||
"hip_r": -24, "knee_r": 0, "ankle_r": -25,
|
||||
"hip_l": 74, "knee_l": 83, "ankle_l": -55,
|
||||
"hip_l": 74, "knee_l": 92, "ankle_l": -55,
|
||||
"pins": {"hand_r": [111, 154]}
|
||||
},
|
||||
{
|
||||
@@ -32,8 +32,8 @@
|
||||
"neck": 16, "head": -72,
|
||||
"shoulder_r": 81, "elbow_r": 0,
|
||||
"shoulder_l": 81, "elbow_l": 0,
|
||||
"hip_r": 74, "knee_r": 83, "ankle_r": -55,
|
||||
"hip_l": 74, "knee_l": 83, "ankle_l": -55,
|
||||
"hip_r": 74, "knee_r": 92, "ankle_r": -55,
|
||||
"hip_l": 74, "knee_l": 92, "ankle_l": -55,
|
||||
"pins": {"hand_l": [105, 152], "hand_r": [111, 154]}
|
||||
},
|
||||
{
|
||||
@@ -43,7 +43,7 @@
|
||||
"neck": 16, "head": -82,
|
||||
"shoulder_r": 190, "elbow_r": 0,
|
||||
"shoulder_l": 81, "elbow_l": 0,
|
||||
"hip_r": 74, "knee_r": 83, "ankle_r": -55,
|
||||
"hip_r": 74, "knee_r": 92, "ankle_r": -55,
|
||||
"hip_l": -24, "knee_l": 0, "ankle_l": -25,
|
||||
"pins": {"hand_l": [105, 152]}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 804 KiB After Width: | Height: | Size: 800 KiB |
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 299 KiB |
@@ -1,11 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Bird Dog</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="240.3" y2="95.0"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#72c5bb"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="240.3" y1="95.0" x2="279.0" y2="84.8"><stop offset="0" stop-color="#72c5bb"/><stop offset="1" stop-color="#58b8ae"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="279.0" y1="84.8" x2="286.0" y2="93.1"><stop offset="0" stop-color="#58b8ae"/><stop offset="1" stop-color="#6dc3b8"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="190.0" y1="107.2" x2="195.6" y2="152.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#3aaa9f"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.6" y1="152.2" x2="244.6" y2="158.4"><stop offset="0" stop-color="#3aaa9f"/><stop offset="1" stop-color="#4ab2a7"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="195.9" y1="106.8" x2="240.3" y2="95.0"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#76c7bd"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="240.3" y1="95.0" x2="279.0" y2="84.8"><stop offset="0" stop-color="#76c7bd"/><stop offset="1" stop-color="#5cbbb0"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="279.0" y1="84.8" x2="286.0" y2="93.1"><stop offset="0" stop-color="#5cbbb0"/><stop offset="1" stop-color="#71c5bb"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="190.0" y1="107.2" x2="195.6" y2="152.2"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#3faca1"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="195.6" y1="152.2" x2="235.1" y2="146.0"><stop offset="0" stop-color="#3faca1"/><stop offset="1" stop-color="#2fa599"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="235.1" y1="146.0" x2="245.0" y2="150.8"><stop offset="0" stop-color="#2fa599"/><stop offset="1" stop-color="#3bab9f"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 37.3 160.4 L 298.0 160.4 L 298.0 150.0 L 37.3 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<g id="arm_r">
|
||||
@@ -13,14 +14,14 @@
|
||||
<path d="M 115.9 122.2 L 111.0 151.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 195.9 106.8 L 240.3 95.0" stroke="url(#grad-leg_r-0)" stroke-width="5.0833" stroke-linecap="round"/>
|
||||
<path d="M 240.3 95.0 L 279.0 84.8" stroke="url(#grad-leg_r-1)" stroke-width="5.27526" stroke-linecap="round"/>
|
||||
<path d="M 279.0 84.8 L 286.0 93.1" stroke="url(#grad-leg_r-2)" stroke-width="5.29548" stroke-linecap="round"/>
|
||||
<path d="M 195.9 106.8 L 240.3 95.0" stroke="url(#grad-leg_r-0)" stroke-width="5.06493" stroke-linecap="round"/>
|
||||
<path d="M 240.3 95.0 L 279.0 84.8" stroke="url(#grad-leg_r-1)" stroke-width="5.23852" stroke-linecap="round"/>
|
||||
<path d="M 279.0 84.8 L 286.0 93.1" stroke="url(#grad-leg_r-2)" stroke-width="5.25874" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_l">
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="url(#grad-leg_l-0)" stroke-width="5.81247" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.6 152.2" stroke="#3aaa9f" stroke-width="5.62495" stroke-linecap="round"/>
|
||||
<path d="M 235.6 152.2 L 244.6 158.4" stroke="url(#grad-leg_l-2)" stroke-width="5.55873" stroke-linecap="round"/>
|
||||
<path d="M 190.0 107.2 L 195.6 152.2" stroke="url(#grad-leg_l-0)" stroke-width="5.7941" stroke-linecap="round"/>
|
||||
<path d="M 195.6 152.2 L 235.1 146.0" stroke="url(#grad-leg_l-1)" stroke-width="5.65388" stroke-linecap="round"/>
|
||||
<path d="M 235.1 146.0 L 245.0 150.8" stroke="url(#grad-leg_l-2)" stroke-width="5.66895" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 106.0 94.8 L 106.0 92.9 L 112.0 93.0" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 190.0 107.2 L 190.0 106.0 L 195.9 106.8" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.7 KiB |