Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: Source/WebCore/ChangeLog

Issue 7218014: Merge 87846 - 2011-06-01 Levi Weintraub <leviw@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/ChangeLog
===================================================================
--- Source/WebCore/ChangeLog (revision 89363)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,3 +1,19 @@
+2011-06-21 Levi Weintraub <leviw@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ Text is scaled in a stair-step pattern
+ https://bugs.webkit.org/show_bug.cgi?id=60317
+
+ Stop scaling the specified font to the actual on-screen value when font-rendering:
+ geometricPrecision is specified, but instead scale the graphics context. This allows
+ us to scale text up and down smoothly.
+
+ Test: svg/text/scaling-font-with-geometric-precision.html
+
+ * rendering/svg/RenderSVGInlineText.cpp:
+ (WebCore::RenderSVGInlineText::computeNewScaledFontForStyle):
+
2011-06-08 John Bauman <jbauman@chromium.org>
Reviewed by James Robinson.
« no previous file with comments | « LayoutTests/svg/text/scaling-font-with-geometric-precision.html ('k') | Source/WebCore/rendering/svg/RenderSVGInlineText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698