Bug 150078 - Add canvas line dash test
Summary: Add canvas line dash test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Lee
URL:
Keywords: InRadar
Depends on:
Blocks: 149053
  Show dependency treegraph
 
Reported: 2015-10-12 18:50 PDT by Jon Lee
Modified: 2015-10-12 19:12 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.68 KB, patch)
2015-10-12 19:03 PDT, Jon Lee
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2015-10-12 18:50:31 PDT
Add canvas line dash test
Comment 1 Radar WebKit Bug Importer 2015-10-12 18:51:08 PDT
<rdar://problem/23082347>
Comment 2 Jon Lee 2015-10-12 19:03:11 PDT
Created attachment 262964 [details]
Patch
Comment 3 Dean Jackson 2015-10-12 19:05:18 PDT
Comment on attachment 262964 [details]
Patch

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

> PerformanceTests/Animometer/tests/simple/resources/simple-canvas-paths.js:227
> +    this.context.setLineDash([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);

Is this a good representation of what we see on the Web? I have no idea :(
Comment 4 Jon Lee 2015-10-12 19:12:45 PDT
Committed r190921: <http://trac.webkit.org/changeset/190921>