Howto:Serializing a Canvas to SVG: Difference between revisions

Jump to navigation Jump to search
Line 213: Line 213:


== Mongoose/httpd Integration ==
== Mongoose/httpd Integration ==
{{See also|Read canvas image by HTTP}}
The next step is actually registering our new serialization scheme as a streaming service with the built-in mongoose httpd server, so that a browser (or Python script) can request a certain Canvas (by index) specifying <code>type=svg/xml</code> obtaining a corresponding image. Once that is working, we can look at supporting streaming SVGs.
The next step is actually registering our new serialization scheme as a streaming service with the built-in mongoose httpd server, so that a browser (or Python script) can request a certain Canvas (by index) specifying <code>type=svg/xml</code> obtaining a corresponding image. Once that is working, we can look at supporting streaming SVGs.


Navigation menu