LoginSignup
5
5

More than 5 years have passed since last update.

svg.jsでリンクを作る

Last updated at Posted at 2013-05-22

ググっても見つからなかったのでメモがてら

var canvas = SVG('canvas'); // <div id="canvas"></div>があるとして
var a = new SVG.Container(SVG.create('a'));
a.attr('xlink:href', 'http://example.com/', SVG.xlink).text('リンク'); // ここでどはまり、ちゃんと名前空間の指定を!
canvas.add(a);
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5