Symbol types are typically not used directly, instead being passed to symbol.type.
However, you can define your own sumbol type implementation should none of the built-in types satisfy your needs using the following interface.
You can also use this low-level interface with a built-in symbol type as an alternative to the symbol generator
Renders this symbol type to the specified context with the specified size in square pixels. The context implements the CanvasPathMethods interface.
(Note that this is a subset of the CanvasRenderingContext2D interface!)
Parameters
context: CanvasPathMethods
A rendering context implementing CanvasPathMethods.
A Symbol Type.
Symbol types are typically not used directly, instead being passed to symbol.type. However, you can define your own sumbol type implementation should none of the built-in types satisfy your needs using the following interface. You can also use this low-level interface with a built-in symbol type as an alternative to the symbol generator