Inheritance diagram for SvgInline:

Authoring Interface:
SvgInline {
field SFString url ""
field SFInt32 width 256
field SFInt32 height 256
}
| url | specifies the svg file to be displayed. Default value: "" | |
| width | must be specified to set the width of the SVG surface. Default value: 256 | |
| height | must be specified to set the height of the SVG surface. Default value: 256 |
XXX To be written
1.4.3