Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
(Created page with '= Status = Under consideration. == Contributors == * Last modified: May 7, 2010 * Authors: Josh Aas (Mozilla Corporation) * Contributors: Benoit Girard (Mozilla Corporation), …') |
|||
Line 22: | Line 22: | ||
== Drawing == | == Drawing == | ||
The Invalidating Core Animation model works much like the regular Core Animation model does. See [[ | The Invalidating Core Animation model works much like the regular Core Animation model does. See [[NPAPI:CoreAnimationDrawingModel|the regular Core Animation documentation]], which will not be duplicated here. The only difference is that when a plugin wants to draw it needs to call NPN_Invalidate and draw during the subsequent paint event. |