RESOLVED FIXED50294
[OpenVG] Remove "current path" of GraphicsContext
https://bugs.webkit.org/show_bug.cgi?id=50294
Summary [OpenVG] Remove "current path" of GraphicsContext
Patrick R. Gansterer
Reported 2010-11-30 16:47:18 PST
see patch
Attachments
Patch (6.39 KB, patch)
2010-11-30 16:49 PST, Patrick R. Gansterer
no flags
Patch (6.24 KB, patch)
2010-12-01 00:45 PST, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2010-11-30 16:49:10 PST
Jakob Petsovits
Comment 2 2010-11-30 17:50:07 PST
Comment on attachment 75226 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=75226&action=review Big fan of the patch overall! Just two minor nitpicks from my side (I'm not a reviewer though). > WebCore/platform/graphics/openvg/PainterOpenVG.cpp:733 > + path.platformPath()->makeCompatibleContextCurrent(); This is not necessary. We want the surface current that's being drawn on, and need to expect the path to be compatible to that surface, otherwise we won't get anything drawn anyways. > WebCore/platform/graphics/openvg/PainterOpenVG.h:139 > +} // namespace WebCore On his initial review, Niko advised me against these labels, indicating that it's probably "better" WebKit coding style. I'd say leave it like that, because there's no good reason to change and it doesn't thematically belong in this commit.
Patrick R. Gansterer
Comment 3 2010-12-01 00:45:13 PST
Patrick R. Gansterer
Comment 4 2010-12-02 06:34:01 PST
Comment on attachment 75261 [details] Patch patch won't apply, I'll commit it manually
Patrick R. Gansterer
Comment 5 2010-12-02 12:43:57 PST
Comment on attachment 75261 [details] Patch Clearing flags on attachment: 75261 Manually committed r73184: <http://trac.webkit.org/changeset/73184>
Patrick R. Gansterer
Comment 6 2010-12-02 12:44:20 PST
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.