自由學習的風

幽夢影 張潮 少年讀書,如隙中窺月;中年讀書,如庭中望月;老年讀書,如臺上玩月。皆以閱歷之淺深,為所得之淺深耳。

[HTML5] SVG tag 中的物件加上連結

2015年3月17日 星期二

<svg>
    <a xlink:href="http://www.google.com/">
        <rect width="500" height="45" y="0" fill="#228866"></rect>
    </a>
</svg>

修改為

<svg  xmlns="http://www.w3.org/2000/svg"     xmlns:xlink="http://www.w3.org/1999/xlink">
    <a xlink:href="http://www.google.com/">
        <rect width="500" height="45" y="0" fill="#228866"></rect>
    </a>
</svg>

1 意見:

匿名 提到...

[Html5] Svg Tag 中的物件加上連結 >>>>> Download Now

>>>>> Download Full

[Html5] Svg Tag 中的物件加上連結 >>>>> Download LINK

>>>>> Download Now

[Html5] Svg Tag 中的物件加上連結 >>>>> Download Full

>>>>> Download LINK tl

張貼留言