Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Textオブジェクトのhref属性の設定を解除(削除)したいのですが。どうやってするか?
試す
var paper = Raphael( 0, 0, 100, 100 ); var rect = paper.rect( 0, 0, 100, 100 ); // just set it to nothing rect.attr({ href: "" });