Howto:Serializing a Canvas to SVG: Difference between revisions

Jump to navigation Jump to search
Line 190: Line 190:


== Canvas Elements ==
== Canvas Elements ==
Basically, we need to the opposite of what svg.nas is doing, so that there is quite a bit of existing code to make this work, the main exception being the Canvas map element that transparently projects child elements using a latitude/longitude, which isn't directly supported by a corresponding SVG tag.
Basically, we need to the opposite of what svg.nas is doing, so that there is quite a bit of existing code to make this work, the main exception being the Canvas map element that transparently projects child elements using a latitude/longitude, which isn't directly supported by a corresponding SVG tag, so must be using several nested transformations probably.


=== Image ===
=== Image ===

Navigation menu