Tagged Questions
The dojox.gfx tag has no wiki summary.
7
votes
0answers
605 views
dojox.gfx bounding box for Text and Group nodes
The documentation for getBoundingBox() in dojo says:
Returns a bounding box of a shape. A
text shape is a point-based object, so
it doesn't define a bounding box.
I don't get it. Any sane ...
2
votes
1answer
705 views
RaphaëlJS, dojo.gfx, JSXgraph comparison
I'm going to build a simple math graph for a browser application. Therefore all the JS-Vector Libraries might work out well. But I want to know about any experiences you collected using those. For me ...
1
vote
1answer
355 views
dojox.gfx and shape filters
I've been successfully using dojox.gfx with SVG renderer to render my graphics in a browser-independent way.
I know that on of the main reasons why SVG-style filters have not been implemented in ...
1
vote
1answer
1k views
Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx
I have a problem concerning dojox.charting, after updating to the new version of dojo IE 8 doesn't show the labels of my charts anymore. Seems to be a dojox.gfx text problem.
See with IE8:
...
0
votes
1answer
50 views
export/convert chart from dojo charting to image
can anyone tell me if it is possible to convert a dojo charting object into an îmage file?
I need this as I want to export an Excel file from a webpage containing some data and the representing chart.
...
0
votes
0answers
207 views
(dojox) Why does the createshape method of gfx not work in IE8 but works in chrome/firefox?
I have some code that generates a shape on a small canvas for a number of iterated entries in a loop. It uses the dojox.gfx library to create a new surface for each iteration, attach it to an existing ...
0
votes
0answers
216 views
Dojo (gfx) doesn't work correctly in Chrome using svg
When using dojox gfx (svg) in chrome, if you draw a shape (in my case a circle), the circle isn't seen until you resize the window. This behavior is very odd. However, if I put this drawing in the ...
0
votes
1answer
436 views
dojox.drawing.Drawing - custom tool to create rectangle with rounded corners
I'm working with dojox.drawing.Drawing to create a simple diagramming tool. I have created a custom tool to draw rounded rectangle by extending dojox.drawing.tools.Rect as shown below -
...
0
votes
1answer
397 views
Extending dojo.gfx.Group with default instanciated shapes
I'm attempting to create some simple UI components with dojo.gfx. I've managed to extend dojo.gfx.Group, but am out of my depth getting any of the default shapes drawn to the surface. Inspecting the ...