Documentation / @ripl/svg / SVGImage
Class: SVGImage ​
Defined in: svg/src/index.ts:401
SVG-specific image element wrapping a CanvasImageSource as an SVG <image> tag.
Implements ​
Constructors ​
Constructor ​
new SVGImage(
id,href,x,y,width,height):SVGImage
Defined in: svg/src/index.ts:406
Parameters ​
| Parameter | Type |
|---|---|
id | string |
href | string |
x | number |
y | number |
width | number |
height | number |
Returns ​
SVGImage
Properties ​
| Property | Modifier | Type | Defined in |
|---|---|---|---|
definition | public | SVGContextElementDefinition | svg/src/index.ts:404 |
id | readonly | string | svg/src/index.ts:403 |