Method Image.SVG.decode_header()
- Method decode_header
mappingdecode_header(stringdata,void|mappingoptions)- Description
Data is the SVG data, the charset must be unicode.
If
optionsis specified, it contains one or more of the following optionsxsize:intIf specified, gives the exact width in pixels the image will have. If only one of xsize or ysize is specified, the other is calculated.
ysize:intIf specified, gives the exact height in pixels the image will have. If only one of xsize or ysize is specified, the other is calculated.
scale:floatIf specified, gives the scale the image will be drawn with. A scale of 2.0 will give an image that is twice as large.
The result is a mapping with the following members:
type:stringAlways image/svg
xsize:intThe width of the image, in pixels
ysize:intThe height of the image, in pixels