Fix the alignment of the hands. It turns out it was both artists and programmers to blame :)

Hardcoded offset is now in the code but also the hands were moved in the SVG to centre them.

svn path=/trunk/KDE/kdebase/workspace/plasma/images/; revision=667163
This commit is contained in:
Matt Williams 2007-05-22 02:20:19 +00:00
parent 5d4053a0d6
commit 3dc066471c

View File

@ -15,7 +15,7 @@
width="250"
height="250"
version="1.0"
sodipodi:docbase="/home/kde4/kde4/kdebase/workspace/plasma/images"
sodipodi:docbase="/home/matt"
sodipodi:docname="clock.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/pinheiro/Desktop/clock.png"
@ -232,7 +232,7 @@
r="74.609375" />
</defs>
<sodipodi:namedview
inkscape:window-height="957"
inkscape:window-height="967"
inkscape:window-width="1280"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
@ -248,9 +248,9 @@
showgrid="false"
width="250px"
height="250px"
inkscape:zoom="4"
inkscape:cx="80.45"
inkscape:cy="85.596251"
inkscape:zoom="16"
inkscape:cx="116.31598"
inkscape:cy="124.35818"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:current-layer="svg2" />
@ -1061,7 +1061,7 @@
</g>
<g
id="HandCenterScrew"
transform="matrix(1.0065573,0,0,1.0065573,-86.827702,-266.06886)"
transform="matrix(1.0065573,0,0,1.0065573,-85.827651,-266.06886)"
inkscape:label="#g3227">
<path
sodipodi:type="arc"
@ -1090,12 +1090,12 @@
</g>
<path
style="opacity:1;fill:#606060;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.08779998;stroke-opacity:1"
d="M 123.68922,207.89978 L 123.68922,127.95649 C 123.11297,127.60167 122.7365,126.9927 122.73636,126.27777 C 122.73636,125.56288 123.11283,124.9085 123.68922,124.55368 L 123.68922,121.33236 L 125.82157,121.33236 L 125.82157,124.55368 C 126.41306,124.90533 126.81987,125.55173 126.81987,126.27777 C 126.81987,127.00383 126.41306,127.60483 125.82157,127.95649 L 125.82157,207.89978 L 123.68922,207.89978 z "
d="M 123.98886,207.89978 L 123.98886,127.95649 C 123.41261,127.60167 123.03614,126.9927 123.036,126.27777 C 123.036,125.56288 123.41247,124.9085 123.98886,124.55368 L 123.98886,121.33236 L 126.12121,121.33236 L 126.12121,124.55368 C 126.7127,124.90533 127.11951,125.55173 127.11951,126.27777 C 127.11951,127.00383 126.7127,127.60483 126.12121,127.95649 L 126.12121,207.89978 L 123.98886,207.89978 z "
id="HourHand"
inkscape:label="#rect3745" />
<path
id="MinuteHand"
d="M 123.85954,218.88897 L 123.72604,128.19644 C 123.22539,127.88919 122.89782,127.36107 122.89679,126.7405 C 122.89587,126.11995 123.22181,125.55146 123.72169,125.24271 L 123.71757,122.44655 L 125.5685,122.44381 L 125.57261,125.24 C 126.0865,125.54449 126.44043,126.10507 126.44138,126.73526 C 126.4423,127.36551 126.08995,127.88772 125.57696,128.19373 L 125.71047,218.88623 L 123.85954,218.88897 z "
d="M 124.45975,218.88897 L 124.32625,128.19644 C 123.8256,127.88919 123.49803,127.36107 123.497,126.7405 C 123.49608,126.11995 123.82202,125.55146 124.3219,125.24271 L 124.31778,122.44655 L 126.16871,122.44381 L 126.17282,125.24 C 126.68671,125.54449 127.04064,126.10507 127.04159,126.73526 C 127.04251,127.36551 126.69016,127.88772 126.17717,128.19373 L 126.31068,218.88623 L 124.45975,218.88897 z "
style="opacity:1;fill:#606060;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.08779998;stroke-opacity:1"
sodipodi:nodetypes="ccsccccsccc"
inkscape:transform-center-x="-0.0047679295"
@ -1103,7 +1103,7 @@
inkscape:transform-center-y="47.163723" />
<path
style="fill:#cc5457;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 125.71146,119.57604 L 123.7352,119.58282 L 124.93134,215.28863 L 125.71146,119.57604 z "
d="M 126.01126,119.57604 L 124.035,119.58282 L 125.23114,215.28863 L 126.01126,119.57604 z "
id="SecondHand"
sodipodi:nodetypes="cccc"
inkscape:label="#path3752" />

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB