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

Unified Diff: LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html

Issue 1316843005: Round glyph width and bounds if !SkPaint.isSubpixelText() in complex path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split SimpleFontData change to a separate CL Created 5 years, 4 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: LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html
diff --git a/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html b/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html
new file mode 100644
index 0000000000000000000000000000000000000000..a04f8a844b2254f0d6d5d289747b0077b8a5703c
--- /dev/null
+++ b/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+div {
+ font-family:Tahoma;
+ font-size:14px;
+ text-rendering:optimizeLegibility;
+}
+</style>
+<div>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!</div>

Powered by Google App Engine
This is Rietveld 408576698