RESOLVED FIXED 136737
CanvasRenderingContext2D should update the computed style while setting the font
https://bugs.webkit.org/show_bug.cgi?id=136737
Summary CanvasRenderingContext2D should update the computed style while setting the font
Vivek Galatage
Reported 2014-09-11 01:55:13 PDT
Before accessing the computed style for populating 'font' property of CanvasRenderingContext2D we have to make sure we have a up-to-date computed style to avoid any stale reference.
Attachments
Patch (4.71 KB, patch)
2014-09-11 02:08 PDT, Vivek Galatage
no flags
Vivek Galatage
Comment 1 2014-09-11 02:08:42 PDT
Vivek Galatage
Comment 2 2014-09-11 02:12:37 PDT
Please take a look, thank you.
Vivek Galatage
Comment 3 2014-09-11 08:37:23 PDT
Here is the jsfiddle test: http://jsfiddle.net/j424ygda/
Vivek Galatage
Comment 4 2014-09-12 11:32:42 PDT
Friendly ping!
WebKit Commit Bot
Comment 5 2014-09-12 17:07:19 PDT
Comment on attachment 237945 [details] Patch Clearing flags on attachment: 237945 Committed r173591: <http://trac.webkit.org/changeset/173591>
WebKit Commit Bot
Comment 6 2014-09-12 17:07:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.