diff options
author | caryclark <caryclark@google.com> | 2016-10-20 12:36:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-20 12:36:16 -0700 |
commit | 78a37a53365c24670b050acf993818c435922745 (patch) | |
tree | ddc114a5ad3a36c03cce034736552e5a3cca2fa7 /tools/pathops_sorter.htm | |
parent | 61013b235f474cf1c02d7b69ff36bd05700f9a38 (diff) |
fix more fuzz, carsvg
Fix a few kevin-generated fuzzers.
Remove an assert triggered by
carsvg when thrown through the
distance field stuff.
TBR=reed@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2427253005
Review-Url: https://chromiumcodereview.appspot.com/2427253005
Diffstat (limited to 'tools/pathops_sorter.htm')
-rw-r--r-- | tools/pathops_sorter.htm | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/tools/pathops_sorter.htm b/tools/pathops_sorter.htm index 612a68492e..c2c8b1a8f2 100644 --- a/tools/pathops_sorter.htm +++ b/tools/pathops_sorter.htm @@ -7,22 +7,15 @@ <div style="height:0"> <div id="cubics"> -{{{103.800003f, 451.399994f}, {118.100006f, 450.600006f}, {115.600006f, 443.899994f}, {115.600006f, 443.899994f}}} id=3 -{{{115.600006f, 443.899994f}, {115.800003f, 445}, {117.200005f, 438.5f}, {115.000008f, 427.299988f}}} id=4 -</div> +{{{304.159515380859375, 463.82958984375}, {300.6310658029279352, 464.7318629437696131}, {299.9421006231858087, 465.564118056070356}, {320.21270751953125, 463.004913330078125}}} id=13 +{{{304.159515380859375, 463.82958984375}, {307.5818980570784902, 462.9544395097227039}, {313.6756188676930037, 462.0134236159228749}, {305.906097412109375, 464.037353515625}}} id=13 +{{{304.159515380859375, 463.82958984375}, {305.906097412109375, 464.037353515625}}} id=14</div> -<div id="cubics2"> -{{{115.6316070556640625, 443.999237060546875}, {115.9124092648639675, 444.4395003767372145}, {117.1065847217176383, 438.0244068281508589}, {115.0000076293945313, 427.29998779296875}}} id=44 -{{{115.6316070556640625, 443.999237060546875}, {115.619154389193497, 443.9797128116054523}, {115.6084986998821762, 443.9467041484157335}, {115.600006103515625, 443.899993896484375}}} id=43 -{{{115.6316070556640625, 443.999237060546875}, {115.8726462570580225, 444.8329011683850354}, {117.0719462895199854, 450.6575499937891891}, {103.8000106811523438, 451.4000244140625}}} id=31 -{{{115.6316070556640625, 443.999237060546875}, {115.6129357357566789, 443.9346599744848163}, {115.6000137329101563, 443.9000244140625}, {115.6000137329101563, 443.9000244140625}}} id=32 -</div> </div> <script type="text/javascript"> var testDivs = [ - cubics2, cubics ]; |