Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
Source
void save() native "Canvas_save";
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
void save() native "Canvas_save";