Bug 152614 - Simple line layout: Text with stroke width is not positioned correctly.
Summary: Simple line layout: Text with stroke width is not positioned correctly.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-31 09:33 PST by zalan
Modified: 2015-12-31 11:34 PST (History)
7 users (show)

See Also:


Attachments
Patch (3.84 KB, patch)
2015-12-31 09:39 PST, zalan
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-12-31 09:33:49 PST
ssia.
Comment 1 zalan 2015-12-31 09:39:19 PST
Created attachment 268043 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-12-31 11:19:58 PST
Comment on attachment 268043 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268043&action=review

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke-expected.html:7
> +		-webkit-text-stroke-width: 2px;

tabs

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke-expected.html:12
> +      internals.settings.setSimpleLineLayoutEnabled(false);

2-space indent

> LayoutTests/fast/text/simple-line-layout-text-position-with-stroke.html:7
> +		-webkit-text-stroke-width: 2px;

Tabs
Comment 3 zalan 2015-12-31 11:34:18 PST
Committed r194462: <http://trac.webkit.org/changeset/194462>