Age | Commit message (Collapse) | Author |
|
This doesnt actually account for several unimplemented attributes
(like ltr/rtl, alignment, etc) yet, so this should be expanded in
the future.
|
|
Note that this is *extremely* naive, and not very good at being correct.
|
|
This method adds a rectangle to the current 2D path.
|
|
As defined by the specification (and used by the website i am testing):
interface mixin CanvasDrawPath {
undefined fill(optional CanvasFillRule fillRule = "nonzero");
}
|
|
Similar to fillRect, except this API fills with transparent black.
|
|
|