[Pas2js] TJSCanvasRenderingContext2D's ellipse method is missing

Michael Van Canneyt michael at freepascal.org
Mon Oct 15 18:52:38 CEST 2018



On Mon, 15 Oct 2018, Mr Bee via Pas2js wrote:

> Hi,
> I'm now using pas2js v1.0.2 but I can't find `ellipse` method in TJSCanvasRenderingContext2D class. Is there a way to draw ellipse on a canvas using this version of pas2js?

According to

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/ellipse

it is experimental, and I don't add experimental methods to the API.

Michael.


More information about the Pas2js mailing list