Title here
Summary here
AbstractPrimitiveKind: global abstract class
Extends: AbstractPrimitive
Properties
| Name | Type | Description |
|---|---|---|
| url | String | null | An svg url. |
AbstractPrimitiveAn svg primitive is an object that can be rendered by all kinds of renderer and it aims at displaying a vectored image.
Register the callback and store the listener
Kind: instance method of AbstractSvgPrimitive
| Param | Type |
|---|---|
| eventType | String |
| callback | function |
Unregister the callback and remove the listener stored
Kind: instance method of AbstractSvgPrimitive
| Param | Type |
|---|---|
| eventType | String |
Dispatch svg loaded event
Kind: instance method of AbstractSvgPrimitive
Dispatch svg load error event
Kind: instance method of AbstractSvgPrimitive
Kind: instance method of AbstractSvgPrimitive