What is direct 2D rendering in Browser..
This is the new feature in IE9 that discussed in PDC
What is direct 2D rendering in Browser..
This is the new feature in IE9 that discussed in PDC
From Wikipedia:
Direct2D is a 2D and vector graphics application programming interface (API) designed by Microsoft and implemented in Windows 7 and Windows Server 2008 R2, and also Windows Vista and Windows Server 2008 (with Platform Update installed).
Direct2D is designed to be fast with support for hardware acceleration through compatible graphics cards. It provides high quality immediate rendering of 2D graphics while maintaining interoperability with GDI/GDI+ and Direct3D/DirectDraw.
Internet Explorer 9 and Firefox will use Direct2D and DirectWrite for better performance.
In IE9, which border radius property will work? border-radius:20px -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius:20px or ms-border-radius:20px
Anybody has experience with the upcoming IE9 Chakra engine? I am currently considering whether to incorporate the Microsoft s JScript engine through the Window Script Interface or using one of those ...
I want to embed Javascript in my own application. I know I can do this with all the open source Javascript engines like V8, TraceMonkey/SpiderMonkey. But, scanning through the source code learning ...
I thought I remembered reading somewhere that IE9 would not be supporting them, but now after searching I can t find any indication that this is true. Is anyone aware of a definitive statement, ...
I just tried the IE9 "Second Internet Explorer Platform Preview" - which supports CSS opacity now. That s nice, but I tried it with one of my website prototypes, and it s quite slow when scrolling etc....
I would like to use dev tools like FireBug or the elements built into IE8 for my IE6 testing. IE9 would provide this. Before creating an IE9 environment, I thought I would check here. Do any of you ...
Does IE 9 support Base64 image encoding?
What is direct 2D rendering in Browser.. This is the new feature in IE9 that discussed in PDC