-
was hälst du von der jetzigen lösung?
- nur sticky events lassen sich verschieben
- verschiebung nur horizontal
- aufhebung von sticky setzt event wieder an alte position zurück
verbesserungsvorschlä…
-
If we add polygon to Raphael we've nearly got all the methods for SVG parity :
Raphael.fn.polygon = function(pointString) {
var poly = ['M'],
point = pointString.split(' ');
for(var i=0; …
weepy updated
12 years ago
-
I tried this extension vs. Raphael 2.0. It breaks. In versions of Raphel < 2.0, the namespaced functions run under the context of a paper object. This does not appear to be the case with 2.0.
Docume…
-
Hi!
It doesn't seem to work anymore when using the latest Raphaël.js (2.0.1). Any chance you could push a fix?
Thanks!
-
Enter the following code into http://raphaeljs.com/playground.html
```
paper.text(200, 50, "Testing 1,2,3").attr({"font-family": "serif", "font-size": "20pt"});
```
Note that on FireFox, the text ha…
sbj42 updated
13 years ago
-
We need to get basic graphics functionality quickly.
-
If hardware acceleration is turned on in FF4, canvas sizes appear to be limited and alphatab fails to render larger tablatures.
Possibly circumvented by using SVG instead?
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/275) by Anonymous.**
----------------------------------------
Original [issue 275](https://code.google.com/p/chromiumembedded/is…
-
I'm sure I did a load of testing in IE6.
I then tried IE8 after this...
http://groups.google.com/group/raphaeljs/browse_thread/thread/f76614f79da88478?hl=en-GB
Raised by "DOH" on the 4th June
Whi…
-
Tried the test page at: http://reverserisk.com/ico/index.html
I see the text descriptions but the graphs do not render in IE 9 (ok in Chrome).
Here's my About IE
Version: 9.0.8112.16421
Update Versio…