
08-05-2011, 06:44 PM
|
| | CrackBerry Master Device(s): 9850 7.1.0.402 + PlayBook 16Gb Carrier: Verizon Pin: PM me for it! | | Location: Eastern Shore of MD Join Date: Sep 2008 Posts: 1,091 Likes Received: 119
Thanked 217 Times in 126 Posts
| |
Here's one of my today elements from Morph using <rect> if it helps any: Code: <g id="todaycal" font-family="BBAlpha Sans Condensed" font-size="20" fill="#ffffff">
<rect x="0" y="0" width="360" height="80" fill="black" opacity="0.2"/>
<rect id="todaycalm" x="0" y="0" width="360" height="80" fill="gray" display="none" opacity="0.5"/>
<rect id="todaycal1" x="0" y="3" width="360" height="20" fill="none"/>
<rect id="todaycal1f" x="0" y="3" width="360" height="20" fill="gray" opacity="0.5" display="none">
<set attributeName="display" to="inline" begin="todaycal1.focusin"/>
<set attributeName="display" to="none" begin="todaycal1.focusout"/>
</rect>
<loadScene xlink:href="x-exec://LaunchInternal?calendar1" begin="todaycal1.activate"/>
<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&height=20&ids=calendar1subject;calendar1location&&spacing=8&firstsectionwidth=100&ellipsis=…"/>
<text id="calendar1time" x="0" y="20"/>
<text id="calendar1subject" x="74" y="20"/>
<text id="calendar1location" x="74" y="20"/>
<rect id="todaycal2" x="0" y="23" width="360" height="20" fill="none"/>
<rect id="todaycal2f" x="0" y="23" width="360" height="20" fill="gray" opacity="0.5" display="none">
<set attributeName="display" to="inline" begin="todaycal2.focusin"/>
<set attributeName="display" to="none" begin="todaycal2.focusout"/>
</rect>
<loadScene xlink:href="x-exec://LaunchInternal?calendar2" begin="todaycal2.activate"/>
<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&height=20&ids=calendar2subject;calendar2location&&spacing=8&firstsectionwidth=100&ellipsis=…"/>
<text id="calendar2time" x="0" y="40"/>
<text id="calendar2subject" x="74" y="40"/>
<text id="calendar2location" x="74" y="40"/>
<rect id="todaycal3" x="0" y="43" width="360" height="20" fill="none"/>
<rect id="todaycal3f" x="0" y="43" width="360" height="20" fill="gray" opacity="0.5" display="none">
<set attributeName="display" to="inline" begin="todaycal3.focusin"/>
<set attributeName="display" to="none" begin="todaycal3.focusout"/>
</rect>
<loadScene xlink:href="x-exec://LaunchInternal?calendar3" begin="todaycal3.activate"/>
<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&height=20&ids=calendar3subject;calendar3location&&spacing=8&firstsectionwidth=100&ellipsis=…"/>
<text id="calendar3time" x="0" y="60"/>
<text id="calendar3subject" x="74" y="60"/>
<text id="calendar3location" x="74" y="60"/>
<rect id="todaycal4" x="0" y="63" width="360" height="20" fill="none"/>
<rect id="todaycal4f" x="0" y="63" width="360" height="20" fill="gray" opacity="0.5" display="none">
<set attributeName="display" to="inline" begin="todaycal4.focusin"/>
<set attributeName="display" to="none" begin="todaycal4.focusout"/>
</rect>
<loadScene xlink:href="x-exec://LaunchInternal?calendar4" begin="todaycal4.activate"/>
<image x="0" y="0" width="1" height="1" xlink:href="x-object:/layout?width=357&height=20&ids=calendar4subject;calendar4location&&spacing=8&firstsectionwidth=100&ellipsis=…"/>
<text id="calendar4time" x="0" y="80"/>
<text id="calendar4subject" x="74" y="80"/>
<text id="calendar4location" x="74" y="80"/>
<animateTransform xlink:href="#todaycal" attributeName="transform" to="0,270" dur="0.01" fill="freeze"/>
</g>
__________________ "If anyone would come after me, let him deny himself and take up his cross and follow me" - Matthew 16:24
Follow me on twitter: graymatteron |