 Thread Author
# 1

11-04-2010, 07:21 PM
|
| CrackBerry User Device(s): 9800 (Torch) Carrier: Vodafone | | Join Date: Feb 2009 Posts: 11 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Undocumented SVG Objects - Help Please ...
Help Please !!!
Code:
<g id="messages">
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#hs0_line" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#hs0" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="inline" begin="accessKey(x)"/>
</g>
Every time I try to load the SVG file in Theme Builder, I get:
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
One for every line of code. Someone help please! I am using pretty much the same code that others apparently are using without issue. I don’t get it.
|