Aaron Krajeski
Results
23
comments of
Aaron Krajeski
Where is this `CSSColor` interface in the spec? Currently on chrome: ```js ctx.fillStyle = "color(display-p3 1 1 0 / 0.5)"; ``` Works fine, but `CSSColor` is not defined.
@Kaiido I like that solution too, will be very easy to implement and test.
Is there a use-case for this? In my tests `width`, `height`, `x` and `y` are exactly equivalent to applying a clip rect to the canvas before drawing. https://jsfiddle.net/mxLo0cdf/