SVG.ToImage¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
String Bytes |
|||
<output> |
Image |
|||
Size |
The desired output size, if (0, 0) will default to the size defined in the svg data. | None |
Int2 &Int2 |
|
Offset |
A positive x and y value offsets towards the right and the bottom of the screen respectively. (0.0, 0.0) by default. | None |
Float2 |
|
Padding |
Pixels of padding to add | None |
Int2 |
Converts an SVG string or bytes to an image.