</div><divclass="Element-id-section"><h3id="Element.id"class="dr-property"><iclass="dr-trixie"> </i>Element.id<ahref="#Element.id"title="Link to this section"class="dr-hash">⚓</a><aclass="dr-sourceline"title="Go to line 632 in the source"href="https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.svg.js#L632">➭</a></h3>
<divclass="extra"id="Element.id-extra"></div></div><divclass="dr-property"><emclass="dr-type dr-type-number">number</em><p>Unique id of the element. Especially usesful when you want to listen to events of the element,
<divclass="extra"id="Element.id-extra"></div></div><divclass="dr-property"><emclass="dr-type dr-type-number">number</em><p>Unique id of the element. Especially usesful when you want to listen to events of the element,
because all events are fired in format <code><module>.<action>.<id></code>. Also useful for <ahref="#Paper.getById"class="dr-link">Paper.getById</a> method.
</p>
</div><divclass="Element-insertAfter-section"><h3id="Element.insertAfter"class="dr-method"><iclass="dr-trixie"> </i>Element.insertAfter()<ahref="#Element.insertAfter"title="Link to this section"class="dr-hash">⚓</a><aclass="dr-sourceline"title="Go to line 1096 in the source"href="https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.svg.js#L1096">➭</a></h3>
st.attr({fill: <i>"red"</i>}); <spanclass="c">// changes the fill of both circles</span>
</code></pre>
</div><divclass="Paper-setViewBox-section"><h3id="Paper.setViewBox"class="dr-method"><iclass="dr-trixie"> </i>Paper.setViewBox(x, y, w, h, fit)<ahref="#Paper.setViewBox"title="Link to this section"class="dr-hash">⚓</a><aclass="dr-sourceline"title="Go to line 3415 in the source"href="https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.core.js#L3415">➭</a></h3>
<divclass="extra"id="Paper.setViewBox-extra"></div></div><divclass="dr-method"><p>Sets the view box of the paper. Practically it gives you ability to zoom and pan whole paper surface by
<divclass="extra"id="Paper.setViewBox-extra"></div></div><divclass="dr-method"><p>Sets the view box of the paper. Practically it gives you ability to zoom and pan whole paper surface by
specifying new boundaries.
</p>
<pclass="header">Parameters
...
...
@@ -2323,7 +2323,7 @@ Returns path transformed by a given transformation
</p>
</div><divclass="Set-section"><h2id="Set"class="undefined"><iclass="dr-trixie"> </i>Set<ahref="#Set"title="Link to this section"class="dr-hash">⚓</a></h2>
<divclass="extra"id="Set-extra"></div></div><divclass="Set-clear-section"><h3id="Set.clear"class="dr-method"><iclass="dr-trixie"> </i>Set.clear()<ahref="#Set.clear"title="Link to this section"class="dr-hash">⚓</a><aclass="dr-sourceline"title="Go to line 4734 in the source"href="https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.core.js#L4734">➭</a></h3>
<divclass="extra"id="Set.clear-extra"></div></div><divclass="dr-method"><p>Removeds all elements from the set
<divclass="extra"id="Set.clear-extra"></div></div><divclass="dr-method"><p>Removes all elements from the set
</p>
</div><divclass="Set-exclude-section"><h3id="Set.exclude"class="dr-method"><iclass="dr-trixie"> </i>Set.exclude(element)<ahref="#Set.exclude"title="Link to this section"class="dr-hash">⚓</a><aclass="dr-sourceline"title="Go to line 4789 in the source"href="https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.core.js#L4789">➭</a></h3>
<divclass="extra"id="Set.exclude-extra"></div></div><divclass="dr-method"><p>Removes given element from the set
...
...
@@ -2486,4 +2486,4 @@ eve(<i>"login"</i>); <span class="c">// no listeners</span>