Ticket #7544 (closed enhancement: fixed)
Dojox.gfx compatible to Adobe AIR 1.1.
| Reported by: | Psy | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | DojoX GFX | Version: | 1.1.0 |
| Severity: | normal | Keywords: | AIR,canvas |
| Cc: |
Description
Seems that AIR did not support SVG at all, so, its safer to switch to canvas on this environment.
gfx.js line 15 - replace if(!dojo.isIE && (navigator.userAgent.indexOf("iPhone") < 0) && (navigator.userAgent.indexOf("iPod") < 0) && !dojo.isAIR ){ dojox.gfx.renderer = "svg"; }
Attachments
Change History
Note: See
TracTickets for help on using
tickets.