Content deleted Content added
KolbertBot (talk | contribs) m Bot: HTTP→HTTPS (v477) |
m Task 4: fix Category:Pages using deprecated image syntax; WP:GenFixes on, using AWB |
||
Line 1:
{{Infobox software
| name = Raphaël
| logo =
| logo size = 64px
| developer = Dmitry Baranovskiy
| released = {{Start date and age|2008|08|08}}<ref>{{cite web |title=Raphaël—JavaScript library |url=http://dmitry.baranovskiy.com/post/raphael-javascript-library}}</ref>
Line 18 ⟶ 19:
<source lang=javascript>
// top left of canvas at the viewport's 10,50 coordinate
var r = Raphael(10, 50, 320, 200);
// top left of canvas at the top left corner of the #example element (in elements where dir="ltr")
|