JS lib: added canvas attributes parameter to HTMLCanvasElement::getContext
This commit is contained in:
@@ -6,7 +6,7 @@ import org.w3c.dom.Element
|
|||||||
public native trait HTMLCanvasElement : HTMLElement {
|
public native trait HTMLCanvasElement : HTMLElement {
|
||||||
public var width: Double
|
public var width: Double
|
||||||
public var height: Double
|
public var height: Double
|
||||||
public fun getContext(context: String): CanvasContext?
|
public fun getContext(contextId: String, vararg attributes: Any): CanvasContext?
|
||||||
public fun toDataURL(string: String, args: Any): String
|
public fun toDataURL(string: String, args: Any): String
|
||||||
public fun toDataURL(): String
|
public fun toDataURL(): String
|
||||||
public fun toDataURL(string: String): String
|
public fun toDataURL(string: String): String
|
||||||
|
|||||||
Reference in New Issue
Block a user