raphael
Handling Gestures in default Honeycomb browser with RaphelJS
I\'ve been trying to get gestures to work in a webpage using RaphaelJS in Honeycomb\'s default browser (Motorola Xoom, v3.2), but I\'m not seeing any gesture events firing. They work OK on iPad in Saf[详细]
2023-03-30 02:11 分类:问答RaphaelJS: changing variable attributes if found from page hash
Say I have var mycircle = paper.circle(0, 0, 20).attr({stroke: \"#ff0000\"}); Now by default when someone goes to my page at www.url.com/index.html they get this circle with the red stroke.[详细]
2023-03-29 23:34 分类:问答Blurring borders in SVG (Raphael.js)
I\'m working on a web based editor wh开发者_StackOverflow中文版ere one can drag and resize elements. I\'ve faces a problem regarding displaying 1px borders and elements: instead of pixel-to-pixel disp[详细]
2023-03-28 02:43 分类:问答How to create HTML radio buttons above the Raphael canvas layer in my case?
I have created a Raphael paper: var paper = Raphael(\"my-canvas\", \'100%\', \'100%\'); I would like to create some HTML radio buttons which are above the paper canvas layer, which means anything d[详细]
2023-03-27 20:57 分类:问答how to raphael.serialize only visible elements?
i would like to serialize only visible elements on my paper. i have done some research about checking if an element is visible or not andi found an answer on How to know if raphael object is hidden?[详细]
2023-03-27 19:29 分类:问答hover event for raphael
I have a rect object with a text on it. For this i have used a set. I want to implement a hover event (i.e. mouseEnter as well as mouseLeave). My problem is that since the text is on the rect hovering[详细]
2023-03-27 14:19 分类:问答Raphael Rectangle Tooltip
I am drawing series of rectangle using the following code in a loop paper.rect(((x) * cellSize), ((y) * cellSize), cellSize, cellSiz开发者_如何学Ce).attr({ fill: rgbx, stroke: rgbx });[详细]
2023-03-27 12:42 分类:问答Checkboxes with Raphael, svg or html inputs?
So I would like to use some customised checkboxes for my application. I\'m not very experienced so I don\'t really know which way would be the best, but what I\'ve done right now seems somewhat ineffi[详细]
2023-03-27 11:24 分类:问答What is the right way to change Raphaël path elements
I try to change Raphaël path elements essentially in the following way (please regard the code includes build up stuff for a complete example):[详细]
2023-03-26 05:29 分类:问答How to put my svg-image in to some <div>? First way with Raphael.js
I\'m just learning now the 开发者_StackOverflow社区Raphael.js. I have ONE questions: I have an image in .svg format - I create image.svg with AI and then converted here:[详细]
2023-03-25 16:36 分类:问答