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.
ID を SET オブジェクトに提供したいと考えています。それを行う方法についてのアイデア
私の知る限り、唯一の方法があります....Raphael.stを拡張します
Raphael.st.setID = function(id){ this.id = id; } var yourset = paper.set(); yourset.setID(id); //give the id you want then try -> yourset.id;
私はそれがあなたのために働くことを願っています....