English 中文(简体)
What is direct 2D rendering in Browser
原标题:

What is direct 2D rendering in Browser..

This is the new feature in IE9 that discussed in PDC

问题回答

Direct2D

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.





相关问题
Which border radius property will work in IE9?

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

Embedding Javascript in My Application

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 ...

Will IE9 support conditional comments?

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, ...

Future of IE9: Opacity + Performance [closed]

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....

Dev Tools in IE6

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 ...

热门标签