DescriptionEnable Path2D object and some path APIs by default.
Enable following APIs:
- Path2D Object Constructor & Inteface
- void fill(Path2D, optional CanvasFillRule);
- void stroke(Path2D);
- void clip(Path2D, optional CanvasFillRule);
- boolean isPointInPath(Path2D, x, y, optional CanvasFillRule);
- boolean isPointInStroke(Path2D, x, y);
Intent to Ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/mhjb3Em8H0A
BUG=159839, 330506
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171302
Patch Set 1 #Patch Set 2 : RuntimeEnabledFeatures #Patch Set 3 : shipping #
Total comments: 1
Patch Set 4 : hide addPath #Patch Set 5 : rebase #Patch Set 6 : #
Messages
Total messages: 25 (0 generated)
|