[webkit-reviews] review granted: [Bug 40960] REGRESSION: text-shadow CSS applied to SVG no longer works : [Attachment 59769] Initial patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 02:10:54 PDT 2010


Dirk Schulze <krit at webkit.org> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 40960: REGRESSION: text-shadow CSS applied to SVG no longer works
https://bugs.webkit.org/show_bug.cgi?id=40960

Attachment 59769: Initial patch
https://bugs.webkit.org/attachment.cgi?id=59769&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
WebCore/rendering/SVGInlineTextBox.cpp:577
 +		extraOffset =
roundedIntSize(applyShadowToGraphicsContext(context, shadow, shadowRect, false
/* stroked */, true /* opaque */));
roundedIntSize should go away, like discussed in IRC. 

r=me with this little change.


More information about the webkit-reviews mailing list