OLD | NEW |
| 1 2011-06-21 Levi Weintraub <leviw@chromium.org> |
| 2 |
| 3 Reviewed by Eric Seidel. |
| 4 |
| 5 Text is scaled in a stair-step pattern |
| 6 https://bugs.webkit.org/show_bug.cgi?id=60317 |
| 7 |
| 8 Stop scaling the specified font to the actual on-screen value when font-
rendering: |
| 9 geometricPrecision is specified, but instead scale the graphics context.
This allows |
| 10 us to scale text up and down smoothly. |
| 11 |
| 12 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.p
ng: Added. |
| 13 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.t
xt: Added. |
| 14 * svg/text/scaling-font-with-geometric-precision.html: Added. |
| 15 |
1 2011-06-08 John Bauman <jbauman@chromium.org> | 16 2011-06-08 John Bauman <jbauman@chromium.org> |
2 | 17 |
3 Reviewed by James Robinson. | 18 Reviewed by James Robinson. |
4 | 19 |
5 Only draw portions of tiles in contentRect | 20 Only draw portions of tiles in contentRect |
6 https://bugs.webkit.org/show_bug.cgi?id=62243 | 21 https://bugs.webkit.org/show_bug.cgi?id=62243 |
7 | 22 |
8 * platform/chromium/test_expectations.txt: | 23 * platform/chromium/test_expectations.txt: |
9 * compositing/repaint/shrink-layer.html: Added. | 24 * compositing/repaint/shrink-layer.html: Added. |
10 * compositing/repaint/shrink-layer-expected.png: Added. | 25 * compositing/repaint/shrink-layer-expected.png: Added. |
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 fast/viewport/viewport-45.html fails in GTK+/Qt | 1057 fast/viewport/viewport-45.html fails in GTK+/Qt |
1043 https://bugs.webkit.org/show_bug.cgi?id=47481 | 1058 https://bugs.webkit.org/show_bug.cgi?id=47481 |
1044 | 1059 |
1045 Rebaseline tests. | 1060 Rebaseline tests. |
1046 | 1061 |
1047 * fast/viewport/viewport-45-expected.txt: | 1062 * fast/viewport/viewport-45-expected.txt: |
1048 * fast/viewport/viewport-86-expected.txt: | 1063 * fast/viewport/viewport-86-expected.txt: |
1049 * platform/qt/Skipped: | 1064 * platform/qt/Skipped: |
1050 | 1065 |
1051 == Rolled over to ChangeLog-2011-06-04 == | 1066 == Rolled over to ChangeLog-2011-06-04 == |
OLD | NEW |