You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
an example of a retained mode graphics model, used in HTML5, which persists in an in-memory
model that can be manipulated through code results in re-rendering.
Which of the following is being discussed?
A.
Direct2D
B.
Canvas
C.
WPF
D.
SVG
Explanation:
http://msdn.microsoft.com/en-us/library/gg193983(v=vs.85).aspx
“SVG is used to describe Scalable Vector Graphics, a retained mode graphics model that persist in an in-memory model that can be manipulated through code results in re-rendering.”