dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11743
[Bug 742383] Re: GIS export to image denied in IE9
IE9 uses HTML 5 canvas, so the current solution won't work with IE9 as
there are no SVG tags in the DOM.
However, clientside canvas2png conversion is now possible, so we should
consider a new solution without Batik.
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/742383
Title:
GIS export to image denied in IE9
Status in DHIS 2 - District Health Information Software:
New
Bug description:
GIS export to image is denied in IE9 saying this browser does not
support this function (since SVG is not supported). IE9 supports basic
SVG functions. We need to check if export to image should be allowed.
http://msdn.microsoft.com/en-us/ie/ff468705#_Scaling_Vector_Graphics
References