Howto:Extend the Canvas SVG module

From FlightGear wiki
Revision as of 16:42, 19 April 2016 by Hooray (talk | contribs) (Created page with "{{Stub}} == Objective == Document and demonstrate how the Canvas/Nasal SVG module can be extended to suport additional SVG features. == Background == == Examples == === <i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub. You can help the wiki by expanding it.

Objective

Document and demonstrate how the Canvas/Nasal SVG module can be extended to suport additional SVG features.

Background

Examples

<image> tag

<svg xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  <image x="160" y="0" width="160" height="160"
     xlink:href="https://forum.flightgear.org/styles/flightgear/theme/images/logoF.png" />
</svg>