Canvas SVG: Difference between revisions

Line 13: Line 13:


On some platforms, just the initialization of the [[FG1000]] is taking ~15 seconds - profiling shows most of the time is spent in ~1500 context switches between Nasal and C++ respectively.
On some platforms, just the initialization of the [[FG1000]] is taking ~15 seconds - profiling shows most of the time is spent in ~1500 context switches between Nasal and C++ respectively.
== Objective ==
Better understand and improve performance of initializing and using SVG images via the Canvas.


== Ideas ==
== Ideas ==