I found that grouping in IE works not very well. I've got everything perfect in FireFox, but IE makes me nuts!
VML
image drawing with dojo gfx
Hello to all,
canvas tag supports image slicing, toslice parts of a source image and draw them to the canvas.
drawImage(image, sx, sy, sWidth, sHeight, dx, dy, dWidth, dHeight)
Dojo SVG and VML seems to not support image slicing. Is there something to do this?
Thank you
Bin
Future of SVG,VML,GFX?
I'd love to use GFX&GFX3D for serious cross-browser development. But, since GFX renders in VML in IE, I'm concerned about microsoft's future plan for their browser. What if IE8 breaks VML even further without still providing native support for SVG? In that case, any web site design based on GFX will be not viewable on IE8.
Does someone know microsoft's plans concerning this topic or point to a resource where to get appropriate infos on how probable it is that SVG or VML will be supported in IE8?
Fullscreen Scalable GFX & GFX3D
Hi,
everyone. Congratulations on 1.0! It's awesome!
I want to create a fully scalable GFX/GFX3D site. Until now GFX scales perfectly if I define a surface as follows :
dojoGFX_Main_surface=dojox.gfx.createSurface(dojo.byId("dojoGFX_Main"),"100%","100%");
(
)
However, the base-class for all my GFXs has to set diffrent transformation factors depending on whether the browser is IE or another one. This is the code of the class :
